--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a261229f-b292-4a11-999f-cc4e810a0547%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,After hitting a button will be great but it has to take into consideration that incrementin should be based per tag - nextvalue might be different per each application tag (e.g. 5 articles with tagA, next one will be 006 - ..., 2 articles with tagB, next one will be 003).Regards,Andrei
On Sun, 23 Jun 2019, 8:09 am David Allen, <dvainw...@gmail.com> wrote:
Will this list be displayed/generated after hitting a button or when the tiddlywiki loads? I ask because I think I know how to do the first one but not the second one--
On Saturday, June 22, 2019 at 3:51:51 PM UTC-5, Andrei Teodorescu wrote:Hi,We just started customizing tiddlywiki in a team of 6 and we have the following knowledge management scenario:- we are creating a knowledge base for several applications (each having its own tag)- for each application, there will be one tiddler in the Table of Contents containing all tiddlers with its specific application tagWe would like to have a list for each tag, with number prefix of 3 digits for each tiddler.How can we achieve this?E.g.How to cleanup logs --> 001 How to cleanup logsHow to build an index --> 002 How to build an indexError 504 received while login --> 003 Error 504 received while loginRegards,Andrei
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 tiddl...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9b8d9b84-91fc-44c8-9f76-0119fbc99e27%40googlegroups.com.
Hi Tony,I was able somehow to add numbers in front of them followed by tiddler name link but that would be an unnatural behaviour (part number, part link) - that is why I thought about a forcing mechanism that every time I press a button (let's say Solution App1) would create a new tiddler tagged with App1 and already populated the Tiddler name with an incrementing value as a prefix (like knowledge base have). In the team would like these to be referred as solution 027 for App1, for instance. It ads more clarity, from my perspectiveAndrei