[tw5] Re: How to? --- APPEND one tiddler "text" to another? #append

2019-04-06 Thread Mohammad
Added to Yazd! --Mohammad On Sunday, April 7, 2019 at 1:01:06 AM UTC+4:30, Mohammad wrote: > > Hi Josiah! > This new version works ALSO with empty tiddlers > > \define append-text(tidTitle, text:"", btnLabel:"Append Text", sep:"") > <$button> $btnLabel$ > <$list variable="newText" > filter="[<_

[tw5] Re: How to? --- APPEND one tiddler "text" to another? #append

2019-04-06 Thread Mohammad
Hi Josiah! I don't know if this is a bug or a feature, but action-setfield will create tiddler if it does not exist! Glad you like it! --Mohammad On Sunday, April 7, 2019 at 10:07:03 AM UTC+4:30, @TiddlyTweeter wrote: > > Thanks Mohammad! > > Very good. And excellent it silently creates the tar

[tw5] Re: How to? --- APPEND one tiddler "text" to another? #append

2019-04-06 Thread @TiddlyTweeter
Thanks Mohammad! Very good. And excellent it silently creates the target tiddler if it doesn't exist. Exactly what I needed. Best wishes Josiah On Saturday, 6 April 2019 22:31:06 UTC+2, Mohammad wrote: > > Hi Josiah! > This new version works ALSO with empty tiddlers > > \define append-text(t

[tw5] Re: "tags" comments and questions

2019-04-06 Thread @TiddlyTweeter
Thanks Tony! durr I'm silly! Totally confusing title to the post! I changed the title. J. On Sunday, 7 April 2019 05:57:54 UTC+2, TonyM wrote: > > Just to add to this thread > > Joshua is talking about tags on the Google Forum Posts (not in TiddlyWIki) > but about tiddleywiki > > Tony > > On Su

[tw5] Re: Tiddlywiki on Node.js: Backup

2019-04-06 Thread Mohammad
Thanks Tony for suggestion! I am still thinking if a button can run the batch file in the background and make the backup! --Mohammad On Sunday, April 7, 2019 at 8:42:36 AM UTC+4:30, TonyM wrote: > > Something I discovered for exporting batch files > > >- Place the batchfile in a tiddler of t

Re: [tw5] Global Macro or Local

2019-04-06 Thread Mohammad
Thanks Jeremy! Added to TW-Scripts. On Saturday, April 6, 2019 at 1:11:55 PM UTC+4:30, Jeremy Ruston wrote: > > Hi Mohammad > > I understood, the encourage is NOT to use global variable and seems > performance is here not a big issue! > > > There is minimal processing at the point where a macro

[tw5] Re: Tiddlywiki on Node.js: Backup

2019-04-06 Thread TonyM
Something I discovered for exporting batch files - Place the batchfile in a tiddler of the type text/plain - In windows install a printer of the Generic / Text Only type - In Properties/Ports select file: to print to file Now when you come across your batch file tiddler - Optional

[tw5] Re: How do I change the default Tiddler

2019-04-06 Thread TonyM
And a quicker and simple way to to take a tiddler with the content, tag and type you want and using the Clone Button. Then edit as desired. The other is to build your own new tiddler button that acts to create tiddlers as you want them, a form of create from template, but the template is stored

[tw5] Re: "tags" comments and questions

2019-04-06 Thread TonyM
Just to add to this thread Joshua is talking about tags on the Google Forum Posts (not in TiddlyWIki) but about tiddleywiki Tony On Sunday, April 7, 2019 at 2:22:29 AM UTC+10, @TiddlyTweeter wrote: > > We done tags a bit now. > > So i'll comment. > > 1 -- They are *OPTIONAL* on web, so under-us

[tw5] Re: IF you made a "database" of plugins, what would be the fields?

2019-04-06 Thread TonyM
I do have my own registry. I create a new tiddler with a related tiddler name eg $:/plugins/tobibeer/split has Plugin-tobibeer/split containing - Source - keywords: - plugintiddler: - reference: - reposito

[tw5] Re:

2019-04-06 Thread Mal
On Saturday, 6 April 2019 17:46:15 UTC+10, S. S. wrote: > > Mal, > > Unfortunately that *color:black* styles the normal text and not the text > inside the my code tags. > > > This would get green color > `this does not change color` > This also gets green color > > > S. S,, You're right - whe

[tw5] When syncing TW, modified date of duplicate tiddlers is updated

2019-04-06 Thread TonyM
have you tried simply turning off the timestamps option in sidebar before importing? tony -- 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...@

[tw5] Re: How to? --- APPEND one tiddler "text" to another? #append

