[tw5] Re: [TW5] Altering position of opened link in SubStory

2018-12-13 Thread BurningTreeC
Hi Jon, the navigator widget has two attributes that can change that behavior: openLinkFromInsideRiver and openLinkFromOutsideRiver openLinkFromInsideRiver affects links clicked within a tiddler inside the story (or substory) river. this can be top (top of story), bottom (bottom of story),

[tw5] [TW5] Altering position of opened link in SubStory

2018-12-13 Thread Jon
Hi, I notice from the docs that it should be possible to alter where a link opens in a substory by changing the reference in the Navigator widget. It appears that by default, links open at the bottom of the tiddler (bottom of 'story river'?) which if it's a bit long is off the screen (I'm

[tw5] TW5 favicon: other formats: .png .svg

2018-12-13 Thread Mohammad
As we know, TW5 can show a favicon using an ico file named $:/favicon.ico Most high quality ico are large in size and there are not free ones on the net. My question is, can we use .png file instead of .ico file? e.g $:/favicon.png? It seems almost all browser nowadays support .png and some

[tw5] Re: The Power of macrocall widget: Call macro with variable

2018-12-13 Thread Mohammad
Hello Tony! That's true. I think this is kind of object oriented and actually we are overwriting a method of main class. I am using it with a bibliography code for TW5. I have written the main code to do the citation and bibliography but as you know there are too many different output style.

[tw5] Re: Collapsible TOC based on first characters of tiddler title

2018-12-13 Thread 'Mark S.' via TiddlyWiki
Ok. Here's code that should be able to do it. *But PLEASE make a backup of your work before trying this IT'S REALLY IMPORTANT! THIS MACRO MAY CHANGE EVERY TIDDLER IN YOUR TW FILE!!* There are several caveats here. One is that *every eligible tiddler will have it's modification date

[tw5] Re: Microsoft drops Edge browser for Chromium...

2018-12-13 Thread PMario
On Friday, December 14, 2018 at 1:28:40 AM UTC+1, Dave wrote: > > Thanks! That's why I love this group - you get the inside track on things > :) > :) > I was just listening to a podcast and they were "fortune telling" about > why Microsoft is doing this, and I wondered if it would affect us.

[tw5] Re: Collapsible TOC based on first characters of tiddler title

