Re: [twdev] Re: Please share your plugin development folder structure

2016-09-07 Thread Tobias Beer
Hi Felix, Danielo, > Hola Danielo, > > 1) "/src" – My tiddlymap gulpfile script reads the src files from this > folder (maybe have a look at the script, you can simply reuse it for > your purpose) > Felix' gulp script has been the starting point for my using gulp for minifying contents

Re: [twdev] Re: Please share your plugin development folder structure

2016-09-07 Thread Felix Küppers
Hola Danielo, 1) "/src" – My tiddlymap gulpfile script reads the src files from this folder (maybe have a look at the script, you can simply reuse it for your purpose) 2) "/dist" – here are the minified dist files 3) "/bundle" – all distfiles are wrapped by the gulpfile script to produce a

[twdev] Re: [TW5] Displaying filter generated list in alphabetical order.

2016-09-07 Thread Danielo Rodríguez
I mean or <$list filter="[tag[TAG]!sort[title]]"> -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+unsubscr...@googlegroups.com. To post to this

[twdev] Re: [TW5] Displaying filter generated list in alphabetical order.

2016-09-07 Thread Danielo Rodríguez
Use the sort operator <$list filter="[tag[TAG]sort[title]]"> Or <$list filter="[tag[TAG]sort[title]]"> -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[twdev] Re: [TW5] Displaying filter generated list in alphabetical order.

2016-09-07 Thread Tobias Beer
Use the appropriate *sort *filter operator: http://tiddlywiki.com/#:[!is[system]search:title[sort]search:title[operator]] Especially the basic sort operator: http://tiddlywiki.com/#sort%20Operator Best wishes, Tobias. -- You received this message because you are subscribed to the Google

[twdev] Re: [TW5] Displaying filter generated list in alphabetical order.

2016-09-07 Thread PMario
http://tiddlywiki.com/#ListWidget -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+unsubscr...@googlegroups.com. To post to this group, send email

[twdev] [TW5] Displaying filter generated list in alphabetical order.

2016-09-07 Thread KeithStock
Hi there I'm new to TW and have a question that I'm sure is very basic. Unfortunately I can't find the answer anywhere else, at least not written in a way that I understand. I've created a tiddler that displays a list of tiddlers with a particular tag: <$list filter="[tag[TAG]]"> <$link

[twdev] Re: Please share your plugin development folder structure

2016-09-07 Thread Tobias Beer
Hi Danielo, I saw your post, but with the reply being a bit more time-consuming, I didn't jump at it right away. Give me a moment, also to recap, has been a while I last published stuff or create a new plugin folder. Perhaps I shall undertake the exercise once more before I even write up my

[twdev] Re: Please share your plugin development folder structure

2016-09-07 Thread Danielo Rodríguez
C'mon guys! @Tobias! @Felix!i know you have very efficient structures.. Please share them! -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to