2019-04-06 Thread Mohammad
Hi Josiah! This new version works ALSO with empty tiddlers \define append-text(tidTitle, text:"", btnLabel:"Append Text", sep:"") <$button> $btnLabel$ <$list variable="newText" filter="[<__tidTitle__>get[text]addsuffix<__sep__>addsuffix<__text__>]" emptyMessage="""<$action-setfield $tiddler=<<_

[tw5] Re: Tiddlywiki on Node.js: Backup

2019-04-06 Thread Mohammad
Good to share! If you work on Windows the below batch file can be used to create backups from you Tiddlywiki files using robocopy! save this is .bat or .cmd file like mybackup.cmd set the source and destination folder and it works! I used for example source=G:\TW\TW-Yazd dest =G:\TW\MyArchive\

[tw5] Re: IF you made a "database" of plugins, what would be the fields?

2019-04-06 Thread @TiddlyTweeter
Thanks Jed, Very helpful. On Saturday, 6 April 2019 18:55:10 UTC+2, Jed Carty wrote: > > If I were to do this hypothetical thing it would be done about like this > http://inmysocks.tiddlyspot.com/#twCard%20Listing%20-%20Plugins > -- You received this message because you are subscribed to the Go

[tw5] Re: "tags" comments and questions

2019-04-06 Thread @TiddlyTweeter
S.S. I agree that using them does no harm, Its fine to go on trying a few months yet. My Point was they are basically ineffectual. Perhaps somebody can show otherwise later. Right now they mean little IMO. But let us see. I can wait on your proof :-). Best wishes Josiah On Saturday, 6 April

[tw5] Re: "tags" comments and questions

2019-04-06 Thread S. S.
I feel there is no harm using them. It takes months if not longer for their usefulness to become apparent. And if that doesn't happen, nothing lost. But if it does become useful, so much gained. On Saturday, April 6, 2019 at 11:22:29 PM UTC+7, @TiddlyTweeter wrote: > > We done tags a bit now. >

[tw5] Re: How do I change the default Tiddler

2019-04-06 Thread S. S.
The really quick answer lies here: TemplateTiddlers That will show you that it can be done! For a more complete solution, you may try searching the group for more examples of template tiddlers. On Saturday, April 6, 2019 at 9:03:50 PM UTC+7, ss48 wrote

[tw5] Re: "tags" comments and questions

2019-04-06 Thread @TiddlyTweeter
repeat for email ... On Saturday, 6 April 2019 18:22:29 UTC+2, @TiddlyTweeter wrote: > > We done tags a bit now. > > So i'll comment. > > 1 -- They are *OPTIONAL* on web, so under-used. > > 2 -- They are not on email. What PROPORTION of users are on email? > > 3 -- I can't see how you'd benefit in

[tw5] Re: IF you made a "database" of plugins, what would be the fields?

2019-04-06 Thread Jed Carty
If I were to do this hypothetical thing it would be done about like this http://inmysocks.tiddlyspot.com/#twCard%20Listing%20-%20Plugins -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw5] Re: IF you made a "database" of plugins, what would be the fields?

2019-04-06 Thread @TiddlyTweeter
Ciao Dave Perhaps, rather "fetch" for plugin and "view demo". I updated accordingly. J. x On Saturday, 6 April 2019 18:15:41 UTC+2, David Gifford wrote: > > Two fetch addresses, one for the plugin and one for the demo > > Topic(s) > > Dave > > On Saturday, April 6, 2019 at 9:31:20 AM UTC-6, @Ti

[tw5] Re: IF you made a "database" of plugins, what would be the fields?

2019-04-06 Thread David Gifford
Two fetch addresses, one for the plugin and one for the demo Topic(s) Dave On Saturday, April 6, 2019 at 9:31:20 AM UTC-6, @TiddlyTweeter wrote: > > Following from my last post. > > I'm unclear what info is needed on a plugin to ensure it documented ... > > I got as far as ... > > author... > re

[tw5] How do I change the default Tiddler

2019-04-06 Thread ss48
Any time I insert a new Tiddler, I find myself assigning the same tags and changing the content type to Markdown. How do I enable new Tiddlers created (whether a new tiddler or journal tiddler, etc) to have these by default? -- You received this message because you are subscribed to the Google

[tw5] Re:

2019-04-06 Thread barrowgloom
On Saturday, April 6, 2019 at 3:46:15 AM UTC-4, S. S. wrote: > > Mal, > > Unfortunately that *color:black* styles the normal text and not the text > inside the my code tags. > > how 'bout a inline styling on a ? -- You received this message because you are subscribed to the Google Groups "T

[tw5] Re: How to listing indexes/values for multiple data tiddlers?

2019-04-06 Thread barrowgloom
A json tiddler with the page with the code from above and 15 small data tiddlers so show what I was attempting. There's some extra coding and display elements on the main page that are for assisting with troubleshooting, it should make sense I hope. -- You received this message because you ar

Re: [tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-06 Thread Stefan Pfister
Jed, can you post your raspi configuration of tw bob? I would like to use this too on my raspi nas. Thanks, Stefan Jed Carty schrieb am Sa., 6. Apr. 2019, 13:44: > Paul, > > Bob is a plugin that replaces the server component of the normal node > tiddlywiki. The big differentiating features are t

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-06 Thread Jed Carty
Paul, Bob is a plugin that replaces the server component of the normal node tiddlywiki. The big differentiating features are that it has close to real-time updates to sync tiddlers between any connected browsers and the harddrive, multi-user features so multiple people can use and edit the same

[tw5] When syncing TW, modified date of duplicate tiddlers is updated

2019-04-06 Thread talha131
I have a TW running on nodejs and stored in Git. Each tiddler is a separate file. When I have to sync another copy of the same TW, I drop the TW.html file on it. TW is smart enough to create the new tiddlers. The tiddlers that are already present and have not changed, their modified date is

[tw5] Re: How to change the language menomic that highlightjs uses?

2019-04-06 Thread talha131
See this thread https://groups.google.com/forum/#!topic/tiddlywiki/LUFCr2-KcP0 -- 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

[tw5] Why highlight.js language alias does not work?

2019-04-06 Thread talha131
Highlight.js lets you use aliases for languages. It's list of aliases is [available here](https://highlightjs.readthedocs.io/en/latest/css-classes-reference.html#language-names-and-aliases). According to it, both of the following code blocks are similar ``` ```javascript ``` ``` ```js ``` Bu

[tw5] Re:

2019-04-06 Thread TonyM
if in the tiddlers in question or using view template what you include between the style tags is a definition of the myclass and in the body you use style="myclassname" in correct format you define a cistom class and apply and it will note change it elsewhere. Tony -- You received this messag

[tw5] Re: How to listing indexes/values for multiple data tiddlers?

2019-04-06 Thread barrowgloom
>> Without some example tiddlers I don't think I can do more than point out where I think the problem is. You mean the data tiddlers? I could provide altered copies (the originals have proprietary info but this is important enough for the effort) in a json tid which would have shorter data tid

[tw5] Re: How to listing indexes/values for multiple data tiddlers?

2019-04-06 Thread barrowgloom
> > First because I don't think I can explain it in text, here is simplified > annotated code: > > That will work just as well as an explanation-- will give me something to experiment will to see how it works. The same way I got the filter run expression to work between the select and display

[tw5] Re: How to? --- APPEND one tiddler "text" to another? #append

2019-04-06 Thread @TiddlyTweeter
Thanks for the quick response! Very useful tool! It works well except that if the target Tiddler (in the example TidB) has an empty text field it won't append. Is there a way to get the append working even if the text field is empty? Many thanks! Josiah Mohammad wrote: > > > You may like the

[tw5] [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-06 Thread Paul Richards
Hello Jed, I setup a node.js version of TW on a Raspberry Pi last year to run a family GTD system. Unfortunately, it didn't have a great reception, being deemed too complicated. I also had hosting issues. I've decided to revisit the project, did some reading to refresh my memory and saw Bob. I

Re: [tw5] Re: [Off Topic] Laser cut Motovun Jack

2019-04-06 Thread Jeremy Ruston
Hi Jed Marvellous, thank you. It'll be a fitting way to mark all your work helping the TiddlyWiki community. Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 5 Apr 2019, at 23:43, Jed Carty wrote: > > Jeremy, > > After getting the focus worked out we have

Re: [tw5] Global Macro or Local

2019-04-06 Thread Jeremy Ruston
Hi Mohammad > I understood, the encourage is NOT to use global variable and seems > performance is here not a big issue! There is minimal processing at the point where a macro is defined; we just save the text of the macro. It's only when the macro is used that its content is parsed and rende

Re: [tw5] Global Macro or Local

2019-04-06 Thread Mohammad
Dear all, Thank you for your inputs. I understood, the encourage is NOT to use global variable and seems performance is here not a big issue! --Mohammad On Saturday, April 6, 2019 at 12:31:16 PM UTC+4:30, Jeremy Ruston wrote: > > Hi Tony > > > Not avoiding duplicate names is the problem from

[tw5] Re: $list filter with empty tiddler values - interesting behaviour to know

2019-04-06 Thread S. S.
LorenzGL - it's always better to open a new Topic than change the subject of a running topic completely - as others will most likely not benefit from this discussion. It also detracts from discussion on the original topic. Anyway, since this topic is already corrupted, I believe this also works

[tw5] Re: How to listing indexes/values for multiple data tiddlers?

2019-04-06 Thread Jed Carty
First because I don't think I can explain it in text, here is simplified annotated code: <$set name="data" value={{!!filter-field2}}> // <-- the variable data is a suffix we want <$list filter="[tag[#dataset]suffixindexes[all]]"> // <-- get a list of all indexes in all tiddlers with the suffix

Re: [tw5] Global Macro or Local

2019-04-06 Thread Jeremy Ruston
Hi Tony > Not avoiding duplicate names is the problem from which importvariables is a > work around. The purpose of importvariables is to allow macros to be local to a particular tiddler, giving much more flexibility in their reuse. Variables in TW are much like variables in an ordinary progra

[tw5] Re:

2019-04-06 Thread S. S.
Mal, Unfortunately that *color:black* styles the normal text and not the text inside the my code tags. This would get green color `this does not change color` This also gets green color On Saturday, April 6, 2019 at 1:59:14 PM UTC+7, Mal wrote: > > I guess you could make this a bit simpler b

[tw5] Global Macro or Local

2019-04-06 Thread TonyM
mal Not avoiding duplicate names is the problem from which importvariables is a work around. Tony -- 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+uns