[tw5] Re: Input Prompts to Provide Variables With Button?

2021-06-08 Thread Eric Shulman
On Tuesday, June 8, 2021 at 10:49:07 PM UTC-7 iamdar...@gmail.com wrote: > If I wanted to add/append some static text to the end of the target field > value, how would I do so? > Using filtered transclusion: <$action-setfield $tiddler={{{ [{!!target}addsuffix[ Chapter 01]] }}} etc. if you want,

[tw5] Re: Input Prompts to Provide Variables With Button?

2021-06-08 Thread Darth Mole
Hello and thank you very much for providing another solution! I very much appreciate the answers and also the information provided! As a quick follow-up question: For both methods: <$action-setfield $tiddler=<> <$action-setfield $tiddler={{!!target}} If I wanted to add/append some static text

[tw5] Re: Input Prompts to Provide Variables With Button?

2021-06-08 Thread Eric Shulman
On Tuesday, June 8, 2021 at 8:21:19 PM UTC-7 cj.v...@gmail.com wrote: > There are often many different ways of doing things, and I just went ahead > with the fastest solution I could think of... > Here's a much more compact way to write the same functionality: \define temp() $:/temp/input/$(curr

Re: [tw5] Re: Shiraz list-content (experimental)

2021-06-08 Thread Mohammad Rahmani
On Wed, Jun 9, 2021 at 2:34 AM Saq Imtiaz wrote: Hi Saq, This is neat. I quite like it. Thank you! > Is performance an issue if there are too many results? > Well yes! Especially when the tiddlers themselves are long and have manythings to render! > On Friday, June 4, 2021 at 6:14:28 PM U

[tw5] Removing Collapsible Arrow/Funcion from toc-tabbed-internal-nav

2021-06-08 Thread Darth Mole
Hello! I'm currently in a love hate relationship with the new toc-tabbed-internal-nav macro for my current project. I'm not even sure if what I want to do is possible: Is there anyway to remove the > that appears next to the headers? I only want the first level to show on the left of the two

[tw5] Re: Create Save and close in one click ?

2021-06-08 Thread Eric Shulman
On Tuesday, June 8, 2021 at 7:03:17 PM UTC-7 mohamed...@hotmail.com wrote: > One more thing if possible , the field part somefield, i need to > transclude a value there with spaces > somefield={{!!title}} > and i cant add brackets , because this turns it into a string > [[{{!!title}}]] > Is ther

[tw5] xlxs utilities not working in V22 or V23

2021-06-08 Thread Patrick RB
I'm a big fan of Tiddlywiki, fairly new and not really a developer so it's been a long slog to get past the basics! I've been using XLXS utilities to import chunks of text with dates and sorting them using the timelines plugin. I need to upgrade a wiki from V16 which can't use Timelines. Howeve

[tw5] Re: Input Prompts to Provide Variables With Button?

2021-06-08 Thread Charlie Veniot
Hey, my pleasure. Although I'm often too deeply immersed in my own projects, I do find it hard to pass up quick and fun "programming" opportunities. If ever you need to tweak that somehow, just post right back into this thread. There are often many different ways of doing things, and I just w

[tw5] Re: Input Prompts to Provide Variables With Button?

2021-06-08 Thread Darth Mole
You are awesome! Thank you very much! It works just great! Thank you, thank you, thank you, thank you! On Tuesday, June 8, 2021 at 10:39:55 PM UTC-4 cj.v...@gmail.com wrote: > I can't really properly test this, but maybe this does the trick? > > <$vars dataTiddler={{{ [addsuffix[ Data]] }}}> > >

Re: [tw5] A tour through my Zettelkasten

2021-06-08 Thread Soren Bjornstad
#1 is because for some reason I don't understand, initing a new TiddlyWiki doesn't add those plugins. They basically implement the saver for the Node.js wiki. #2 and #3 I believe you could fix by doing "npm init" in the directory one up from TiddlyWiki. For #2 you could also totally just remove

[tw5] Re: Input Prompts to Provide Variables With Button?

