[tw5] Re: Need help (yet again) with filter {match}

2020-05-26 Thread Saq Imtiaz
@TonyK Use triple or single quotes for filter= assignments as they are strings. But when passing a filter to a normal parameter you need no quotes and the triple braces to indicate that the parameter should be interpreted as a filter and not a literal string -- You received this message

[tw5] Can you disable cross-browser sync in Node?

2020-05-26 Thread Saq Imtiaz
This is an unintended bug surfaced by that change. For now add $:/StoryList to the sync filter: https://tiddlywiki.com/#%24%3A%2Fconfig%2FSyncFilter This should mitigate the problem. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

Re: [tw5] Re: Preview: keyboard driven draggable bullets

2020-05-26 Thread Saq Imtiaz
I'll post code and possibly a demo later today or tomorrow. I've been a bit indisposed and not able to work on this for about a week, but hope to get the ball rolling again. Regards, Saq -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: String concatenated to macro as attribute of tag

2020-05-26 Thread Ed Heil
Thanks, folks! I thought I had tried the "feed it into a macro through a variable" trick but apparently I didn't quite get it right. I like the idea of a more precise and specific log field, too, that's great! On Tuesday, May 26, 2020 at 7:29:37 PM UTC-4, TonyM wrote: > > Ed, > > I would also

[tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-05-26 Thread Soren Bjornstad
Yes, this helps a lot! This is a Windows filename bug -- ? and :, among others, are both invalid characters in Windows filenames. The docs say TW will replace both these characters with _ in titles, so I assumed it would take care of

[tw5] Re: Need help (yet again) with filter {match}

2020-05-26 Thread Eric Shulman
On Tuesday, May 26, 2020 at 4:15:31 PM UTC-7, Tony K wrote: > > relevant portion of the code below > <$vars lastEntry="""{{{ [split[]!is[blank]last[]] }}}"""> > > <$list filter="[split[]!is[blank]]" > variable="entry"> > <> <$text text=<>/> >

Re: [tw5] Re: Stroll updates

2020-05-26 Thread Alexander Zelenukhin
Peeped in TiddlyBlink: $:/. giffmex/.Stylesheet4Stroll add a line: html body.tc-body a.tc-tiddlylink {text-decoration: none; background-color:#ffd; color:#66f; font-style: normal;font-weight: normal;} Correct? On Wednesday, May 27, 2020 at 3:26:40 AM UTC+3, Alexander Zelenukhin wrote: > > When

Re: [tw5] Re: Stroll updates

2020-05-26 Thread Alexander Zelenukhin
When clicking on the link the missing tiddler is displayed: Missing tiddler "Test 5" – click to create [image: tiddler 4.png] [image: tiddler 5.png] *I need Test 5 link in "New Tiddler 4" text to be highlighted yellow until I create it. How it was in TiddlyBlink and **TiddlyRoam* On

Re: [tw5] Re: Stroll updates

2020-05-26 Thread Alexander Zelenukhin
When clicking on the link the missing tiddler is displayed: Missing tiddler "Test 5" – click to create среда, 27 мая 2020 г., 2:46:03 UTC+3 пользователь David Gifford написал: > > > > On Tue, May 26, 2020 at 6:43 PM Alexander Zelenukhin < > alexander...@gmail.com > wrote: > >> >> >> среда, 27

Re: [tw5] Re: Stroll updates

2020-05-26 Thread David Gifford
On Tue, May 26, 2020 at 6:43 PM Alexander Zelenukhin < alexander.zelenuk...@gmail.com> wrote: > > > среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford написал: >> >> >>> That is correct, Stroll automatically creates tiddlers from links when >> saving edits to a tiddler. TiddlyBlink

Re: [tw5] Re: Stroll updates

2020-05-26 Thread Alexander Zelenukhin
среда, 27 мая 2020 г., 1:18:18 UTC+3 пользователь David Gifford написал: > > >> That is correct, Stroll automatically creates tiddlers from links when > saving edits to a tiddler. TiddlyBlink did this, too, but I think when I > upgraded it at some point I failed to update the edittemplate. I

[tw5] Re: Need help (yet again) with filter {match}

2020-05-26 Thread TonyM
Tony It can be helpful to state what you want to achieve separate from the partial solution that has a problem. However I think what you are trying to do may be a common need, could you restate what you want, its easier than me reverse engineering first? Regards Tony On Wednesday, May 27,

[tw5] Re: String concatenated to macro as attribute of tag

2020-05-26 Thread TonyM
Ed, I would also enhance Marks Solution with one more field in the new tiddler actionWidget log-date=<> <$action-sendmessage $message="tm-new-tiddler" title=<> tags="[[$(currentTiddler)$]]" log-date=<> > Then it will be far easier to interrogate the date of log entries going forward. You

[tw5] Re: Problem with TW5.1.22, plugin library not displaying

2020-05-26 Thread Joshua Fontany
In order to install "official" Plugins on Mode.js served folder-wikis, all you need to do is edit that wiki's "tiddlywiki.info" file and add "tiddlywiki/" to the Plugins array. There is no UI for this because you need to change it without the server running. -- You received this message

[tw5] Re: (Early) Query: Could We Do "Rich Previews" ?

2020-05-26 Thread Joshua Fontany
This would be very useful for my Bookmarks collections. Definitely going on my todo list. Thanks guys. -- 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

[tw5] Re: Don't call attention to TWC

2020-05-26 Thread Birthe C
I love and use TW5 now, but I still have quite some TWClassics. I do not love them less. I am glad Yakov is keeping it useful for us. Now one thing is for sure. TWclassic is much smaller than TW5. If I tried to use the same amount of plugins, language plugin and all that - I would not be able

[tw5] Re: Don't call attention to TWC

2020-05-26 Thread TonyM
Yakov, I support maintaining TWC and appreciate your work and words on this matter. Yet perhaps I come from yet another position, as TiddlyWiki did a big Jump from 2 to 5 so did I. I delayed until version 5 became mature enough and then took the big jump. The value of TWC being maintained i I

[tw5] Need help (yet again) with filter {match}

2020-05-26 Thread Tony K
relevant portion of the code below <$vars lastEntry="""{{{ [split[]!is[blank]last[]] }}}"""> <$list filter="[split[]!is[blank]]" variable="entry"> <> <$text text=<>/> <$set name=isLast filter="[match]" value="true" emptyValue="false">

[tw5] Re: Don't call attention to TWC

2020-05-26 Thread Yakov
> Yakov - interesting to read. > Can I ask what makes you, personally, stick with TWC instead of switching > to TW5? > Well, that's quite simple: first, it's migration that's basically impossible (too many extensions, too much content, no tools for gradual migration like TW5 with formatter

[tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-05-26 Thread si
Hi Soren, Thanks for your reply. I believe I have identified the source of the bug: tiddlers with *?* or *::* in their titles. When I rename these tiddlers the plugin works as expected - I guess they are treated as special characters in the command line? I found that I had to actually remove

Re: [tw5] Re: Stroll updates

2020-05-26 Thread David Gifford
On Tue, May 26, 2020 at 4:47 PM Alexander Zelenukhin < alexander.zelenuk...@gmail.com> wrote: > I encountered a problem when using Stroll. > Before that, I tested TiddlyRoam and in it if you set [[name of a > non-existing tiddler]] in the editor, when saving this link, it was > highlighted in

[tw5] Re: Stroll updates

2020-05-26 Thread Alexander Zelenukhin
I encountered a problem when using Stroll. Before that, I tested TiddlyRoam and in it if you set [[name of a non-existing tiddler]] in the editor, when saving this link, it was highlighted in yellow. In Stroll, it is saved, but it does not indicate that a tiddler needs to be created. In

[tw5] Re: Don't call attention to TWC

2020-05-26 Thread Mat
Yakov - interesting to read. Can I ask what makes you, personally, stick with TWC instead of switching to TW5? What is it that you and the TWC community sees that Jeremy did not see when he *evidently *said that TWC is not a good enough system and it needs a complete revamp? So no

[tw5] Re: String concatenated to macro as attribute of tag

2020-05-26 Thread 'Mark S.' via TiddlyWiki
Yes, concatenation can be confusing. Often you have to take the different pieces, and then put them together in a macro. This version seems to work: \define dream-log-title() Dream Log $(today)$ \end \define dream-log-button() <$vars today=<> > <$button>New Dream Log <$action-sendmessage

Re: [tw5] Re: Link Styling and the Official Markdown Plugin

2020-05-26 Thread Mat
Kevin Kleinfelter wrote: > > Hmmm... I created a simple tiddler with a similar demo and it worked > correctly. I copied in my personal "Markdown Acid Test" and it underlined > them both. Looks like there's some content in my acid test which confuses > things. I'll have to sort out whether

[tw5] Re: Don't call attention to TWC

2020-05-26 Thread Yakov
Hello everybody, quite ironically, recently I've mentioned this topic to Jeremy before this thread started (or at least before I saw it) and we were going to discuss it a bit when he recovers, but I'll make some brief points here (well, as brief as I usually do :D). 1. TiddlyWiki Classic is

[tw5] String concatenated to macro as attribute of tag

2020-05-26 Thread Ed Heil
This has been driving me batty and makes me hope there is a simple solution I'm missing. I have a button which is supposed to create a new tiddler named "Dream Log -MM-DD" tagged with the current tiddler. It looks like this and NEARLY works: \define dream-log-button() <$button>New Dream

[tw5] Re: Problem with TW5.1.22, plugin library not displaying

2020-05-26 Thread 'Torax Malu' via TiddlyWiki
Sorry for the secound post, but while meditating over the plugin.info - is each plugin simple an "object" in a bigger JSON-structure? Meaning { { /*Plugin-Data 1st plugin */ }, { /*Plugin-Data 2nd plugin */ }, … } Thanks. Cheers Torax Am Dienstag, 26. Mai 2020 22:51:17 UTC+2

[tw5] Re: Problem with TW5.1.22, plugin library not displaying

2020-05-26 Thread 'Torax Malu' via TiddlyWiki
Okay, then I didn’t misunderstand the documentation in this point last night. It was a little bit confusing. But now I encounter the for me unclear situation revolving around “PluginMechanism”, plugin-Folder and plugin.info. Is it so, I only provide a the plugin.info as file and tiddly

Re: [tw5] Re: Link Styling and the Official Markdown Plugin

2020-05-26 Thread Kevin Kleinfelter
Hmmm... I created a simple tiddler with a similar demo and it worked correctly. I copied in my personal "Markdown Acid Test" and it underlined them both. Looks like there's some content in my acid test which confuses things. I'll have to sort out whether I'm confused or the parser is. Thanks

[tw5] Re: Link Styling and the Official Markdown Plugin

2020-05-26 Thread 'Mark S.' via TiddlyWiki
On Tuesday, May 26, 2020 at 1:05:21 PM UTC-7, Kevin Kleinfelter wrote: > > > In particular, I'd like them to render without the underline, so that ONLY > external links get rendered with underline. > > Hmm. That's exactly what it seems to be doing on my empty edition version (there should be a

[tw5] Problem with Stroll and adding non-existing tiddler from editor and TiddlyMap

2020-05-26 Thread Alexander Zelenukhin
I encountered a problem when using Stroll. Before that, I tested TiddlyRoam and in it if you set [[name of a non-existing tiddler]] in the editor, when saving this link, it was highlighted in yellow. In Stroll, it is saved, but it does not indicate that a tiddler needs to be created. In

[tw5] Link Styling and the Official Markdown Plugin

2020-05-26 Thread Kevin Kleinfelter
I'm thinking of converting from the Anstosa Markdown Plugin to the official Tiddlywiki Markdown Plugin, because there are a few anomalies with the Anstosa plugin which are... troublesome to explain to my other users. However, the official plugin takes internal links like `[Link

[tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-05-26 Thread Soren Bjornstad
Si, this is odd -- for some reason the TiddlyWiki Node app is failing to write out HTML files to a temp folder. A couple things to try: - Restart your computer. I doubt this is going to help since your other wiki was working, but there could be some crud stuck in your temp folder, and

[tw5] Re: Problem with TW5.1.22, plugin library not displaying

2020-05-26 Thread Sylvain Naudin
Le mardi 26 mai 2020 08:47:55 UTC+2, Torax Malu a écrit : > > Hi at all, > > after hesitating I risked the update my TiddlyWikis on NodeJS to 5.1.22. > Well, my old friend Plugin Library showed a strange behaviour: Not showing > up. > > I investigated a little and found the hint of the

Re: [tw5] Re: Don't call attention to TWC

2020-05-26 Thread David Gifford
Nice reply, Eric. Important stuff to remember. I can add for Peter's and other's sake, that my TiddlyWiki toolmap had a predecessor I created for TW classic: http://tiddlyvault.tiddlyspot.com/. I haven't updated it in years, and I imagine since then Eric has added many more. But the Vault

[tw5] Re: [TW5] New Plugin: tobibeer/preview 0.5.2

2020-05-26 Thread Boris Kalinin
Hi Surya! Have you found the answer to that question? I am struggling with this problem too. Sincerely, Boris воскресенье, 9 сентября 2018 г., 0:16:59 UTC+5 пользователь Surya написал: > > Hi Mat, > oh shit, I am sorry, then it is unfortunately not the right solution for > me. > For me it

[tw5] Re: Plugin "tw5-keyboard-navigation"

2020-05-26 Thread Ha Thu
this rules, thanks! just installed without any problems at all. -- 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

Re: [tw5] Re: Saving changes on Android to the same file name

2020-05-26 Thread Mostafa Hussein Omar
Thanks for pointing that out. I am using Syncthing as well and I faced this exact difficulty. TiddloidLite seems to be a good solution. I wish it was on FDroid though. I am really grateful for Tiddlywiki and its community. Best, Mostafa On Sat, 23 May 2020, 09:03 Riz, wrote: > In case you

[tw5] Re: Don't call attention to TWC

2020-05-26 Thread Corey S
My own two cents. I've been using TWC since about 2002-2003. I lost the first one, but have been using a subsequent one ever since. I still have tiddlers from 2006. I use it for recipes now mostly. I started using the TiddlyDesktop for a couple years now because I'd had enough of Firefox

[tw5] Re: (Early) Query: Could We Do "Rich Previews" ?

2020-05-26 Thread TiddlyTweeter
Thanks Jed I looked Open Graph up. I'll play around with meta entries suggested at https://ogp.me/ to start. TT On Tuesday, 26 May 2020 17:33:42 UTC+2, Jed Carty wrote: > > Generally they use open graph to do this, somewhere around here I made a > plugin that lets you add open graph data to a

[tw5] Re: Refnote plugin

2020-05-26 Thread Sinan Caliskan
Thank you Odin, For your reply. I understand much now. On Tuesday, May 26, 2020 at 3:17:57 PM UTC+3, Odin Jorna wrote: > > Hi Sinan! > > I had a similar problem. I wanted my referece in the A.P.A. style. > In order to change the way the reference are written, you need to change > the

[tw5] Re: (Early) Query: Could We Do "Rich Previews" ?

2020-05-26 Thread Jed Carty
Generally they use open graph to do this, somewhere around here I made a plugin that lets you add open graph data to a wiki. If I remember correctly it is just adding some tags to the head section of the html. -- You received this message because you are subscribed to the Google Groups

[tw5] Re: freelinks and relink??

2020-05-26 Thread springer
Flibbles, I really value how Relink offers a preview of *where* changes will be made; it's so helpful! Assuming that this kind of preview would be mirrored in the child plugin, and that I could "on the fly" toggle the more "invasive" freelink-relink process on or off as desired, I would

[tw5] Re: freelinks and relink??

2020-05-26 Thread Flibbles
The way I'd do it is to create a child-plugin which users can optionally install. I just finished creating very nifty child-plugin support for Relink in order to optionally support Markdown, and I've been sifting through the discussions looking for places to use it. It's my new favorite toy

[tw5] Re: freelinks and relink??

2020-05-26 Thread springer
HC (and all), here's a place for that adage: "That's not a bug, it's a feature!" Getting updated by relink is precisely what many of us would *not* want "freelinks" to try to do. Freelinks are "soft" links, floating "above" tiddler text; though the connection can be recognized, the tiddler

[tw5] Re: Relink, and setting up button widgets for modals

2020-05-26 Thread Flibbles
I'm going back and addressing all discussions about Relink. <$Button param /> is something Relink won't handle by default, because param could be anything, not just a title. However, if you only ever use it as a title, you can add <$button param> to the Relink whitelist as a title, and then

[tw5] Re: Relink doesn't always work

2020-05-26 Thread Flibbles
I'm going through and addressing all discussions about Relink. This is fixed now in latest versions. I'm 80% sure you're the person who submitted the bug report. -Flibbles On Thursday, April 16, 2020 at 4:02:47 AM UTC-4, Peter Buyze wrote: > > I love this plug-in, and have had good experience

[tw5] Re: freelinks and relink??

2020-05-26 Thread Flibbles
Sorry, I completely missed this. I don't normally sift through this group unless I want something. This integration actually wouldn't be that hard. I might make it in a week or so. Currently, I'm really burned out after having added markdown support. On Monday, April 20, 2020 at 5:49:31 AM

[tw5] Re: [Question] is there a way to run a "local" file from TW5?

2020-05-26 Thread 'Mark S.' via TiddlyWiki
In order to access local files from a node.js TW installation, the files themselves have to be served up. Starting 5.1.20 (?) there is a static file server built into TW on node, so you can serve up regular files from a specified location:

Re: [tw5] Re: Minimalist me: using unicode characters instead of images

2020-05-26 Thread TonyM
Tix I am keen to use these but feel we need to use these in icons and buttons and without automation they can complicate search. For example they will possibly disrupt prefix operators and other strings since they are hard to type in the keyboard. An svg way of presenting such characters

[tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-05-26 Thread Reet Pandher
facing the same problem as si.. -- 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

[tw5] Re: Refnote plugin

2020-05-26 Thread Odin Jorna
Hi Sinan! I had a similar problem. I wanted my referece in the A.P.A. style. In order to change the way the reference are written, you need to change the $:/plugins/kookma/refnotes/macro/bibtex/showref tiddler. You can define which fields needs to be showed and in which order. Take a look at

[tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-05-26 Thread si
Hi Soren. When I tested this yesterday I used a new empty Wiki. I've just tried it with my main Wiki and I get this error message in Anki: Debug info: Anki 2.1.26 (70784154) Python 3.8.0 Qt 5.14.1 PyQt 5.14.1 Platform: Windows 10 Flags: frz=True ao=True sv=2 Add-ons, last update check:

[tw5] Re: Refnote plugin

2020-05-26 Thread Sinan Caliskan
Edit: I start to think nobody wants to help me :)) please help On Monday, May 25, 2020 at 4:01:13 PM UTC+3, Sinan Caliskan wrote: > > Hi there > > I thanks to creator of bibtex import and refnote plugins. I am new to > tiddlywiki and i am leaning to how to use. i have some problems. > > 1-

[tw5] Re: Minimalist me: using unicode characters instead of images

2020-05-26 Thread TiddlyTweeter
Riz wrote: > > Tad old but notable > > > https://tutorialzine.com/2014/12/you-dont-need-icons-here-are-100-unicode-symbols-that-you-can-use > >

Re: [tw5] Re: Preview: keyboard driven draggable bullets

2020-05-26 Thread David Gifford
Hi bimlas You wrote What do you think? What ideas do you have? * I think it is better to wait to play with it myself for a while first before forming ideas about it. * -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: Browser update to form controls and focus indicators

2020-05-26 Thread Mat
Thanks Eric! <:-) -- 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

[tw5] Re: [Question] is there a way to run a "local" file from TW5?

2020-05-26 Thread TonyM
Tony There are features in the prior version of timimi and ways one may get the node server to respond on your behalf but its not strait forward. I have a specific tiddlydesktop wiki and drag drop import and export as needed to build my local interactive. On windows HTA files have some

[tw5] Re: [Question] is there a way to run a "local" file from TW5?

2020-05-26 Thread Tony K
Hey Tony no I am using NodeJs and, as you said, it looks like it is not doable thanks On Tuesday, May 26, 2020 at 12:29:09 PM UTC+3, TonyM wrote: > > Tink > > Are you using tiddly desktop to get past typical browser limitations. > > I do this a lot so can share examples later. I am cooking now.

[tw5] Re: [Plugin] TWCrossLinks

2020-05-26 Thread Anjar
Sure! And I agree, since DailyNotes uses the title format -mm-dd already, it will fit nicely. Maybe even as a separate tab "Reminders" similar to Backlinks and Keywords (that's why I thought it could be nice for TWCrossLinks)? But I imagine it can be integrated nicely into the DailyNotes

[tw5] [Question] is there a way to run a "local" file from TW5?

2020-05-26 Thread TonyM
Tink Are you using tiddly desktop to get past typical browser limitations. I do this a lot so can share examples later. I am cooking now. Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Is it easy to "port" a library into TW?

2020-05-26 Thread PMario
On Tuesday, May 26, 2020 at 7:13:38 AM UTC+2, Tony K wrote: > https://github.com/felixhayashi/TW5-Vis.js is a "conversion" or "port" or > whatever you wanna call it of vis.js to TW > Not a conversion, nor a port. ... Most of the time we only need a small "wrapper" function, that makes a TW

Re: [tw5] Re: Minimalist me: using unicode characters instead of images

2020-05-26 Thread Rizwan Ishak
The link I shared lists cross platform unicode characters that can be safely used. On Tue, 26 May 2020, 13:40 PMario, wrote: > Hi, > > This should work for many platforms and devices. ... BUT it also depends > on the fonts, that are available for the system. So you can't be sure if it > works

[tw5] Re: Minimalist me: using unicode characters instead of images

2020-05-26 Thread PMario
Hi, This should work for many platforms and devices. ... BUT it also depends on the fonts, that are available for the system. So you can't be sure if it works for every user. Unicode fonts grow considerably in size, depending which elements they implement. -mario -- You received this

[tw5] Re: [Question] is there a way to run a "local" file from TW5?

2020-05-26 Thread Reet Pandher
Possible causes: 1. There are spaces in the name.(No idea how to solve that one apart from renaming everything to remove spaces) 2. Formatting error for the file name. Instead of using [[link |D:\AllNotes\TiddlyWiki\file.py]] use [[link

[tw5] [Question] is there a way to run a "local" file from TW5?

2020-05-26 Thread Tony K
I am looking into adding some links to files I have on my disks in TW5 for easy search and access I did use the external link command / format but when I click on the file it is not running it is there a workaround around it? merci -- You received this message because you are subscribed

[tw5] Re: Bullets and numbers of lists are not visible.

2020-05-26 Thread Sanjit Maddamsetty
Thanks for help community. It was some other plugin which I wasn't using which caused this issue. I have deleted it and it works good now. On Saturday, May 16, 2020 at 10:32:46 PM UTC+5:30, Sanjit Maddamsetty wrote: > > I have downloaded TiddlyRoam and have been using. But whenever I try to >

Re: [tw5] Re: Preview: keyboard driven draggable bullets

2020-05-26 Thread bimlas
David Gifford, > 5. It will be interesting to experiment on seeing how well these projects > might integrate with backlinks a la Stroll. That is, will an outline node > be related somehow to its parent tiddler? To its parent node? Both? > Neither? Will there be benefit in opening the tiddler

[tw5] Problem with TW5.1.22, plugin library not displaying

2020-05-26 Thread 'Torax Malu' via TiddlyWiki
Hi at all, after hesitating I risked the update my TiddlyWikis on NodeJS to 5.1.22. Well, my old friend Plugin Library showed a strange behaviour: Not showing up. I investigated a little and found the hint of the configuration tiddler `$:/config/OfficialPluginLibrary`. This configuration is