

If anyone wants any features added or needs further explanation just ping me and I will try to respond accordingly. If that info is inaccurate or missing, I would greatly appreciate help in tracking it down. I'm also trying to add plugin names if a feature is implemented as a plugin rather than a core feature of the app. If I could get someone affiliated with the app, perhaps, to sign-off on it I will note that on the chart (I will also note if there was a lack of sign-off).įeature definitions and emoji keys are listed here (if there is no emoji it's either a title row or I was unable to verify the feature status to my own satisfaction): I'm currently putting together a chart for note-taking/pkm apps and I wanted to pass the TiddlyWiki list I've compiled to the community to double check its accuracy. That way you will have "some content" in the middle! One for Source and one for Backlinks, with the sole difference that Source should have list-before while Backlinks should have list-after List-after is a field value that has a little special meaning we simply told it to appear after the body.Īlso looking at your code, you will need to create 2 of these.
TIDDLYDESKTOP PLUGIN CODE
by using that system tag $:/tags/ViewTemplate you tell the inner engine that renders the wikis to include your template (the code you wrote) as part of all tiddlers! (You can do them conditionally with list widget or reveal widget!) And the magic here: add tag $:/tags/ViewTemplate and a field called list-after with value of $:/core/ui/ViewTemplate/body. Usually I am the guy who always get himself in trouble with all these technical stuff.悪 Nooo, don't modify $:/config/ui/viewTemplate that's not how you should go about it! there is a different way.Ĭan you try to: Create a new tiddler with any name. Hey - just to say thank you for allwoing me to give an answer about something I know.
TIDDLYDESKTOP PLUGIN HOW TO
How to do this you can find on the internet. To do that you need to make sure you are in the tiddlywiki desktop folder - and then change the permission to the 'nw' file. It may not be exactly the same with your debian -īut you could always use the terminal to add executable permission to the file. Now click the nw file in the tiddlywiki desktop folder and it will give you three options one is make executable and run - click that one and yo ushould be running.

click it and you should have a tick box to make the file executable - allow excuting the file as a program click the properties and you should see dialouge box with 4 tabsĦ. at the bottom of the menue you'll should see- propertiesĤ.

right clicking it should give you a menue -ģ.

move to the Tiddlywiki Desktop folder where there is a file called 'nw'Ģ. You want to give executable permission to the nw file in the tiddlywiki desktop folder ġ. It is an issue of permission to the right file. in my expereince there is this thing calle d desktop environement which can affect what kind of dialouge boxes you get on your gui.īut if all fails you can do it through the terminal. I am describing how it looks on my mint machine - it might not look exactly the same on debian.
