[tw5] Re: [Help] Save opens up a Save dialogue box

2019-06-15 Thread TonyM
Ulf, This security issue explains why we need to use another save method to make it transparent. It is not a reason to avoid tiddlywiki because other solutions will have their own limitations, and few of the features. We are always working to simplify and enhance tiddlywiki but at the same

[tw5] Re: [Help] Save opens up a Save dialogue box

2019-06-15 Thread Ulf Ayirtahsk Berg
Thank you for the help, Mark and Eric. I have used TiddlyWiki now and then since probably more than ten years, and was trying it again now. 'For security reasons, modern web browsers do not let you *directly* write to the local filesystem.' I hadn't noticed this important change. It takes

[tw5] Re: encrypted TW on mobile chrome browser shows inital tiddlers

2019-06-15 Thread jeroen ophetweb
Hello, A refresh of the page does not change anything. Tried it with FF even but the same. Also in incognito windows it still shows the default tiddlers. No problem for me personally. Just to follow-up. Regards, JeRoen Op donderdag 13 juni 2019 20:38:38 UTC+2 schreef Mark S.: > > Although I

[tw5] Re: [meta] WikiText - what type of language is it?

2019-06-15 Thread Mat
Thanks for reply I don't think that WikiText is a turning complete language, but I think it > would fit best as a macro language. > Yes, my impression is we've come at it from another angle. Rather than Jeremy setting out to create a language, the 'commands' have instead grown on a need basis

[tw5] Re: How do I show tags along with tiddler title in the search result?

2019-06-15 Thread Mohammad
Added to TW-Scripts On Saturday, June 15, 2019 at 9:02:54 PM UTC+4:30, talha131 wrote: > > Thanks a lot Mat. My issue has been solved. > > <$link to={{!!title}}><$view field="title"/> ><$list filter={{!!tags}}> > <$macrocall $name=tag-pill tag={{!!title}} /> > > > ​ > -- You

[tw5] Re: How do I show tags along with tiddler title in the search result?

2019-06-15 Thread talha131
Thanks a lot Mat. My issue has been solved. <$link to={{!!title}}><$view field="title"/> <$list filter={{!!tags}}> <$macrocall $name=tag-pill tag={{!!title}} /> ​ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: [TW5] how to make one "invisible" table

2019-06-15 Thread mauloop
An alternative syntax is: ``` |a|b| |c|d| |borderless|k ``` -- 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+unsubscr...@googlegroups.com. To post to

[tw5] Re: Saving in chrome

2019-06-15 Thread 'Mark S.' via TiddlyWiki
Since this thread has, unfortunately, been marked as complete, it might not get the attention it needs. It seems your question is really about saving TWC under Chrome. Perhaps you could repost your question over in the TWC forum: https://groups.google.com/forum/#!forum/tiddlywikiclassic It

[tw5] Re: Question about changing filename for static exports

2019-06-15 Thread 'Mark S.' via TiddlyWiki
Maybe baseFilename={{!!caption}} ?? On Saturday, June 15, 2019 at 5:40:33 AM UTC-7, David Gifford wrote: > > This is all helpful, thank you Tony and Mark. > > Mark's snippet means changing the file name every time. What I am looking > for is a way to set the filenames of each tiddler by

[tw5] Re: How do I show tags along with tiddler title in the search result?

2019-06-15 Thread Mat
> > you must surround the macrocall with a listwidget so that the macrocall > only deals with one tag at a time. > > Can you point me to any example where listwiget is used in this way? > Didn't test this but should work: <$list filter="my tiddlers of relevance"> <$link/> <$list

[tw5] Re: Question about changing filename for static exports

2019-06-15 Thread David Gifford
This is all helpful, thank you Tony and Mark. Mark's snippet means changing the file name every time. What I am looking for is a way to set the filenames of each tiddler by entering it into its caption field upon creation of the tiddler. That way every time I update and export the tiddler I

[tw5] Re: [meta] WikiText - what type of language is it?

2019-06-15 Thread Jed Carty
I don't think that WikiText is a turning complete language, but I think it would fit best as a macro language. There are a lot of descriptions you could argue fit, at least Interpreted, Embeddable, Logic, List-based, Declarative It also has similarities to PostScript. -- You received this

[tw5] Re: How do I show tags along with tiddler title in the search result?

2019-06-15 Thread talha131
<> works fine. It’s the <> macro that is not working. you must surround the macrocall with a listwidget so that the macrocall only deals with one tag at a time. Can you point me to any example where listwiget is used in this way? ​ -- You received this message because you are subscribed

[tw5] Re: How do I show tags along with tiddler title in the search result?

2019-06-15 Thread Mat
> > *What I can’t figure out is* how to pass the current tag to the tag-pill > macro. I have tried > > <> > > General note: both the <<..>> syntas and {{..}} are short forms of macrocalls. As such they cannot be nested. > <$macrocall $name="tag-pill" tag=<<__tags__>> /> > > Well, the tag*s*

[tw5] Re: How do I show tags along with tiddler title in the search result?

2019-06-15 Thread talha131
Thank you Mat for the details. -- I think what I want to do can be achieved by editing $:/core/ui/ListItemTemplate. It reads <$link to={{!!title}}><$view field="title"/> I just need to add <> *What I can’t figure out is* how to pass the current tag to the

[tw5] [meta] WikiText - what type of language is it?

2019-06-15 Thread Mat
In the docs it says WikiText is a concise, expressive way of typing a wide range of text > formatting, hypertext and interactive features. It allows you to focus on > writing without a complex user interface getting in the way. It is designed > to

[tw5] Re: Maths Graphs?

2019-06-15 Thread Ste Wilson
Dave or other tool maps peeps.. I think they should be added to the list! -- 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

[tw5] Re: How do I show tags along with tiddler title in the search result?

2019-06-15 Thread Mat
Sure, here's the linkwidget and here's the discussion on the update of it. In summary, you can use <$link/> to get a link to the current tid instead of a much longer syntax for 5.1.19. So, in

[tw5] Re: How do I show tags along with tiddler title in the search result?

2019-06-15 Thread talha131
(BTW, the syntax for this is about to be improved in the very-soon-to-be-released 5.1.20 version.) I am actually using 5.1.20 pre release. Can you please point me to the documentation of the to be release version? ​ -- You received this message because you are subscribed to the Google

[tw5] Re: Saving in chrome

2019-06-15 Thread A Sklpns
Mark S., friends I'm trying to test the script but I got stuck at step 0: Chrome in Windows 10 will act as expected when pressing the save changes button in TW5 as well as an empty TWC 2.9.2 (most recent version), ie it will download the file in the downloads folder. It wont however do the