2021-06-08 Thread Charlie Veniot
I can't really properly test this, but maybe this does the trick? <$vars dataTiddler={{{ [addsuffix[ Data]] }}}> Whatever description needs to be put here: Label: <$edit-text tiddler={{{ [] }}} field="my_label"/> Tag: <$edit-text tiddler={{{ [] }}} field="my_tag"/> Target: <$edit-tex

[tw5] Re: Input Prompts to Provide Variables With Button?

2021-06-08 Thread Charlie Veniot
Snippet of alternative code heading over in about 15 minutes ! On Tuesday, June 8, 2021 at 11:26:15 PM UTC-3 iamdar...@gmail.com wrote: > Nope, not opposed to it. Just trying to simplify/automate the process of > combining individual tiddlers instead of manually editing the Tiddler each > time.

[tw5] Re: Input Prompts to Provide Variables With Button?

2021-06-08 Thread Darth Mole
Nope, not opposed to it. Just trying to simplify/automate the process of combining individual tiddlers instead of manually editing the Tiddler each time. The flow isn't set in stone! On Tuesday, June 8, 2021 at 10:15:31 PM UTC-4 cj.v...@gmail.com wrote: > Instead of press buttons, then prompt

[tw5] Re: Input Prompts to Provide Variables With Button?

2021-06-08 Thread Charlie Veniot
Instead of press buttons, then prompt user for variable values via fields, would you be open to a flow change, i.e.: 1. Prompt user for values via fields 2. Press button? On Tuesday, June 8, 2021 at 10:42:53 PM UTC-3 iamdar...@gmail.com wrote: > Hello, > > I hope I didn't miss a clear a

[tw5] Re: Create Save and close in one click ?

2021-06-08 Thread paulgilbert2000
Thank you Eric, One more thing if possible , the field part somefield, i need to transclude a value there with spaces somefield={{!!title}} and i cant add brackets , because this turns it into a string [[{{!!title}} ]] Is there any way to insert the value inclosed in brackets ? On Sunday, Ju

[tw5] Input Prompts to Provide Variables With Button?

2021-06-08 Thread Darth Mole
Hello, I hope I didn't miss a clear answer for this but is there anyway to prompt the user for a variable, with an input field, after a button press? I found the below code to combine multiple tiddlers into one based on a shared tag, and then modified it to add a tag. \define join(label,tag,ta

Re: [tw5] A tour through my Zettelkasten