2018-12-13 Thread 'Mark S.' via TiddlyWiki
Here's the pseudo TW code I'm considering (pseudo code means it doesn't actually work) \define AtoZfilter() ... \define glue123() ... <$button> Create alphabetical TOC structure <$list A-Z variable=letr1 <$list A-Z variable=letr2 <$list A-Z variable=letr3 <$list Use regular

Re: [tw5] Re: What extra is needed for the hammer/pan widget?

2018-12-13 Thread AdamS
Oh wow. I just found the http://hammerwidgets.tiddlyspot.com/ page. I was using an even older version. It looks like you've already anticipated what I had in mind. I'm excited to play around with this! On Friday, December 14, 2018 at 1:47:39 AM UTC, AdamS wrote: > > I, too, am trying to make

[tw5] Re: convert filtered list into hard copy?

2018-12-13 Thread TonyM
Sorry, I see I am trying to take this further than the OP Original post. I want the wikified or is that HTML version to be saved in the hardcopy. Regards Tony On Friday, December 14, 2018 at 12:25:15 PM UTC+11, TonyM wrote: > > Dave, > > Thats Odd > > For example this works > > \define test()

Re: [tw5] Re: What extra is needed for the hammer/pan widget?

2018-12-13 Thread AdamS
I, too, am trying to make use of the hammer/pan widgets. But am having some trouble with the starting-x and starting-y values not quite working (unless I'm simply doing something wrong). Very much looking forward to their 5.1.18 release. If I could make one request with it. It might be useful

[tw5] Re: convert filtered list into hard copy?

2018-12-13 Thread TonyM
Dave, Thats Odd For example this works \define test() <$list filter="[all[shadows+tiddlers]tags[]prefix[$:/]sort[title]]"> {{||$:/core/ui/TagTemplate}} \end <> Regards Tony On Friday, December 14, 2018 at 10:14:42 AM UTC+11, Dave wrote: > > Mark, I'm just happy that I'm finally able to

[tw5] Re: Collapsible TOC based on first characters of tiddler title

2018-12-13 Thread TonyM
A Thought or two. You can use css to set text to appear as upper case, even if is not. Careful use of sort should list aa Aa AA and aA together. Perhaps you could set a "max list size" eg 26 items (before collapsing to subfolders) In each level you test to see if there is more than 20 items

[tw5] Re: Collapsible TOC based on first characters of tiddler title

2018-12-13 Thread Damon Pritchett
Not necessarily. On Thursday, December 13, 2018 at 5:54:25 PM UTC-7, Mark S. wrote: > > Would those first 3 letters have to be capitalized, as you show in your > example? > > -- Mark > > On Thursday, December 13, 2018 at 4:33:55 PM UTC-8, Damon Pritchett wrote: >> >> Tiddlywiki Wizards, >> >> My

[tw5] Re: Collapsible TOC based on first characters of tiddler title

2018-12-13 Thread 'Mark S.' via TiddlyWiki
Would those first 3 letters have to be capitalized, as you show in your example? -- Mark On Thursday, December 13, 2018 at 4:33:55 PM UTC-8, Damon Pritchett wrote: > > Tiddlywiki Wizards, > > My current Tiddlywiki project currently has over 1800 tiddlers and I have > a vertical tabbed TOC for

[tw5] Collapsible TOC based on first characters of tiddler title

2018-12-13 Thread Damon Pritchett
Tiddlywiki Wizards, My current Tiddlywiki project currently has over 1800 tiddlers and I have a vertical tabbed TOC for each letter of the alphabet. This works pretty well except for letters that have a lot of tiddlers that start with say, K, that means a lot of scrolling. I would like to have

[tw5] Re: Microsoft drops Edge browser for Chromium...

2018-12-13 Thread Dave
Thanks! That's why I love this group - you get the inside track on things :) I was just listening to a podcast and they were "fortune telling" about why Microsoft is doing this, and I wondered if it would affect us. -- You received this message because you are subscribed to the Google Groups

Re: [tw5] Re: $(currentTiddler)$ and "Title of new journal tiddlers"

2018-12-13 Thread 'Mark S.' via TiddlyWiki
The Set Widget, before 5.1.18, could substitute $(variable)$ like a macro. OK, maybe a very minor super-power. ;-) -- Mark On Thursday, December 13, 2018 at 3:19:43 PM UTC-8, TonyM wrote: > > Mark, > > I cant see the superpower of the set widget you refer to? > > Regards > Tony > > On Friday,

[tw5] Re: Microsoft drops Edge browser for Chromium...

2018-12-13 Thread PMario
Hi, The real world is a bit more complicated. See: https://www.youtube.com/watch?v=lD5IhYNIKvk Because there also is Apple with Safari and others :) -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Microsoft drops Edge browser for Chromium...

2018-12-13 Thread PMario
Hi Dave, That's not about Electron Apps. ... It's about the browser engine. I think, they'll still call it Edge and it will look the same but the internals will be different. Chromium it the open source version of Chrome browser. The browser itself consists of several elements. 2

Re: [tw5] Re: $(currentTiddler)$ and "Title of new journal tiddlers"

2018-12-13 Thread TonyM
Mark, I cant see the superpower of the set widget you refer to? Regards Tony On Friday, December 14, 2018 at 1:53:51 AM UTC+11, Mark S. wrote: > > Gosh, wish I had known about the SetWidget's super powers ;-) > > I suspect only a small percentage of users avail themselves of the > formatting

[tw5] Re: convert filtered list into hard copy?

2018-12-13 Thread Dave
Mark, I'm just happy that I'm finally able to have figured it out on my own, ha ha. Thanks so much (for doing the heavy lifting)!! Tony, thanks, but that doesn't seem to change anything -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: The Power of macrocall widget: Call macro with variable

2018-12-13 Thread TonyM
Mohammad, Thanks for sharing. This could be quite a powerful method. I think the trick will be finding a way to use it to simplify coding perhaps by reducing the number of macros you need to remember by pushing them into parameters of a shared macro. For example I have a desire to provide

[tw5] Re: convert filtered list into hard copy?

2018-12-13 Thread 'Mark S.' via TiddlyWiki
D'oh! I thought that was what you wanted -- a big tiddler representing the content of a series of other tiddlers. -- Mark On Thursday, December 13, 2018 at 9:44:23 AM UTC-8, Dave wrote: > > Thank you Mark :) > > I did have to tweak it a bit because it was showing content of the > tiddlers,

[tw5] Re: [TW5] Bob serving files, asking opinions

2018-12-13 Thread 'Mark S.' via TiddlyWiki
Hi Jed, Why is the proposed structure files/Wiki and not Wiki/files (for files limited to a particular Wiki) ? Thanks! -- Mark -- 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,

[tw5] Re: convert filtered list into hard copy?

2018-12-13 Thread TonyM
Try \define mymegatext() <$list filter= "[!tag[exclude]!tag[done]has[priority]tag[errands]sort[priority]limit[20]]"> <$view field=title/> \end Tony On Friday, December 14, 2018 at 4:44:23 AM UTC+11, Dave wrote: > > Thank you Mark :) > > I did have to tweak it a bit because it was showing

