[tw5] macro definition

2020-09-16 Thread Bob Jansen
Can I define more than one macro in a tiddler and have them all available by tagging the tiddler with $:/tags/Macro or does it have to be one macro definition per tiddler? bobj -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] search widget odd behaviour

2020-09-16 Thread Bob Jansen
I have three tiddlers, tag=Names, TK5, TK6 and TK7. Each has a field, artwork_id but only TK5 has artwork_id=TK1. the other two have an empty field. I have a tiddler, TK1 which has a field artwork_id with value TK1. TK1 calls a macro <> The macro is: \define is_purchased_by(artworkID) <$wikif

[tw5] Re: action-navigator doesn't work with macros

2020-09-16 Thread kebi
Eric thanks so much for the examples, really helpful! The last example does exactly what I wanted! I guess there is no way for the moment to trigger those buttons with keyboard shortcuts, am I right? Setting them to the left/right arrow keys would make the navigation more pleasant. -- You rec

[tw5] How to stick one tiddler on top?

2020-09-16 Thread Zhe Lee
I have one summary like tiddler, contains many other tiddlers. I will go through all tiddlers and check them one by one, meanwhile I need this summary tiddler on stick on top . how to make it? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: How to Quick select the first search result in simple search ?

2020-09-16 Thread Eric Shulman
On Wednesday, September 16, 2020 at 7:17:47 PM UTC-7, Zhe Lee wrote: > > I use nodejs version tiddlywiki. > Hi I already upgrade to 5.1.23 but seems no different either in `simple > search plugin` or `original search` when I press down nothing happened. > The 5.1.23 pre-release is re-built every

[tw5] Re: How to Quick select the first search result in simple search ?

2020-09-16 Thread Zhe Lee
I use nodejs version tiddlywiki. Hi I already upgrade to 5.1.23 but seems no different either in `simple search plugin` or `original search` when I press down nothing happened. I checked the link: https://tiddlywiki.com/prerelease/#EditTextWidget and https://tiddlywiki.com/prerelease/#keyboard

[tw5] Re: action-navigator doesn't work with macros

2020-09-16 Thread Eric Shulman
On Wednesday, September 16, 2020 at 4:47:55 PM UTC-7, kebi wrote: > > I'm trying to create a shortcut to move between open tiddlers in the story > view and by far this is my code: > \define next-tiddler() > <$list filter="[enlist{$:/StoryList!!list}after]"> > {{!!title}} > > \end > > <$navigator

[tw5] Re: How to Quick select the first search result in simple search ?

2020-09-16 Thread Zhe Lee
Thank you a lot for your advice about the usage of `boring`. Gotcha, I will use the word more accurate in the future. On Tuesday, September 15, 2020 at 4:28:45 PM UTC+8, Eric Shulman wrote: On Tuesday, September 15, 2020 at 12:57:41 AM UTC-7, Zhe Lee wrote: I use simple search for tiddlywiki. Whe

Re: [tw5] Re: How to debug TW code

2020-09-16 Thread Bob Jansen
Thanks Tones and Imtiaz helpful ideas. Maybe a manual tiddler should be prepared from these comments as I am sure I am not the only one to face this issue. As a general question does anyone peruse all the questions and answers to update the manual? Bobj Dr. Bob Jansen 122 Cameron St, Rockdale

[tw5] action-navigator doesn't work with macros

2020-09-16 Thread kebi
Hello guys, I'm trying to create a shortcut to move between open tiddlers in the story view and by far this is my code: \define next-tiddler() <$list filter="[enlist{$:/StoryList!!list}after]"> {{!!title}} \end <$navigator story="$:/StoryList" history="$:/HistoryList"> <> <$action-navigate $to

[tw5] Re: How to debug TW code

2020-09-16 Thread TW Tones
Bob, I have a range of methods I use to debug but they are just co-opting other methods I use to write the code in the first place. Eventually I would like to publish a debug bundle but for now some pointers; - Where possible test the code as you develop it, small ongoing tests, the pre

[tw5] Re: Great !! And is this able to...?

2020-09-16 Thread TW Tones
I use tw-receiver as Saq mentions, But also github to host publicly as well, I can save back to github eg my playground https://anthonymuscio.github.io/playground.html. Tones On Thursday, 17 September 2020 05:30:02 UTC+10, none specified wrote: > > This is great !! > I loved TW when it was p

[tw5] Re: [UI tweaks] Importing and inserting images

2020-09-16 Thread Xit Ement
Hello i am new here. I would love to know how to install this or how to improve image import. This application blew me away totally. like mind blown 1000% i have already made many tiddlers and am messing around with tiddlymap. but then.. i started importing images... then i was like... omg no

[tw5] Re: Great !! And is this able to...?

2020-09-16 Thread Saq Imtiaz
Perhaps look at TW receiver: https://tiddlywiki.com/#Saving%20with%20TW%20Receiver On Wednesday, September 16, 2020 at 9:30:02 PM UTC+2, none specified wrote: > > This is great !! > I loved TW when it was possible to save & use from my own shared hosting - > but that function died away when the n

[tw5] Great !! And is this able to...?

2020-09-16 Thread none specified
This is great !! I loved TW when it was possible to save & use from my own shared hosting - but that function died away when the newest version forced an upgrade. Having a look at the site was very nice & it didn't seem to mention this function at all. It would be great if this could have a way

[tw5] Re: Using "Vertical bar" in Tiddler Title

2020-09-16 Thread Mohamed Amin
Thanks a lot Talha and TW Tones, I really appreciate your help here I ended up using a field name "youtube_tile" (as per Talha advice) and using the below as a filter to get the "Tiddler link" from any other Tiddler: '' <$list filter="[all[]field:youtube_title[The Quantum Experiment that Broke

[tw5] Re: [ Streams ] : feedback and issues

2020-09-16 Thread Saq Imtiaz
New Streams update (0.1.15). Please backup your wiki before updating and test carefully before using with important data. *Changes:* - Keyboard shortcuts are now configurable from the Control Panel

[tw5] Re: How to debug TW code

2020-09-16 Thread Saq Imtiaz
I wrote a widget that I use for debugging: https://saqimtiaz.github.io/sq-tw/sandbox.html#%24%3A%2Fsq%2Fwidgets%2Faction-log So within a macro you can do something like <$log $message="any descriptive text" myvalue=<> /> The output gets logged to the browsers developer console, which you can

[tw5] How to debug TW code

2020-09-16 Thread Bob Jansen
I am trying to debug some TW code that is not working as expected. The code is in a macro. I have tried to display the value of a variable but that does not seem possible from within a macro. Are there any debugging facilities apart from dumpvariables which gives way too much for me to follow?

[tw5] Re: [TWc] TreeDiagramFormatterPlugin

2020-09-16 Thread G.J.Robert
Hi Yakov, Thank you for the redirecting, and glad to see there is still a community of TWC. I was so fond of TWC and TiddlySpace (a consumer of the plugins of course). Afterwards, I still keep my latest copy of the spaces as HTML files and append a couple of them every now and then for persona

[tw5] Re: "Energy Info" macros, math operators, and fancy Toolip CSS for information details

2020-09-16 Thread Felicia Crow
Hi Charlie, it is great to see your progress overall with your wiki, but especially with macros and filters when thinking about our last conversation a few days ago. Thanks for sharing. One suggestion: Depending on your preference of visualization you could use the sup tag to add a superscript

[tw5] Re: Newbie - Email to TW?

2020-09-16 Thread Mat
That would in deed be cool and I'm sure it would be possible to set up something like that but it would take a lot of fiddling. One thing I will look in to when I have time (and other TW projects are finished) is Siniy-Kit's description