Changing from one to two stories, jump the right story, going back to one story, the tiddler controls change from above title to beside the title. The position does not matter that much - but the jumping!!!
Birthe onsdag den 29. april 2020 kl. 21.16.28 UTC+2 skrev David Gifford: > > Hi Saq > > I think you may have uploaded the wrong file at that link. I downloaded > the file yesterday and only reduced the settings to 1100 so the sidear > would not overlap the tiddlers, but none of the things you mentioned in > your post are true of it except that the plugin was packaged. > > - The width problem between stories when the sidebar is closed is > still wide. > - The divert button in edit mode separates titles with spaces and > sends one tiddler per word to the other story. But one does not know this > when diverting from right to left, because the open tiddler remains the > open tiddler, and the diverted tiddlers are hidden, so it looks as if > nothing happened. > - Uneven top of stories when tiddler opens in right story. > > Could you send me a link by Messenger to the file in which you made the > fixes you mention? Thanks in advance. > > > > > On Sun, Apr 26, 2020 at 7:07 AM Saq Imtiaz <saq....@gmail.com > <javascript:>> wrote: > >> Updates: >> >> - the gap between stories with zoom storyview and sidebar closed >> should hopefully be resolved >> - the divert button in edit mode now works even if the tiddler title >> has spaces. >> - Note the behaviour is currently that it opens the same tiddler >> in the other story for viewing, as that is what I found most useful. >> - There is a strange layout bug with zoom storyview active in the >> first story, where the top of the first story moves higher or lower >> depending on content. I have made a quick fix using css, but it causes >> issues with the animations. Not noticeable with the new shorter animation >> duration but will be an issue if animations are made slower. >> - I've taken a crack at packing all stories related tiddlers into a >> plugin >> >> Some suggestions: >> >> - References, I would tweak the layout as follows, at the bottom of >> each tiddler: >> References (eyeicon): >> - reference list >> clicking the icon would either open a reveal widget or a popup to >> change the options for the references. Showing those options all the time >> is just adding clutter. >> >> - Perhaps don't show references on system tiddlers? Or make it a >> configuration option. >> - Create a custom settings tiddler for this adaptation and present >> options in clearer terminology. New users might not know what a story >> view >> is, etc. >> >> https://saqimtiaz.github.io/sq-tw/tiddlyblink.experiment >> >> >> On Saturday, April 25, 2020 at 1:53:35 PM UTC+2, David Gifford wrote: >>> >>> Thanks Ilya, I will look at the Stylesheet further on Sun afternoon or >>> Monday. Trying to get away from the compooter today. >>> >>> >>> On Fri, Apr 24, 2020 at 12:43 PM Ilya <ilyuk...@gmail.com> wrote: >>> >>>> Hi David, yes I changed to a shorter name :)) >>>> >>>> The new style sheet looks good! I have included screenshots of Stroll >>>> vs TiddlyWiki for Spartan Night palette. Few things I immediately notice: >>>> >>>> - In Stroll, links to missing tiddlers are not italicized, links to >>>> external sites are not underscored. >>>> >>>> - Stroll handles transclusion differently, the color of transcluded box >>>> seems to be inverted, is this intended? in TiddlyWiki transclusion looks >>>> seamlessly merged into background tiddler. (tbh I think TiddlyWiki makes >>>> it >>>> look better for this palette) >>>> >>>> - The color of monospaced code also seems to be inverted. >>>> >>>> - After deleting the TiddlyBlink style sheet, the transcluded reference >>>> looks like a single link (this is expected) >>>> >>>> That's all for now. >>>> >>>> >>>> On Friday, April 24, 2020 at 4:12:49 AM UTC+7, David Gifford wrote: >>>>> >>>>> Hi Ilya (did you just change your name?) :-) >>>>> >>>>> I updated the Stylesheet at >>>>> https://giffmex.org/experiments/tiddlyblink.experiment.html >>>>> >>>>> I tried it with four different dark palettes, and looks good. >>>>> >>>>> On Thursday, April 23, 2020 at 2:30:32 PM UTC-5, Ilya wrote: >>>>>> >>>>>> >Comments: >>>>>> >>>>>> Bidirectional linking is definitely the best thing that could happen >>>>>> to TiddlyWiki for me, thanks a lot for making this! >>>>>> >>>>>> I think both this project and TiddlyMap make it much easier for users >>>>>> to break long and complex sequence of ideas into smaller chunks of >>>>>> expositions to be combined and reused in different sequences of ideas, >>>>>> this >>>>>> is the philosophy of TiddlyWiki and also what makes it so powerful. >>>>>> >>>>>> I have never used Roam research's product but I think the idea of >>>>>> networked thoughts is you don't learn concepts one by one in a linear >>>>>> chain >>>>>> but you learn by association of multiple concepts in a growing network. >>>>>> I >>>>>> believe both TiddlyMap and TiddlyBlink are needed to do that, >>>>>> TiddlyBlink >>>>>> for the automatic linking and TiddlyMap to generate the network and >>>>>> patterns at different level of abstractions. The maps from TiddlyMap >>>>>> have >>>>>> different "neighborhood scope", which is very useful to trace and >>>>>> connect >>>>>> ideas not immediately linked, so for example if you have like 10 >>>>>> reference >>>>>> links, consider nesting the links inside each other and look at the map >>>>>> instead, this way TiddlyMap and TiddlyBlink complement each other and >>>>>> make >>>>>> each Tiddler simpler, in accordance with the philosophy above. >>>>>> >>>>>> I stopped using TiddlyMap precisely because it doesn't support >>>>>> automatic generation of small local connections (maps) of related ideas. >>>>>> Doing so manually was too cumbersome, but with this project I am >>>>>> thinking >>>>>> of picking it up again! >>>>>> >>>>>> >Frustrations: >>>>>> >>>>>> Your stylesheet >>>>>> >>>>>> $:/.giffmex/.Stylesheet4tiddlyblink >>>>>> >>>>>> breaks dark themes, all texts remain black in dark themes, thus >>>>>> unusable. >>>>>> >>>>>> Also, there are some glitches when used together with TiddlyMap >>>>>> >>>>>> >Confusions: >>>>>> >>>>>> Nothing for now! >>>>>> >>>>>> >Question: >>>>>> >>>>>> How do I fix the issue of two unwanted references >>>>>> >>>>>> $:/temp/focussedTiddler >>>>>> $:/temp/tmap/currentTiddler >>>>>> >>>>>> keep showing up whenever I enter certain Tiddlers? see attached >>>>>> image. This happens after I import TiddlyMap into TiddlyBlink >>>>>> >>>>>> I really hope you make it possible to integrate TiddlyMap with this >>>>>> project! >>>>>> >>>>>> On Tuesday, April 21, 2020 at 9:30:36 PM UTC+7, David Gifford wrote: >>>>>>> >>>>>>> Hi all >>>>>>> >>>>>>> Looking at updating TiddlyBlink with the features explained in this >>>>>>> link: two columns of tiddlers, folding tiddlers, moving tiddlers >>>>>>> between >>>>>>> columns. A HUGE thank you to Saq Imtiaz and TonyM for their help with >>>>>>> this. >>>>>>> >>>>>>> https://giffmex.org/experiments/tiddlyblink.experiment.html >>>>>>> >>>>>>> Known things to fix: >>>>>>> >>>>>>> 1) Wide gap between columns when the sidebar is open *(we will >>>>>>> probably leave this alone for now, very minor issue)* >>>>>>> 2) Sidebar should probably close by default when shift clicking to >>>>>>> start a new column *(fixed: problem was a width setting)* >>>>>>> 3) Close others in viewtoolbar is not working properly* (I just >>>>>>> need to explain in instructions that it only works within the same >>>>>>> story, >>>>>>> not across stories)* >>>>>>> 4) Completely redo the instructions. *(I plan to do video >>>>>>> instructions)* >>>>>>> >>>>>>> Comments? Frustrations? Confusion? Questions? >>>>>>> >>>>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "TiddlyWiki" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/tiddlywiki/MF8PtDUA-G8/unsubscribe. >>>> To unsubscribe from this group and all its topics, send an email to >>>> tiddl...@googlegroups.com. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/tiddlywiki/f8a27e40-2ff2-4b10-901b-22eb71ba12ed%40googlegroups.com >>>> >>>> <https://groups.google.com/d/msgid/tiddlywiki/f8a27e40-2ff2-4b10-901b-22eb71ba12ed%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "TiddlyWiki" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/tiddlywiki/MF8PtDUA-G8/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> tiddl...@googlegroups.com <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/tiddlywiki/0de8f4ca-fb84-4448-920f-59f155dfc0a7%40googlegroups.com >> >> <https://groups.google.com/d/msgid/tiddlywiki/0de8f4ca-fb84-4448-920f-59f155dfc0a7%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4ba1e68f-6096-4cf8-b20d-4e0935d2a949%40googlegroups.com.