2021-06-08 Thread Tully Hansen
Hi all, and thanks Soren for so generously sharing your script and workflow here! I've got it mostly up and running on my Mac (macOS 10.14.6, Homebrew something-or-other), but not without running into a few issues - thought I'd note theme here for posterity (and anyone else who tries to get this

[tw5] Re: [TW5] Highlight text

2021-06-08 Thread TW Tones
Also; As tobiases Markup reference shows at the bottom You can use $$$ or https://tiddlywiki.com/#Typed%20Blocks%20in%20WikiText to use extension, or content types. Tones On Wednesday, 9 June 2021 at 09:15:52 UTC+10 David Gifford wrote: > J

[tw5] Re: [TW5] Highlight text

2021-06-08 Thread David Gifford
Just change @@highlight@@ to @@.highlight yourtext@@. Note the space before your text. On Monday, June 30, 2014 at 1:14:41 AM UTC-5 James wrote: > Hi All, > > Just a quick simple question. Can we highlight some of the text in our > tiddler using the classic TW way, for instance @@highlight@@.

[tw5] Re: Create Save and close in one click ?

2021-06-08 Thread TW Tones
Mohamed - See here perhaps the EditButtons plugin is what you need? Tones On Monday, 7 June 2021 at 05:43:25 UTC+10 mohamed...@hotmail.com wrote: > > Hi, > > is there a way to have a button create a new tiddler ,sav

[tw5] Re: [TW5] Highlight text

2021-06-08 Thread TW Tones
Donald. No syntax has being dropped especially with css, to my knowledge and the ability to customise and extend tiddlywiki only grown. Please detail what "syntax" or use case you are having a problem with. Regards Tones On Wednesday, 9 June 2021 at 03:56:55 UTC+10 dbo...@gmail.com wrote: > J

[tw5] Re: Shiraz list-content (experimental)

2021-06-08 Thread Saq Imtiaz
This is neat. I quite like it. Is performance an issue if there are too many results? On Friday, June 4, 2021 at 6:14:28 PM UTC+2 Mohammad wrote: > Shiraz has a list-search which is very handy and list filtered tiddlers > with a search box lets you search in results! > Shiraz has a lot of featur

[tw5] Re: Unable to run TiddlyDesktop on Linux

2021-06-08 Thread strikke...@gmail.com
We had a similar problem earlier, discussed here https://groups.google.com/g/tiddlywiki/c/rXzdNBF7Ozg/m/uxNOfqY-AwAJ I am using linux mint myself and start tiddlydesktop from an icon (programstarter) on my desktop. The first time I start it, it takes quite some time. Birthe On Tuesday, June

[tw5] Re: Yet another workflow, adaptation and video to check out

2021-06-08 Thread si
Thanks for taking the time to share this David - it's always great to see new workflows. I will likely steal your "current source" idea! On Tuesday, 8 June 2021 at 01:27:38 UTC+1 David Gifford wrote: > > Hi everyone > > I am really into my new (yes, another one!) workflow for notetaking from >

[tw5] Re: Unable to run TiddlyDesktop on Linux

2021-06-08 Thread LinuxNoob
I've tried following the guide but I'm still having trouble with the installation. I think that the trouble is with the following step I've written below, that makes the nw file executable: In the TiddlyDesktop folder, update the file permissions of the Linux TiddlyDesktop Linux executa

[tw5] Re: [TW5] Highlight text

2021-06-08 Thread Donald Bosart
Just found this so bear with me please, why did TW5 drop the simple syntax that was in TW4? Part of the utility of TW in my view was that its markup was simple enough for anyone to use without having to be a css guru. I mean, I get it, the css provides lots of flexibility; but, unfortunately,

[tw5] Edit-comptext plugin autocomplete with other fields?

2021-06-08 Thread David Gifford
Hi everyone I have grown quite accustomed to snowgoon88's autocomplete of the Edit-Comptext plugin (http://snowgoon88.github.io/TW5-extendedit/#About%20the%20Edit-CompText%20plugin). But I find that it would be very helpful in other fields, such as the list field. I am wondering if there i

[tw5] Re: Issue with PrintRiver plugin

2021-06-08 Thread axelmich...@gmail.com
That would be a hgreat thing, BTC! I am looking forward to see an updated version of the PrintRiver plugin! Best regards Axel BurningTreeC schrieb am Freitag, 4. Juni 2021 um 16:51:21 UTC+2: > Hi there, sorry that I've seen this post so late > > I'll definitively update the PrintRiver plugin

Re: [tw5] Re: Is there a way to automatically save changes on TiddlyWiki?

2021-06-08 Thread PMario
Hi, Seeing all of this mess, I think the best option would be to start with a new and empty wiki and export / import the content from your existing wiki. 1) The number of tiddlers in a wiki can be found at: https://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FControlPanel%2FBasics .. It's the $:/Cont

[tw5] Re: Is there a way to automatically save changes on TiddlyWiki?

2021-06-08 Thread PMario
On Tuesday, June 8, 2021 at 5:53:33 AM UTC+2 TW Tones wrote: I believe you already have the skills we need to use the local storage and > save changes process I proposed elsewhere. > I was also thinking about using local storage, as a second step, but I think at the moment, we need to fix the e

Re: [tw5] Re: Is there a way to automatically save changes on TiddlyWiki?

2021-06-08 Thread PMario
BACKUP FIRST I don't know if your noteself plugins are active. ... The pouchdb saver is designed, to store information in the browser local storage. So if you change the PC it may be possible that some content is missing, since it is part of a different device. ... So if you disable the pouch