[tw5] editing the control panel tiddler

2019-04-24 Thread 'Steve Douglas' via TiddlyWiki
is there something i have to do to save the control panel changes? i updated the shadow tiddlers, but they are staying changed -- 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: Seeking way to *enlist* but with duplicate preservation

2019-04-24 Thread TonyM
Fyi This has being discussed in other threads, I have added more to the maths github issue. This treatment of titles makes sense when handling sets of titles and deduplication is built into most operators this is where the challenge lays. I think we need Jeremy Mario or other gurus to resolve

[tw5] Rendering hard line breaks from any field

2019-04-24 Thread Reece Shaw
Hey all, I'm working on a macro currently that displays the contents of a field as markdown text that "Picks up" hard line breaks. >From the documentation on hard line breaks, the site shows that you can enclose text with triple quotes for it to capture: """ Some short lines together """

[tw5] Re: Bookmarks/Favorites

2019-04-24 Thread TonyM
Joshua, you can export bookmarks to bookmarks.html and drop that in. Its not ideal but quick but I like the approach you are investigating. Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] changing text header formats?

2019-04-24 Thread 'Steve Douglas' via TiddlyWiki
It looks like in v5 that Header 1 is smaller that either Header 2 or Header 3. which system tiddler allows changing the header formats? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

Re: [tw5] Re: Should tobibeer's split:list remove duplicates?

2019-04-24 Thread TonyM
David Since here you are processing a list of elements stored in a data tiddler by index, do you control the delimiters to be used? Perhaps you choose appropriate delimiter(s) and split based on that eg commas or even multiple characters. Regards Tony -- You received this message because you

Re: [tw5] Re: How do I can I display txt-file in TW

2019-04-24 Thread Jan
Hello Jed, and many Thanks. I am back on track and have worked with your solution. For one of my aims the solution is perfect. I had to figure out how to use it and finally put it into a modal, where it refreshes as I want it to do. http://szenio.de/Test/ . As you can see, the only remaining

[tw5] Re: Bookmarks/Favorites

2019-04-24 Thread Joshua Fontany
Good ideas! I'm still hacking away at my JsonEditor / JsonUI project, but just before that I was experimenting with auto-importing Chrome/Firefox bookmarks directly from the sql database they live in (& also grabbing favicons from that sql db). Getting my rather LARGE bookmark collection into

[tw5] Re: Should tobibeer's split:list remove duplicates?

2019-04-24 Thread Ste Wilson
Off topic but what's happened to tobibeer? He used to be a regular wizard here.. -- 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: Should tobibeer's split:list remove duplicates?

2019-04-24 Thread Ste Wilson
Off topic, but what's happened to tobias? -- 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

[tw5] Re: Seeking way to *enlist* but with duplicate preservation

2019-04-24 Thread 'Mark S.' via TiddlyWiki
You'll hate this idea, but you could put a uniqueness enforcer in front of each row item (e.g. A_MyTiddler B_MyTiddler) then, after whatever processing you do, split off the uniqueness bit using the splitbefore and removeprefix operators. What's really needed is a uniquess filter, like

[tw5] tiddlywiki 5.1.19 and path-prefix. How does that works ?

2019-04-24 Thread vpl
Hi, I'm trying to make running this path prefix but face issues I've created a tiddler called I've created a tiddler with the title: $:/config/tiddlyweb/host The content of this tiddler is: $protocol$//$host$/tw I've started tiddlywiki as follow sudo node node_modules/tiddlywiki/tiddlywiki.js

[tw5] Seeking way to *enlist* but with duplicate preservation

2019-04-24 Thread David Nebauer
I'm processing dictionary tiddler rows that each contain a sequence of values I need to handle individually. I'd love to use *enlist* in a filter to break apart each row for consumption by a <$list>. The problem with that approach is the rows may contain duplicate values that need to be

Re: [tw5] Modifying Static HTML export to direct users back to interactive wiki

2019-04-24 Thread TonyM
Jeremy, Thanks for a detailed answer I will implement it on return to my desk. I may extend it to use the current wikis filename and domain from the info tiddlers rather than only index.html Extending applications of tiddlywiki to generate such static tiddlers, that can open a full tiddlywiki

[tw5] Re: Should tobibeer's split:list remove duplicates?

2019-04-24 Thread David Nebauer
Hmm, in its current form the 5.1.20 'split' operator *can* be used to "listify" a string and preserve duplicates... *but* it does not respect the TW convention of enclosing values with double square brackets when they contain spaces. As an example, in 5.1.20-prerelease: <$set

Re: [tw5] Modifying Static HTML export to direct users back to interactive wiki

2019-04-24 Thread Jeremy Ruston
Hi Tony The link widget offers several options for generating the href of links — see “HREF Generation”: https://tiddlywiki.com/#LinkWidget In particular, see the docs for the variable tv-wikilink-template: