[tw5] Re: troublehooting: how to see macro variables

2020-06-29 Thread Eric Shulman
On Monday, June 29, 2020 at 11:51:09 PM UTC-7, Dave Parker wrote: > > Does the ending "" act somehow as the closing "bracket" to the > "<$list" widget? no... that was editing error when i wrote the message. It should be , not -e -- You received this message because you are subscribed to t

[tw5] Re: troublehooting: how to see macro variables

2020-06-29 Thread Dave Parker
Does the ending "" act somehow as the closing "bracket" to the "<$list" widget? -- 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...@googlegroup

[tw5] Re: TiddlyWiki Hangout #107 with Matt Lauber and Reece Shaw

2020-06-29 Thread Saq Imtiaz
I feel like this is a more common use case than one first realizes, there have been regular posts and questions about usage for running role playing games since the days of TWC. The combination of TiddlyMap and images could be translated back to our own world. Use a world map or portion there o

[tw5] Re: troublehooting: how to see macro variables

2020-06-29 Thread Eric Shulman
On Monday, June 29, 2020 at 10:34:01 PM UTC-7, Dave Parker wrote: > > \define vassum2(here myfield) > <$text text={{{=[title[$here$.VAShi]get[$myfield$]] > =[title[$here$.VASlo]get[$myfield$]] > =[title[$here$.disAbil]get[$myfield$]] +[sum[]]}}}/> > \end > > \define vassum() > <$list > filter="

[tw5] Re: Request for some feedback

2020-06-29 Thread Birthe C
Ash, I understand, when I used the public sidebar, I also changed it around, so that I could use it from one and the same tiddlyspot ;-), just using a well hidden button. Your wiki look so much better and clearer now. I like it. Birthe -- You received this message because you are subscribed

[tw5] troublehooting: how to see macro variables

2020-06-29 Thread Dave Parker
When you're working on a macro, how do you view a variable to make sure its actually doing what you think its doing? For example: \define vassum2(here myfield) <$text text={{{=[title[$here$.VAShi]get[$myfield$]] =[title[$here$.VASlo]get[$myfield$]] =[title[$here$.disAbil]get[$myfield$]] +[sum[

[tw5] Re: Request for some feedback

2020-06-29 Thread TW Tones
Ash As is is fine and I like to zoom in. Just personal Regards 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...@googlegroups.com. To

Re: [tw5] Re: css and js from npm in a plugin

2020-06-29 Thread 林东吴
Hi, A modern way is to use things like webpack, to bundle all your JS and dependencies into a dist.js, and bundle css into a styles.html. Then you can add dist.js.meta and styles.html.meta to add tags and title field. And finally, just copy built files and meta files into your plugin folder. Li

[tw5] Re: Request for some feedback

2020-06-29 Thread Ash Rubigo
Tony, is that to say you like the wiki as it is, or would you prefer the max-width of the tiddlers to be removed? Birthe, I removed some of the tabs in the sidebar. Instead of using http://publicsidebar.tiddlyspot.com/, I just altered my publish '.bat' script. The $:/tags/SideBar tag controls w

[tw5] Default text and tags for new tiddlers

2020-06-29 Thread Riz
1. Create one Tiddler with your required tags and text. Let us say this Tiddler is named "mytiddler" 2. Go to advanced search>shadows tab and search for Tiddler named "$:/core/ui/Actions/new-tiddler". 3. Change the text in "$:/core/ui/Actions/new-tiddler" to the following <$action-sendmessage $

[tw5] Re: Request for some feedback

2020-06-29 Thread Ash Rubigo
Birthe, That's a great recommendation, I'll definitely use that! Ash On Tuesday, 30 June 2020 03:16:22 UTC+1, Birthe C wrote: > > Ash, > > I used laptop with Linux Mint and Firefox. But it looks nice after your > fix, > I wonder if you really need the reader seeing all that tabs. Try to look

[tw5] Re: Request for some feedback

2020-06-29 Thread TW Tones
Ash, I think it looks a lot better, and certanly closing the side bar and Zooming I find it easier to use. Regards TW Tony On Tuesday, June 30, 2020 at 11:58:10 AM UTC+10, Ash Rubigo wrote: > > Tony, > > I forgot to mention, the plan is for the site to be the hub of a progress > blog, wiki, an

