I have not found official information about the "zettelkasten" only some videos, but vague explained without much details. but I think the main idea was the numbering of every slip "content-related" and not alphabetically in combination with an index. so basically theres not much behind it, my only problem is the numbering of every tiddler in the following way: e.g.: 1 - 1a - 2 - 10 - 25 - 100, at the moment its: 1 - 1a - 10 - 100 - 2 - 25, it think it can be done with the abego-plugin "ForEachTiddler" but the following gives me only standard sorting
<<forEachTiddler sortBy '(tiddler.title.toLowerCase())' >> -- 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/-/25mN2EgaWtMJ. 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.