[tw5] Re: The Power of macrocall widget: Call macro with variable

2018-12-13 Thread 'Mark S.' via TiddlyWiki
Similar to how some (but not all) of the TOC macros can have their output changed by using a local version of \define toc-caption() . -- Mark On Thursday, December 13, 2018 at 1:06:48 PM UTC-8, Mohammad wrote: > > Hi Mark, > Yes, amazingly the customized output macro does not need to be in a

[tw5] Microsoft drops Edge browser for Chromium...

2018-12-13 Thread Dave
Will this new development likely affect TW direction in the future (seeing as Microsoft *may* turn all their stuff into Electron Apps)? -- 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: Is there any uml diagrams options inside tiddlers?

2018-12-13 Thread 'Mark S.' via TiddlyWiki
In theory, you could run your own plantuml server. That might take a bit of doing. I notice that there is a java version of Plantuml that can be used from the command line. So it's possible to imagine something like Bob, which has scripting abilities, invoking the command sequence to generate

[tw5] Re: [TW5] Bob serving files, asking opinions

2018-12-13 Thread Jed Carty
Mark, you can already set the file path root to something like / and have all the files on your computer available. I have had that as an option for almost as long as I have had the local file server on it. The problem is that if you have a wiki on Foo than when you go to localhost:8080/Foo

[tw5] Re: The Power of macrocall widget: Call macro with variable

2018-12-13 Thread Mohammad
Yes, I know it. I use it whenever I want to import macro from tiddler not tagged with $:/tags/Macro. I tried to create some private macros (can be seen globally). -Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: Is there any uml diagrams options inside tiddlers?

2018-12-13 Thread kvg00mail
Online version feels uncomfortable. четверг, 13 декабря 2018 г., 23:45:28 UTC+3 пользователь Mark S. написал: > > Is plantuml similar? http://tobibeer.github.io/tw5-plugins/#plantuml > > -- Mark > > On Thursday, December 13, 2018 at 12:26:29 PM UTC-8, kvg0...@gmail.com > wrote: >> >> Found some

[tw5] Re: The Power of macrocall widget: Call macro with variable

2018-12-13 Thread 'Mark S.' via TiddlyWiki
Hi Mohammad, You know about https://tiddlywiki.com/#ImportVariablesWidget right? There's a new pragma so you can import one or more macros into your working tiddler. Have fun -- Mark On Thursday, December 13, 2018 at 1:06:48 PM UTC-8, Mohammad wrote: > > Hi Mark, > Yes, amazingly the

[tw5] Re: The Power of macrocall widget: Call macro with variable

2018-12-13 Thread Mohammad
Hi Mark, Yes, amazingly the customized output macro does not need to be in a tiddler tagged with $:/tags/Macro It can be whenever you use your macrocall -Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: Is there any uml diagrams options inside tiddlers?

2018-12-13 Thread @TiddlyTweeter
There is an old version for TW classic. And a workable version for TW5 (though I haven't tested it in latest TW version)... http://tobibeer.github.io/tw5-plugins/#plantuml The downside with it is it uses an external service. Its not a self-contained tool. Here's a discussion thread from 2

[tw5] Re: The Power of macrocall widget: Call macro with variable

2018-12-13 Thread 'Mark S.' via TiddlyWiki
Kind of like Design Patterns for TiddlyWiki. Possibly similar to the Factory pattern. -- Mark On Thursday, December 13, 2018 at 11:50:06 AM UTC-8, Mohammad wrote: > > By accident I learned

[tw5] Re: Is there any uml diagrams options inside tiddlers?

2018-12-13 Thread 'Mark S.' via TiddlyWiki
Is plantuml similar? http://tobibeer.github.io/tw5-plugins/#plantuml -- Mark On Thursday, December 13, 2018 at 12:26:29 PM UTC-8, kvg0...@gmail.com wrote: > > Found some plugin on github, but it is for older tw version. > -- You received this message because you are subscribed to the Google

[tw5] Is there any uml diagrams options inside tiddlers?

2018-12-13 Thread kvg00mail
Found some plugin on github, but it is for older tw version. -- 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: [TW5] Bob serving files, asking opinions

2018-12-13 Thread @TiddlyTweeter
Jed. Thanks for asking. I have conceptual difficulty quite fully visualizing the difference. But I think a use case should make clear my current thought of how I envisage the physical storage of files (on disk) ... 1 - Bob "local". Example... ..\Wikis\ImagesWiki with subdir \img containing

[tw5] The Power of macrocall widget: Call macro with variable

2018-12-13 Thread Mohammad
By accident I learned an amazing feature of *macrocall* widget during experimenting with *Thomas Elmiger* extract macro. Thomas used variable to make aliases of macro and call them using *macrocall* based on different condition. As an example see (this is only for demo purpose, so it is very

[tw5] Re: a quick question: Title List from a macro

2018-12-13 Thread Mohammad
Thank you BTC! So I have to wrap my output into [[ ]]. -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+unsubscr...@googlegroups.com. To

Re: [tw5] Dave's awesome list

2018-12-13 Thread Stephen Wilson
Done. Or at least it would be if someone hasn't already implemented your suggestion :) Both bit.ly/tiddlytoolmap And bit.ly/tiddlytoolmaps Now point to Dave's awesomeness. >From 스티븐 On Thu, 13 Dec 2018, 19:02 Ste Wilson Done. > Or at least it would be if someone hasn't already implemented

Re: [tw5] Dave's awesome list

2018-12-13 Thread Stephen Wilson
>From 스티븐 On Thu, 13 Dec 2018, 19:02 Ste Wilson Done. > Or at least it would be if someone hasn't already implemented your > suggestion :) > > Both > > bit.ly/tiddlytoolmap > > And > > bit.ly/tiddlytoolmaps > > Now point to Dave's awesomeness. > > -- > You received this message because you are

[tw5] Re: a quick question: Title List from a macro

2018-12-13 Thread BurningTreeC
> Hi BTC, > To simplify the case lets assume > > \define mac() > one > two > twenty six > four > fifty two > \end > > then the problem is list/filter cannot distinguish "twenty six" as a > title! See the output of your solution: > > - one > - two > - twenty > - six > - four > - fifty > >

Re: [tw5] Dave's awesome list & hi from a new tiddlee

2018-12-13 Thread Ste Wilson
Looks like someone's beat me to it. bit.ly/tiddlytoolmap And bit.ly/tiddlytoolmaps Now point to Dave's awesomeness. -- 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

Re: [tw5] Dave's awesome list

2018-12-13 Thread Ste Wilson
Done. Or at least it would be if someone hasn't already implemented your suggestion :) Both bit.ly/tiddlytoolmap And bit.ly/tiddlytoolmaps Now point to Dave's awesomeness. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: a quick question: Title List from a macro

2018-12-13 Thread Mohammad
Hi BTC, To simplify the case lets assume \define mac() one two twenty six four fifty two \end then the problem is list/filter cannot distinguish "twenty six" as a title! See the output of your solution: - one - two - twenty - six - four - fifty While it should return - one - two - twenty

[tw5] Re: $(currentTiddler)$ and "Title of new journal tiddlers"

2018-12-13 Thread h0p3
Thank you all! It doesn't matter anymore, but I have experienced some bugs with $(currentTiddler)$ in 5.1.17; I couldn't figure out a reason for these very rare vowel substitutions ("a" became "4" sometimes). In any case, I am grateful to have a superior tool to replace it. On Wednesday,

[tw5] Re: a quick question: Title List from a macro

2018-12-13 Thread BurningTreeC
Mohammad, note that the part that makes this work is the "enlist" filter the "list" filter is used to list a list stored within a tiddler the "enlist" filter is for interpreting a variable like a title list -- You received this message because you are subscribed to the Google Groups

[tw5] Re: a quick question: Title List from a macro

2018-12-13 Thread BurningTreeC
> Assume you have a macro called "mac" and it produces s line of words which > should be interpreted as a *Title List*: > > > \define mac(p1,p2) > here the macro body > ... > > \end > > When I call mac it produces for example > > one two twenty six four fifty two > > Note here twenty six

[tw5] Re: a quick question: Title List from a macro

2018-12-13 Thread Mohammad
Further input: When mac is called each of output is produced separately, so I can wrap them for example in double quotes and like that! How can I get the mac output as Title list? Any idea? - Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] a quick question: Title List from a macro

2018-12-13 Thread Mohammad
Assume you have a macro called "mac" and it produces s line of words which should be interpreted as a *Title List*: \define mac(p1,p2) here the macro body ... \end When I call mac it produces for example one two twenty six four fifty two Note here twenty six AND fifty two are single

[tw5] Re: convert filtered list into hard copy?

2018-12-13 Thread Dave
Thank you Mark :) I did have to tweak it a bit because it was showing content of the tiddlers, whereas my "todos" are the titles of the tiddlers only. Here's what I ended up with: \define mymegatext() <$list filter= "[!tag[exclude]!tag[done]has[priority]tag[errands]sort[priority]limit[20]]">