[tw5] Re: Request for some feedback

2020-06-29 Thread Birthe C
Ash, I used laptop with Linux Mint and Firefox. But it looks nice after your fix, I wonder if you really need the reader seeing all that tabs. Try to look at http://publicsidebar.tiddlyspot.com/ you decide exactly what to see, but are still able to easily edit, when you want it. I have used th

[tw5] Re: Request for some feedback

2020-06-29 Thread Ash Rubigo
Never mind, I fixed it. There was a symbol mobile devices couldn't read. Thanks for catching that! Ash On Tuesday, 30 June 2020 03:01:04 UTC+1, Ash Rubigo wrote: > > Hi Birthe, > > Can you post a screenshots and which browser and device you are using? I > haven't bumped into that using Firefox

[tw5] Re: Request for some feedback

2020-06-29 Thread Ash Rubigo
Hi Birthe, Can you post a screenshots and which browser and device you are using? I haven't bumped into that using Firefox or Chrome. Ash On Tuesday, 30 June 2020 02:49:51 UTC+1, Birthe C wrote: > > Hi Ash, > > Interesting. I wonder what are the unreadable signs? [unreadable nonsense] > I think

[tw5] Re: Request for some feedback

2020-06-29 Thread Ash Rubigo
Tony, I forgot to mention, the plan is for the site to be the hub of a progress blog, wiki, and episodes of a multimedia series called Exodium, but also the projects it depends on, including Fantasci, Nodius Base, and Nodius. The audience will be adults of all ages of all backgrounds, so the st

[tw5] Re: Request for some feedback

2020-06-29 Thread Birthe C
Hi Ash, Interesting. I wonder what are the unreadable signs? [unreadable nonsense] I think my not being able to read it has to do with my settings, but if I cannot read it, I think it might be so for other people also. Birthe -- You received this message because you are subscribed to the Googl

[tw5] Re: Request for some feedback

2020-06-29 Thread Ash Rubigo
Thanks for the response! Yes the [*] indicates an internal link, [external] is an external link, and [missing] is a missing link. The reason all links have at least [*] is because if there are several in a row it's easier to separate them at a glance, without hovering over them all, though I ad

[tw5] Re: Adding text to newly imported tiddlers

2020-06-29 Thread TW Tones
Robert, If you renamed $:/import to "Keep" after import. You can access the links to each imported tiddler with the following list widget <$list filter="[[Keep]links[]]"> Once you have this you can can use a button and actions within the button, use this list inside the button to apply the s

[tw5] Re: Adding text to newly imported tiddlers

2020-06-29 Thread TW Tones
Robert, - Do you want this to be appended, pre-pended or overwrite the text? - Is this text common for all, or do you wish to edit it before adding to each tiddler? We can make a full solution, but the first thing is to keep the list of tiddlers imported. After import if you rename $

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-29 Thread TW Tones
Thanks mark, Much appreciated. I will shareback, but these exporters are nice tool in their own right. The ability to create a tiddler directly containing the HTML is also desirable. I intend to have a snapshot of tiddlername > $:/shanpshot/tiddlername and allow this to be displayed instead of

[tw5] Re: Request for some feedback

2020-06-29 Thread TW Tones
Ash, I am not an aesthetic champion, but it is interesting to me. However your annotation [*] to me, seems to be designed to indicate an exception, however it appears to be the rule. Is this making it more complex than need be?, even although it looks OK. - I suppose the main criteria to d

Re: [tw5] Re: Family History wiki

2020-06-29 Thread TW Tones
Birthe, I do not think it racist, to be interested in ones family tree, just that many racists will be interested in theirs, because they seek racial purity, hence more likely to use the term "pedigree" as if their inheritance is superior to another, which is the concept behind breading and ani

[tw5] Re: Default text and tags for new tiddlers

2020-06-29 Thread TW Tones
Robert, In Control Panel > Info > basics you can set the default Text for new journal tiddlers but these are a special type of tiddler, a journal. However may I respectfully suggest there is a better way to do things than plump up

Re: [tw5] Re: Family History wiki

