[tw5] Highlight.js update

2018-12-09 Thread Mohammad
It would be great if the plugins of TW 5.1.18 get updated. The KaTex is now the latest version, but the highlight.js is rather old. If you look at: https://github.com/highlightjs/highlight.js/releases The latest release is 9.13.1 and the TW 5.1.18 plugin at https://tiddlywiki.com/plugins/tidd

[tw5] Making derivative wiki from Bob question

2018-12-09 Thread Dave
Hi I'm trying to make a new wiki from a subset of tiddlers in my main wiki, but it's not working and I was hoping someone could tell me what I'm doing wrong... Steps I've tried: Settings > Bob settings tab > create a wiki from "existing tiddlers" > (gave the wiki a name) > from: BobWiki (the ma

[tw5] Re: Autonumbering

2018-12-09 Thread Mohammad
Hello Mark, It works now! Thank you. Please let me to make more tests and I will return to you. I may also make more macros like the one to show bibliography at the bottom of tiddlers. Also to see the effect when I make a big tiddler by transcluding the smallet one. I hope Olegh see the post

[tw5] Announcing the release of TiddlyWiki v5.1.18

2018-12-09 Thread Riz
Congratulations. Good work. Riz -- 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 this group, send email to tidd

Re: [tw5] Re: New filter operator: kindred: Filter tiddlers by tags (or any fields) recursively

2018-12-09 Thread TonyM
Jeremy, Can you suggest a way for bimlas to implement this without a system tiddler overwrite if possible? I am very keen to have this kin operator in most of my wikis and see it as a powerful extension especialy alond with else filter and subfilter. Regards Tony -- You received this messag

[tw5] Re: Autonumbering

2018-12-09 Thread 'Mark S.' via TiddlyWiki
Mohammad set up a very nice page for this code at http://autoref.tiddlyspot.com/ . I've updated the code to perform resets (so references that are added or deleted will be accounted for as soon as the tiddler updates) and for namespaces, which allows you to keep track of different classes of th

[tw5] Re: Tiddler Jail

2018-12-09 Thread h0p3
I am always a joy to hear from you, Jed. Even though I've spent a lot of time in my wiki, I'm still basically just a beginner. You are one of the gurus here that I am fortunate enough to have the chance to learn from. Thank you for such a solid answer (and I will gratefully take every scrap of

[tw5] Re: Announcing the release of TiddlyWiki v5.1.18

2018-12-09 Thread Mat
Just a quick note to chime in on the thank you to Jeremy and everyone who has contributed! BTW, sorry for my absence of late but hope to have more time by end of the year. Really looking forward to investigating the new version properly. Cheers everyone Mat a.k.a <:-) -- You received this m

Re: [tw5] Re: New filter operator: kindred: Filter tiddlers by tags (or any fields) recursively

2018-12-09 Thread Jeremy Ruston
Just to point out that I would strongly recommend in the strongest terms NOT to use any hack that requires overwriting a core module. It's hair-raisingly risky 99.% of the time, and I dread tracking down and resolving the sort of problems it is likely to cause. You can be absolutely certain

[tw5] Dave's awesome list

2018-12-09 Thread Ste Wilson
I've set up a bitly to Dave's awesome list of tiddly goodness Find it at bit.ly/tiddlytools Thought it might help Stephen -- 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

[tw5] Re: New filter operator: kindred: Filter tiddlers by tags (or any fields) recursively

2018-12-09 Thread bimlas
I attach the filter, but be careful because it's overwriting some shadow tiddlers! [[$:/core/modules/filters/kin.js]] [[$:/core/modules/wiki.js]] [[$:/core/ modules/utils/utils.js]] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Testing please ignore

2018-12-09 Thread Ste Wilson
Posts not been posting. -- 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 this group, send email to tiddlywiki@g

[tw5] Dave's list....whats that easy to remember address?

2018-12-09 Thread Ste Wilson
I've just made a bitly link to Dave's list. bit.ly/tiddlytools Just thought it might be easier. Stephen -- 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 tiddly

[tw5] Re: Autonumbering

2018-12-09 Thread Mohammad
Mark, On Sunday, December 9, 2018 at 5:48:36 PM UTC+3:30, Mark S. wrote: > > Hi Mohammad, > > The issue is that the internal counter doesn't reset until reload. It > would be possible to add a reset feature to the JS macro, so that it starts > over on rendering. > This is not good! and for me

[tw5] Re: Autonumbering

2018-12-09 Thread Mohammad
Hello Mark, I like to have Olegh comments, as he has better experiences in using TW for scientific contents. But I think - A tiddler should have its own numbering starting from 1 - When we make a big tiddler by transcluding small tiddlers, the macro should take care of correct numberi

[tw5] Re: Autonumbering

2018-12-09 Thread 'Mark S.' via TiddlyWiki
The numbering is applied as items are introduced. This seems to be the approach used by most periodicals. What would be the best way to have the numbering applied? A completely different approach would be to have the numbers inside the tiddlers (e.g. field refnumber) , with the auto-increment a

[tw5] Re: How can I make a form with a button that does something?

2018-12-09 Thread BurningTreeC
Hi Joe, to reverse a string you can use a crazy thing like this, putting it in \define print-next(string:"",prefix:"",count:"") <$macrocall $name="print-single-letters" string=<<__string__>> prefix=<< __prefix__>> count=<<__count__>>/> \end \define print-single-letters(string:"",prefix:"",count:"

[tw5] Re: Autonumbering

2018-12-09 Thread 'Mark S.' via TiddlyWiki
Hi Mohammad, The issue is that the internal counter doesn't reset until reload. It would be possible to add a reset feature to the JS macro, so that it starts over on rendering. But this might not even be the direction you were thinking of going? Outside of the inevitable anomalies, is this w

[tw5] Re: SonicPi, TiddlyWiki and OSC?

2018-12-09 Thread Jed Carty
I have never used OSC or SonicPi but I did make a few music synthesis projects when I was getting my degree and I have been made a few small generative music projects using tiddlywiki as the front end. I also have some experience hooking tiddlywiki into real time applications using it to contro

[tw5] Re: How can I make a form with a button that does something?

2018-12-09 Thread Jed Carty
What you are describing is a non-standard thing so doing it without using non-standard macros or a plugin isn't really possible. There are ways to do the equivalent using tiddlywiki, but instead of having html input elements you should use edit-text widgets, to make the tiddler with the given n

[tw5] Re: Autonumbering

2018-12-09 Thread oleghbond
Mohammad, thanks, the very convenient playground. A couple of questions: - not clear how the order of numbering can be controlled? Or in other words, how can one change the numbering order? - would it be possible to introduce an additional field for each artifact's tiddler sort of

[tw5] Re: SonicPi, TiddlyWiki and OSC?

2018-12-09 Thread Joe Armstrong
Absolutely. By coincidence, I've been collaborating with Jeremy and Sam - personally, I think SonicPi and TW are soul-mates - on the surface they a different, but under the covers, they are very similar. Jeremy is combining fragment of knowledge through transclusion, Sam is making music by com

[tw5] How can I make a form with a button that does something?

2018-12-09 Thread Joe Armstrong
I want to make a simple form with three fields and a button The fields are regular html input fields (like ) The fields contain the name of a new tiddler and two text strings. Call these fields 'tiddler-name' text1 and text2 When I press the button I want to execute some custom JS code which I w

[tw5] Re: Autonumbering

2018-12-09 Thread oleghbond
Thanks, that's much better. неділя, 9 грудня 2018 р. 11:56:30 UTC+2 користувач Mohammad написав: > > Olegh, > You need to work in TW5.1.18 > > Please download a clean empty TW5.1.18 and test the code. The Marks's code > uses range operator which is new in 5.1.18 > > > -Mohammad > -- You receiv

[tw5] Re: Tiddler Jail

2018-12-09 Thread Jed Carty
First to actually answer your question, not really, but it probably isn't as bad as you think. From importing there is almost nothing that a tiddler can do other than change the display properties of your wiki by adding css and view templates. There is plenty you can do with those two things but

[tw5] Re: Autonumbering

2018-12-09 Thread Mohammad
Olegh, I made a demo based on Mark code! See it here http://autoref.tiddlyspot.com/ --Mohammad -- 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+unsub

[tw5] Re: Autonumbering

2018-12-09 Thread Mohammad
Olegh, You need to work in TW5.1.18 Please download a clean empty TW5.1.18 and test the code. The Marks's code uses range operator which is new in 5.1.18 -Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: Autonumbering

2018-12-09 Thread Mohammad
Mark These are the results of initial tests A. Issue 1. Assume you have renamed "WS-2016" to "WS-2014", the autoref generate a third reference in the "Autoref Test" tiddler and in the list you see three references, with the first item is empty e.g "1. " 2. Undo what you have don

[tw5] Re: Autonumbering

2018-12-09 Thread oleghbond
Mark, so far my test of your example looks as follows in the attachment. Olegh неділя, 9 грудня 2018 р. 00:58:00 UTC+2 користувач Mark S. написав: > > Ideally, the way to do this would be to put the references in their own > tiddlers. The problem is the auto-numbering ... since you can't know

[tw5] Tiddler Jail

2018-12-09 Thread h0p3
Is there an idiomatic way to safely import tiddlers from a stranger into a jail or sandbox in my wiki? Is there a way to automatically quarantine a tiddler (say based upon its tags) so that it has no ability to write to the rest of the wiki or perhaps do anything more programmatic than link and