[tw5] Re: Where is the KeeBoord plugin?

2018-12-13 Thread BurningTreeC
> at the tiddlywiki github repo we're discussing about making some of these >> features core-ready, so I'm looking forward to bringing as many useful >> things to tiddlywiki >> > > I'm happy to read this. > > Thank you for answering. > > What I find extremely useful is reducing older wikies

[tw5] Re: Where is the KeeBoord plugin?

2018-12-13 Thread Adam Shepherd
Hello Diego! I'd like to see that in any way that it could exsist, even it it wasn't a core element. But if it could be a core part, that'd be great! But with this shortcut to focus on the search box (that is currently working) it would mostly be an aesthetic improvement. If it could be used

[tw5] Re: Where is the KeeBoord plugin?

2018-12-13 Thread Adam Shepherd
> at the tiddlywiki github repo we're discussing about making some of these > features core-ready, so I'm looking forward to bringing as many useful > things to tiddlywiki > I'm happy to read this. Thank you for answering. What I find extremely useful is reducing older wikies into new

[tw5] Re: [TW5] Bob serving files, asking opinions

2018-12-13 Thread 'Mark S.' via TiddlyWiki
> A wiki named Foo would similarly not be able to have any files in a folder > Bar if there was a wiki on Foo/Bar > Do you mean you can't files on /files/Foo/Bar because of the term "Bar" ? Can't it look at the full subpath "Foo/Bar", which would not match with "Bar" ? It would be useful on

Re: [tw5] Re: [INTRO] uni-link plugin

2018-12-13 Thread Diego Mesa
Hey Mario, Just want to ping this conversation again, and see if you (or others!) have any more thoughts on this? On Monday, September 17, 2018 at 5:31:09 AM UTC-5, PMario wrote: > > Hi, > > *Conclusion:* >> >> So if you want to use the tiddler title, you'll need to use a standard >> link.

[tw5] Re: Where is the KeeBoord plugin?

2018-12-13 Thread Diego Mesa
Adam, I also want to make JD's popup search box a core part of TW. I've used spotlight for mac (also previously quicksilver and now alfred) and many other application/file launchers for windows and linux. I think they are essential. With BurningTreeC's keeboord plugin (parts of which are now

[tw5] [TW5] Bob serving files, asking opinions

2018-12-13 Thread Jed Carty
I strongly suspect that I will regret asking this, but it is an area where feedback may be useful. I have been working on getting the secure server version of Bob ready for an actual release where we can host wikis that have Bobs features and there need to be proper access controls so that

[tw5] Re: Where is the KeeBoord plugin?

2018-12-13 Thread BurningTreeC
> I always make backups, that is rule #1. It is at this point an automatic > habit. But thank you for reminding me. > Good! This is still very experimental, I need to repeat that > > I can't believe I haven't seen that, I can't read today. I apologize for > that. This is perfect. I did see

[tw5] Re: Where is the KeeBoord plugin?

