I discovered tiddlywiki on my search for a digital equivalent to luhmanns
outliner system. therefore some functions are here but some are missing.
e.g. i need to number every tiddler, so with the FormTiddlerPlugin i make a
tiddler called „FormTiddler“ with following content:
<html>
<b>Nr</b>
<input name=id type=text /><br/>
</html>
and paste in every tiddler:
<<formTiddler FormTemplate>>
the plugin then produces automatically:
<<formTiddler FormTemplate>><data>{"id":"1"}</data>
my problem now the function for the DataTiddlerPlugin and/or
ForEachTiddlerMacro, which has to be able to make a search like this: „give
me all tiddlers numbered from x to y“
the special addition to this is, that it has to be able to extend
dynamically every id e.g. if you have tiddler „1“ and tiddler „2“ you have
to make a tiddler between these two - so:
1
1a
2
another extension would be:
1
1a
1a1
2
the search output should give a list:
[Nr] - [tiddler.title]
furthermore the code which is written in every tiddler shouldnt appear in
the YouSearchPlugin full-text search preview
the idea is to have one ordered version where every change you make in
this order is imaged, so your brain has an orientation and is able to make
„bookmarks“ but its still flexible and dynamically - you can order
something or simply leave it the way it comes
i think this could be helpful for all people who want combine the great
tiddlywiki with the concept of luhmanns system where he used thousands of
hand written slips over decades
ps.: maybe there are other solutions with other plugins, every help is
appreciated
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/tiddlywiki/-/N6cb6XMZ8OoJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.