2020-06-29 Thread Birthe C
TW Tones, It can be of historic interest. It is also a great hobby for many. I myself inherited at handwritten book, wrote by each generation - very old and delicate. It was always inherited by the oldest son. I was the first daughter to inherit it, due to being the one and only left. The book

[tw5] Re: Foam - A Roam Research alternative with VSCode, Markdown and Github

2020-06-29 Thread TW Tones
Diego, I use command line tools to search these flat files and that lets me escape > many of TW idiosyncrasies. > That's where we differ, although inhabiting the command line (WIndows), much of my life, I always seek out a way to do it in the interactive wiki. I use tiddlywiki to capture kn

Re: [tw5] Re: Family History wiki

2020-06-29 Thread Damon Pritchett
That may be, but it is a valuable visualization tool if you're into genealogy. It's a standard term and use. On Monday, June 29, 2020 at 5:28:04 PM UTC-7, TW Tones wrote: > > Damon, > > Just another name for a genealogical tree really. I am familiar with it > from dog breeding. It depends on how

Re: [tw5] Re: Family History wiki

2020-06-29 Thread TW Tones
Damon, Just another name for a genealogical tree really. I am familiar with it from dog breeding. It depends on how one values ones genetic tree, I suspect racists value it more than others ;) Regards Tony On Tuesday, June 30, 2020 at 1:40:59 AM UTC+10, Damon Pritchett wrote: > > Not sure how

[tw5] Re: Tiddlywiki did not save new tiddlers to disk for days, when I noticed it was too late

2020-06-29 Thread TW Tones
Folks, Just a Quick word on saving and changes within your browser. Even without the local storage plugin active your changes often remain in the browser tabs memory until you close the tab or browser. If in doubt use an emergency saver and you can import the tiddlers back in later. However som

[tw5] Request for some feedback

2020-06-29 Thread Ash Rubigo
Hi, It'd be great to get some feedback on on the aesthetic, layout, and navigability of my wiki http://www.ashrubigo.com/. The content itself is very work-in-progress, so don't pay much attention to that. I tried to make the CSS very consistent, minimal, and dark, because the wiki will have a

[tw5] Re: css and js from npm in a plugin

2020-06-29 Thread Sebastian Ovide
ok, I did some playing and here what I've found. for the css: https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/highlight/files/tiddlywiki.files about the location, "file": "../node_modules/chartist/dist/chartist.min.js", would work. :) On Monday, 29 June 2020 21:38:47 U

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-29 Thread 'Mark S.' via TiddlyWiki
In case I write over it, I've put $:/core/macros/export here as well: https://marxsal.github.io/various/playground.html On Monday, June 29, 2020 at 1:26:48 PM UTC-7, Mark S. wrote: > > > Hi Tony, > > On Sunday, June 28, 2020 at 9:20:13 PM UTC-7, TW Tones wrote: >> >> I have being trying to replic

[tw5] Re: css and js from npm in a plugin

2020-06-29 Thread Sebastian Ovide
Hi Mario thanks for that. I've a look at zlib, and it seems simple enough to include manually a JS. Any idea about the CSS ? would you use "require" also for the css ? (ok... I have not tried it yet...) I'm developing a plugin https://github.com/sebastianovide/GettingSebDoing for personal

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-29 Thread 'Mark S.' via TiddlyWiki
Hi Tony, On Sunday, June 28, 2020 at 9:20:13 PM UTC-7, TW Tones wrote: > > I have being trying to replicate your buttons to take snapshots of other > tiddlers as html, wikitext to clipboard and tiddler. I am however > foundering. > > If you ever feel so inclined I would love toolbar icons to do

[tw5] Adding text to newly imported tiddlers

2020-06-29 Thread Robert Jopling
How do you add new text to the body of all newly imported tiddlers? -- 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 vie

[tw5] Default text and tags for new tiddlers

2020-06-29 Thread Robert Jopling
Please forgive me me if this has been answered before but How do you add default text and tags to all new tiddlers? -- 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 t

[tw5] Re: Printing the results of a fliter