2018-12-13 Thread Adam Shepherd
I always make backups, that is rule #1. It is at this point an automatic habit. But thank you for reminding me. I can't believe I haven't seen that, I can't read today. I apologize for that. This is perfect. I did see the inpututils plugin though and installed it and its ability to select

Re: [tw5] Re: $(currentTiddler)$ and "Title of new journal tiddlers"

2018-12-13 Thread 'Mark S.' via TiddlyWiki
Gosh, wish I had known about the SetWidget's super powers ;-) I suspect only a small percentage of users avail themselves of the formatting features for "new journal here.". The ones that do will be somewhat techy and may even check the original documentation to see if things have changed. So

[tw5] Re: How to correctly insert new-line characters through a setfield widget

2018-12-13 Thread PMario
On Thursday, December 13, 2018 at 2:09:15 PM UTC+1, BurningTreeC wrote: ... I think I don't want such fields, I just want to get those newline >> characters correctly into my testtiddler. I believe the problem here is >> that I'm using diff-match for visualizing that does some processing I

[tw5] Re: How to correctly insert new-line characters through a setfield widget

2018-12-13 Thread BurningTreeC
> > On Thursday, December 13, 2018 at 1:41:48 PM UTC+1, BurningTreeC wrote: >> ... >> >>> I want to see how far I can go with wikitext only :P >>> >> >> I see. ... forgive my ignorance: IMO That's completely inefficient. ... >> Some string manipulations, like find and replace are 1 liners in

[tw5] Re: How to correctly insert new-line characters through a setfield widget

2018-12-13 Thread BurningTreeC
> On Thursday, December 13, 2018 at 1:41:48 PM UTC+1, BurningTreeC wrote: > ... > >> I want to see how far I can go with wikitext only :P >> > > I see. ... forgive my ignorance: IMO That's completely inefficient. ... > Some string manipulations, like find and replace are 1 liners in >

[tw5] Re: How to correctly insert new-line characters through a setfield widget

2018-12-13 Thread PMario
On Thursday, December 13, 2018 at 1:41:48 PM UTC+1, BurningTreeC wrote: ... > I want to see how far I can go with wikitext only :P > I see. ... forgive my ignorance: IMO That's completely inefficient. ... Some string manipulations, like find and replace are 1 liners in javascript. So if you

[tw5] Re: How to correctly insert new-line characters through a setfield widget

