[twdev] Re: Small RSS feed of possible interest

2017-02-10 Thread Riz
+1 for the find !!! On Saturday, 11 February 2017 01:30:36 UTC+5:30, Mat wrote: > > https://github.com/55sketch/simple-rss/blob/master/simple-rss.js > > > <:-) > -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group an

[twdev] Small RSS feed of possible interest

2017-02-10 Thread Mat
https://github.com/55sketch/simple-rss/blob/master/simple-rss.js <:-) -- 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.c

[twdev] Re: [TW5] How to Customize the "New Tiddler" content?

2017-02-10 Thread Douglas Counts
Wow, that code I posted works. But because of the extra empty line at line 2, the button caption is placed under the icon when looking at the "Tools" tab, which looks really odd. It makes the button on the "Tools" tab twice as large as it should be. Removing the empty line fixed where the capt

Re: [twdev] [TW5] new Revision Plugin: give me your opinions.

2017-02-10 Thread Jeremy Ruston
Hi David > Just curious what's happened with Revisions and Trash in the intervening 26 > months? One part of the implementation that we discussed has been done; there are now a series of hooks into high level UI operations. They are currently being used by the SaveTrail plugin. Best wishes J

[twdev] Re: [TW5] How to Customize the "New Tiddler" content?

2017-02-10 Thread Douglas Counts
BJ, Thank you soo much. I was able to get that to work and customized the text to place four empty lines in all new tiddlers with my {{PageFooter}} reference at the bottom of each. Your help gives me a great starting point for all my new tiddlers. For anyone interesested below is my final

[twdev] Re: [TW5] How to Customize the "New Tiddler" content?

2017-02-10 Thread BJ
sorry that should be: <$button tooltip={{$:/language/Buttons/NewTiddler/Hint}} aria-label={{$:/language/Buttons/NewTiddler/Caption}} class=< >> <$action-sendmessage $message="tm-new-tiddler" text="Text in new tiddler."/> <$list filter="[prefix[yes]]"> {{$:/core/images/new-button}} <$list filte

[twdev] Re: [TW5] How to Customize the "New Tiddler" content?

2017-02-10 Thread BJ
Unfortunately the solution is a bit subtle, historically action widgets were invented to overcome the limitations of the widgets like the button widget, and thus the functionality of the button widget is extended like so: <$button tooltip={{$:/language/Buttons/NewTiddler/Hint}} aria-label={{$:/