2020-06-29 Thread Eric Shulman
On Monday, June 29, 2020 at 12:12:20 PM UTC-7, Mark Green wrote: > > Thanks! That's great! > There is however a small problem that's come up as well. I'd like to > display the warnings - all of them if possible - in a table.So I tried this: > <$list filter="[all[current]tag[Obsolete]]"> > | !Obsol

[tw5] Re: Printing the results of a fliter

2020-06-29 Thread Mark Green
Thanks! That's great! There is however a small problem that's come up as well. I'd like to display the warnings - all of them if possible - in a table.So I tried this: <$list filter="[all[current]tag[Obsolete]]"> | !Obsolete | This function is obsolete. | <$list filter="[all[current]tag[Unsafe

[tw5] Re: css and js from npm in a plugin

2020-06-29 Thread PMario
uups, I forgot, you should include a TW plugin Readme and License, which contains your plugin license _and_ link to the 3rd part License which is MIT. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop re

[tw5] Re: css and js from npm in a plugin

2020-06-29 Thread PMario
Hi Sebastian, I didn't test the lib! I'm not sure, how you intend to use / call the chartist functions. .. But if you want to access the API within a TW file, you'll need to follow a specific pattern. So TW will be able to use the lib with node _and_ within a file TW. It seems chartist has

[tw5] css and js from npm in a plugin

2020-06-29 Thread Sebastian Ovide
Hi All, what's the cleanest way of adding JS and CSS files coming from npm dependencies ? Specifically (in this case) from "chartist" ( https://www.npmjs.com/package/chartist). Do I need to copy those files some where and then tell to tiddlywiki to import them ? can I import them from node_modu

[tw5] Re: From Fields in certain tiddlers, Creating comma list for use in URL

2020-06-29 Thread David
Thanks Eric! I had actually found the join operator, but the example had it with a + sign and I tried as many permutations as I could which did not work. On Monday, June 29, 2020 at 1:20:16 PM UTC-4, Eric Shulman wrote: > > On Monday, June 29, 2020 at 9:56:19 AM UTC-7, David wrote: >> >> This c

[tw5] Re: capture values to then draw a historical chart ?

2020-06-29 Thread Sebastian Ovide
hey TW Tones, that's very useful indeed. Thanks! On Monday, 29 June 2020 01:27:12 UTC+1, TW Tones wrote: > > Sebastian, > > Good to see you progressing here. Latest can be stored anywhere you want > but I like the idea of it being stored in the same dataset. > > When using data tiddlers you t

[tw5] Re: Presenting: field value selector