2018-12-13 Thread BurningTreeC
To explain what the (complicated, yes that's true) macros do: they split the input string into single characters prefixed with an index from 1 to text-length, so I have an array: 1h 2e 3l 4l 5o 6%20 7{ 8{ 9$ 10: 11/ and so on they are numbered so that each list-item is unique depending

[tw5] Re: How to correctly insert new-line characters through a setfield widget

2018-12-13 Thread PMario
On Thursday, December 13, 2018 at 1:19:52 PM UTC+1, BurningTreeC wrote: > > > I haven't looked into the capabilities of the diff-match-patch widget, > though - can it do this out of the box? > I was thinking about the low-level box: https://github.com/google/diff-match-patch/wiki/API -m --

[tw5] Re: The macrocall behaviour

2018-12-13 Thread Mohammad
Hello Thomas, Okay I understood it is kind of decision making using filter. Seems it is a very clever code! I learned a new concept! Macro name can be wrapped in a variable (create aliases). Thank you Thomas! By the way I am trying to develop a small and simple to understand extract macro,

[tw5] Re: Where is the KeeBoord plugin?

2018-12-13 Thread BurningTreeC
> Oh, that is a relief. (That they' are not gone and being worked on.) > Thank you very much for this plugin, it is truly great. I tried it out in > an empty tw and seems to work flawlessly. I'll update my tw and see what'll > go wrong. :) (hopefully nothing.) > Please make copies before :P

[tw5] Re: How to correctly insert new-line characters through a setfield widget

2018-12-13 Thread BurningTreeC
> Hi BTC, > > I'm not really sure, what you try to achieve here. ... I do have a guess. > ... And I think "you'r doing it wrong". > > I'm using the diff-match-patch widget to get the text with its new-lines >> and tabs as characters >> > > IMO diff-match-patch mechanism can do everything you

[tw5] Re: The macrocall behaviour

2018-12-13 Thread Thomas Elmiger
Hi Mohammad, Glad to see sou found my macro :) Maybe you can restate your questions, I am not sure what you would like to know or do ... so just a short comment for now. (See below) Cheers, Thomas As you can see the is a variable and then it has been called as a macro > again! See below

[tw5] Re: Where is the KeeBoord plugin?

2018-12-13 Thread Adam Shepherd
Oh, that is a relief. Thank you very much for this plugin, it is truly great. I tried it out in an empty tw and seems to work flawlessly. I'll update my tw and see what'll go wrong. :) (hopefully nothing.) If I may, now that I calmed down (this plugin isn't just good, it is essential for me

[tw5] Re: How to correctly insert new-line characters through a setfield widget

2018-12-13 Thread PMario
Hi BTC, I'm not really sure, what you try to achieve here. ... I do have a guess. ... And I think "you'r doing it wrong". I'm using the diff-match-patch widget to get the text with its new-lines > and tabs as characters > IMO diff-match-patch mechanism can do everything you did with

Re: [tw5] Re: [Slightly OT] Jeremy speaking at CodeMesh, London 8/9th November 2018

2018-12-13 Thread PMario
On Wednesday, December 12, 2018 at 5:54:41 PM UTC+1, Joe Armstrong wrote: ... > What I did was to use Baysian inference to "learn" the relationship > between the words in the text and the supplied tags - so for each word in > the text I caculate the probability that the tiddler has tag

[tw5] Re: [Slightly OT] Jeremy speaking at CodeMesh, London 8/9th November 2018

2018-12-13 Thread PMario
On Thursday, December 13, 2018 at 7:19:16 AM UTC+1, TonyM wrote: ... > If you really like the ease of setting and removing tags you can also use > Mario's alt-tags to have multiple tag fields. Such tag fields can be used > as subject or category organisation > I'm honoured. But it's Jed's

[tw5] Re: Where is the KeeBoord plugin?

2018-12-13 Thread BurningTreeC
Hi Adam, I've put KeeBoord offline temporarily because the new TiddlyWiki version 5.1.18 now includes some features of it and KeeBoord has to be changed You can see the current state at https://burningtreec.github.io/TW5-navigator Beware before trying it, this is work in progress! The

[tw5] Where is the KeeBoord plugin?

2018-12-13 Thread Adam Shepherd
Hello everyone! I can't seem to locate BTC's amazing keeboord plugin anywhere. Muuritouch is gone too. (But that is a smaller issue for me.) What happened? Where is it? Keyboard navigation is what makes tiddlywiki (and most software for that matter) a real tool. Without full control with a

[tw5] Re: FYI: Helpful Discovery when using Multiple Wikis - Open in same tab

2018-12-13 Thread @TiddlyTweeter
Tony I haven't had time to try it but its useful info. I am not sure if you know Scrapbook, an add-on in the old Firefox. This tip could enable one to maybe emulate it and also help migrate an existing Scrapbook collection of pages so its managed in TW. Best J. On Thursday, 13 December 2018

[tw5] Re: How to correctly insert new-line characters through a setfield widget

2018-12-13 Thread BurningTreeC
> Hi > > TW uses "\n" and removes "\r" for every OS. It even makes a big difference > in file size. > > -m > Thanks Mario, I've changed that back. I had experimented with all kinds of combinations, starting with "\n" only But even so it inserts newline characters, but the resulting tiddler

[tw5] Re: How to correctly insert new-line characters through a setfield widget

2018-12-13 Thread PMario
Hi TW uses "\n" and removes "\r" for every OS. It even makes a big difference in file size. -m -- 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] The macrocall behaviour

2018-12-13 Thread Mohammad
See the below code comes from Thomas Elmiger [https://tid.li/tw5/hacks.html#Extract%20Macro] \define checkRest(rest,start,end,prefix,suffix,limit,rmQuotes,mode) <$set name="text" value="""$rest$"""> <$list variable="beforeStart" filter="""[splitbefore[$start$]]"""> <$set name="proceed"

Re: [tw5] Re: $(currentTiddler)$ and "Title of new journal tiddlers"

2018-12-13 Thread Jeremy Ruston
This is indeed the result of a change in v5.1.18: https://github.com/Jermolene/TiddlyWiki5/commit/35cbb127a3c21b7047517f1eeeff571a420b82ae The problem was that the set widget was performing the same variable text substitutions as a macro definition. This behaviour was never documented, and was