2020-06-29 Thread Mat
@David Gifford and @Cyrill OK, after having had a look at Cyrills file, I note that the core shadow tiddler $:/core/ui/EditTemplate/fields is modified in... is it called Stroll or Roam (sorry). That core tiddler was updated in October last year ( here

[tw5] Re: Foam - A Roam Research alternative with VSCode, Markdown and Github

2020-06-29 Thread Diego Mesa
Thanks for your comments Tony I agree TW can do more, but this really got me thinking about what TW actually is. As I use the flat file/node version, I frequently use a text editor to interact with my tiddlers. Depending on my search task, I use command line tools to search these flat files and

[tw5] Re: From Fields in certain tiddlers, Creating comma list for use in URL

2020-06-29 Thread Eric Shulman
On Monday, June 29, 2020 at 10:20:16 AM UTC-7, Eric Shulman wrote: > > {{{[tag[IncomingItem]!has[date_received]has[tracking_number]get[tracking_number]join[,]addprefix[ > https://t.17track.net/en#nums=]]}}} >Track All > > You can also eliminate the "has[tracking_number]" from the filter, since ge

[tw5] Re: From Fields in certain tiddlers, Creating comma list for use in URL

2020-06-29 Thread Eric Shulman
On Monday, June 29, 2020 at 9:56:19 AM UTC-7, David wrote: > > This code almost gets me there, but it renders the list of trackin numbers > as space-delimited instead of comma. I wasn't able to find a way to > find/replace. > <$set name="myVariable" > filter="[tag[IncomingItem]!has[date_receive

[tw5] Re: TiddlyWiki Hangout #107 with Matt Lauber and Reece Shaw

2020-06-29 Thread Joshua Fontany
Awesome, will definitely be watching this one. :) -- 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 view this discussion

[tw5] From Fields in certain tiddlers, Creating comma list for use in URL

2020-06-29 Thread David
I'm dealing with tracking numbers lately. I have several tiddlers that represent incoming shipments. they have "tracking_number" field in each of them. There's a site called 17track that is great for tracking multiple shipments at once. Its urls look like this: https://t.17track.net/en#nums

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread David
Eric, Tony, and Mark, Thanks so much for all your help. I was using the << item >> var because it saw it somewhere and it worked for what I was using that was a bit different. I have changed that code to not use the variable attribute for that listWidget and re-coded a few things and it is wo

Re: [tw5] Re: Family History wiki

2020-06-29 Thread Damon Pritchett
Not sure how that began being used in genealogy, but they have been as long as I’ve been researching my family which is over 30 years. They are very convenient for visualizing ancestors. Wikipedia has an article about them here: https://en.m.wikipedia.org/wiki/Pedigree_chart. Don’t know if tha

Re: [tw5] Re: Announcement: TW5-powered ebooks

2020-06-29 Thread Xavier Cazin
Hi TT, In order to fulfil some of the user interface requirements, like keeping track of the current reading location or creating annotations anywhere inside the text, Jeremy introduced Dynaview, then Dynannotate. In the context of ePub reading, Dynaview's aim is to reveal on demand the little ch

[tw5] Re: Tiddlywiki did not save new tiddlers to disk for days, when I noticed it was too late

2020-06-29 Thread Xavier Roy
I had a similar issue when i used Nativefier ( https://github.com/jiahaog/nativefier) to create a standalone desktop app. I was trying to create an app from a TW that was online. Luckily I noticed that the saves were not stored when I closed the app. 20:48, 29th June 2020: Update: This approac

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread Eric Shulman
On Monday, June 29, 2020 at 7:45:15 AM UTC-7, Eric Shulman wrote: > > Give this a try: > get[tracking_number]addprefix[ > https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=]}} >

[tw5] Re: Presenting: field value selector

2020-06-29 Thread Cyrill Andreani
Mat, can you please send me your emailadress, cause i have no rights to answer you directly. Many thanks in advance Mat schrieb am Samstag, 27. Juni 2020 um 13:38:00 UTC+2: > ...after you first remove any other plugins, please. > > <:-) > -- You received this message because you are subscrib

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread 'Mark S.' via TiddlyWiki
On Monday, June 29, 2020 at 7:41:54 AM UTC-7, David wrote: > > In most scripting language that use html markup within them, like PHP, the > < a > tag is not really parsed on a display page. It's just a string > literal, and PHP just looks inside that string to see if it finds some PHP > code.

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread Eric Shulman
On Monday, June 29, 2020 at 7:23:28 AM UTC-7, David wrote: > > But what about being in a tiddler that is looping with the ListWidget over > the tiddlers that all have tracking_number fields ? > The variable item is being set for the loop, as the iterator. So I tried > this and it didn't work..

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread 'Mark S.' via TiddlyWiki
You're kind of making us squint through a keyhole. Why did you use the variable "item" ? There's probably a good reason, but with only this information it looks kind of arbitrary. What I might do is not assign the variable item with the list widget, but inside it. Then your code might look like

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread David
Yeah, Tony, I think that does make sense. In most scripting language that use html markup within them, like PHP, the < a > tag is not really parsed on a display page. It's just a string literal, and PHP just looks inside that string to see if it finds some PHP code. If it does, it replaces t

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread TW Tones
David When you use the triple curly braces the result is returned between the braces. It is not necessarily suitable for filters that generate a list because the whole list is passed as a single parameter. I think this a case for putting that filter in to a list widget and generate multiple a

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread TW Tones
Tiddlywiki could be built to do what you asked of it. However you may have to give up other things it already does for you. For example parmname={{!!fieldname}} not only transcludes the value found in fieldname but it also uses the same curly braces to delimit the beginning and end of the para

[tw5] Wrapping Keen-Slider Library as a Small TW-Plugin

2020-06-29 Thread Atronoush
A very small (20kb) library is out there which is called keen-slider https://github.com/rcbyr/keen-slider with multi-touch support! While there are some great slideshow plugins like Tiddlyshow from Mohammad ( https://kookma.github.io/Tiddlyshow/), I think if somebody can wrap this library as a sma

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread David
Okay, so a related question... That worked great when I was inside the *one tiddler* that had that field. But what about being in a tiddler that is looping with the ListWidget over the tiddlers that all have tracking_number fields ? The variable item is being set for the loop, as the iterat

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread TW Tones
David One way to look at what you tried to do is give a parameter that was made of two parameters a literal and transclusion in the same parameter in this case href. Imagin if you were tiddlywiki yourself. First you need to evaluate what the result of the transclusion is then remember it was p

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread David
Dangit. you guys had told me that once before. Sorry. It just seems like it should work easier than that. I guess it is because the html for the < a > tag is being parsed by TW and not just rendered as static maybe. Thank you! On Monday, June 29, 2020 at 9:15:52 AM UTC-4, Mark S. wrote: >

[tw5] Re: ListWidget block format elusive

2020-06-29 Thread Dave Parker
Oh wow, usually it's just some little thing like a bracket or quote I've missed, ha ha. Thank you Eric! - that's a whole new (to me) way of looking at using currentTiddler, and I hadn't heard of enlist before either. I wonder how many other little macros using macrocall and current tiddler I'm

[tw5] Re: TiddlyWiki Hangout #107 with Matt Lauber and Reece Shaw

2020-06-29 Thread David Gifford
Matt and Reece, the hidden link connecting our videos, apart from TiddlyWiki, is that just out of high school I hung out with D&D players and comic enthusiasts, and one of them, Jeff Dee, invited me to do the pencilling artwork for a module of Villains & Vigilantes, a superhero version of D&D.

[tw5] Re: Can I use transclusion in hyperlinks?

2020-06-29 Thread 'Jake' via TiddlyWiki
Oooops... looks like there is an answer in the neighbour topic. I swear to God it wasn't there when I started typing this one. I gonna check that "addprefix" or "addsuffix" thing... понедельник, 29 июня 2020 г., 16:17:51 UTC+3 пользователь Jake написал: > > Another little dumb question. How to t

[tw5] Re: Can I use transclusion in hyperlinks?

2020-06-29 Thread 'Jake' via TiddlyWiki
Another little dumb question. How to transclude field value into a hyperlink? I tried to tailor info from this topic, but wasn't successful. 1. So, question is very easy: If I have a "mylink" field in a tiddler. How do I transclude it so that it continued to operate as a hyperlink? I tried smth

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread 'Mark S.' via TiddlyWiki
What you're trying to do is to concatenate the contents of a field with a string. There are a couple different approaches, often using helper macros. These days, I like to use the {{{ }}} wikitext and a filter that uses "addprefix" or "addsuffix". Like: https://tools.usps.com/go/TrackConfirmAct

[tw5] Put tiddler's field in an < a > href?

2020-06-29 Thread David
I have this code that tries to put a field value into a link, which seems logical, but doesn't work... https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1={{!!tracking_number}}"; >USPS Tracking I also tried the transclude code... https://tools.usps.com/go/TrackConfirmAction_input?qt

Re: [tw5] Re: Presenting: field value selector

2020-06-29 Thread Mat
Lin Onetwo wrote: > > Oh, I can see it is not a plugin, can I wrap it? > You do what you want. If you think it can be of value for others, just please share it also. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: Plugin prototype: Command Palette

2020-06-29 Thread Souk21
New version 0.0.5 is up :) This time it's a small one with a couple bugfixes: - Fixed themes tiddlers being modified unexpectedly (Thanks to @linonetwo) - Fixed "Save Wiki" bug (Thanks to @Saq Imtia

[tw5] Re: Tiddlywiki did not save new tiddlers to disk for days, when I noticed it was too late

2020-06-29 Thread Enrico
Thank you for taking the time to disentangle and corroborate the buggy/undesirable behavior from my report! Cheers, Enrico On Monday, 29 June 2020 00:10:40 UTC+2, Rob Hoelz wrote: > > Reproduced on Git HEAD, and reported here: > https://github.com/Jermolene/TiddlyWiki5/issues/4742 > > On Sunday