[tw5] Re: pass variable to macro via macrocall not working

2020-07-02 Thread Dave Parker
Tony - yes, I use the {{||tiddler}} format a lot as its very convenient for setting up a remote tiddler as a template to view the local tiddler's data, especially if the code to transform the data is quite big. (in this case its quite simple) Thank you Mark, wikify for the win!! You can see i

[tw5] Re: Click to edit code question

2020-07-02 Thread Saq Imtiaz
ButtonWidget, not button. Use the tag attribute to create whichever element you need. -- 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...@googl

[tw5] Re: Click to edit code question

2020-07-02 Thread TW Tones
Saq, I understand that but the button imposes a class, which is not the codeblock. So In need something else to do this. I am looking into it now. Tony On Friday, July 3, 2020 at 3:31:54 PM UTC+10, Saq Imtiaz wrote: > > Wrap it in a ButtonWidget. > > On Friday, July 3, 2020 at 4:16:30 AM UTC+

[tw5] Re: Possible to trigger actions with tab selection / deselection?

2020-07-02 Thread TW Tones
Saq, Its brave of me to say of course, "that I do not understand the sentence", even some punctuation may help. The problem is one needs to understand it to document it. Regards TW Tones On Friday, July 3, 2020 at 3:43:00 PM UTC+10, Saq Imtiaz wrote: > > Hi Tony, > > On Friday, July 3, 2020 a

[tw5] Re: Possible to trigger actions with tab selection / deselection?

2020-07-02 Thread Saq Imtiaz
Hi Tony, On Friday, July 3, 2020 at 1:46:46 AM UTC+2, TW Tones wrote: > > > How many times did you have to read? > > Optionally, the title of a tiddler to use as a template for transcluding >> the content of the button for the selected tab > > Just once, but I welcome a docs PR from you if you fe

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

2020-07-02 Thread Saq Imtiaz
Happy to hear this is working out! On Friday, July 3, 2020 at 2:49:54 AM UTC+2, Mark S. wrote: > > > Here's the new version (plugin not ready yet) : > > https://marxsal.github.io/various/notowritey-2020-07-02.html > > It seemed reasonably performant with the toolmap data, and it is now > buffered

[tw5] Re: Click to edit code question

2020-07-02 Thread Saq Imtiaz
Wrap it in a ButtonWidget. On Friday, July 3, 2020 at 4:16:30 AM UTC+2, TW Tones wrote: > > Folks, > > Just working on a smart show code facility > > I am using the following at the core of it > <$list filter="[conditions]" variable=nul> > <$codeblock code={{!!text}}/> > > > Can anyone tell me ho

[tw5] Re: pass variable to macro via macrocall not working

2020-07-02 Thread 'Mark S.' via TiddlyWiki
We don't know what's in vasSumGraph (or New Tiddler 1 in your other example), so it's hard to comment. I can only speculate that vasSumGraph contains a process for generating a list of numbers. In which case you might need to wikify it first, <$wikify text={{||vasSumGraph}} name="nums"> <$spar

[tw5] Re: [Plugin] TWCrossLinks

2020-07-02 Thread _Phi / hpx1
@Tony K great plugin, the freelinks are very useful ! a suggestion / feature request : Would it be possible to have an option to unfold/display the transclusions inline in the footer rather than using a popup ? That way we can see and compare multiple results at the same time. It would be rea

[tw5] Re: An addon for Saq's stream-editor

2020-07-02 Thread TW Tones
Birthe, Of course it makes sense, but it will not to all, and it is the whole reason for the tool. Just thinking about keeping available for the broadest audience. I said I had a tool have a tool for "graphoz", install it to see what it does, I doubt many would. graphoz means nothing to anyon

[tw5] Re: pass variable to macro via macrocall not working

2020-07-02 Thread TW Tones
Dave, - You use value={{||New Tiddler 1}} - This is uncommon, I think you want the value to equal the content of New Tiddler 1 ? - *Use this without the "||" {{New Tiddler 1}} the default field is text* - you could equally say {{New Tiddler 1!!text}} or any other fieldname, bu

[tw5] Re: Possible to trigger actions with tab selection / deselection?

2020-07-02 Thread TW Tones
Stobot, I think its time for an updated tab macro, that also uses icon, color, tooltip and named actions (tab-actions field?) of the tabTiddler if it exists and if clicked on. Regards Tony On Friday, July 3, 2020 at 12:02:13 PM UTC+10, Stobot wrote: > > Thats a great point Tony. I'll take a

[tw5] Click to edit code question

2020-07-02 Thread TW Tones
Folks, Just working on a smart show code facility I am using the following at the core of it <$list filter="[conditions]" variable=nul> <$codeblock code={{!!text}}/> Can anyone tell me how to make the resulting code block respond to a click, anywhere in the code block, to open the currentTiddl

[tw5] Re: Possible to trigger actions with tab selection / deselection?

2020-07-02 Thread Stobot
Thats a great point Tony. I'll take a look. Thanks. -- 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 discussio

[tw5] Re: pass variable to macro via macrocall not working

2020-07-02 Thread Dave Parker
That didn't work :'( I think I'm getting closer though: if you go to here: http://tobibeer.github.io/tw5-plugins/#sparkl and in [[New Tiddler]] paste this

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

2020-07-02 Thread 'Mark S.' via TiddlyWiki
Here's the new version (plugin not ready yet) : https://marxsal.github.io/various/notowritey-2020-07-02.html It seemed reasonably performant with the toolmap data, and it is now buffered when editing so typing is unhindered. -- You received this message because you are subscribed to the Googl

[tw5] Re: An addon for Saq's stream-editor

2020-07-02 Thread Birthe C
TW Tones, You can flatten the whole stream or nodes of the stream. I think it does make sense, when you play a little with Jan's example. @Jan, well done. Nice addon I am sure I will use. Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: An addon for Saq's stream-editor

2020-07-02 Thread TW Tones
Jan, Friendly suggestion. Tell people what flatten means. Flatten a single node does not quite make sense to me? I understand flattening trees, or images etc... but flatten a single node? Regards Tony On Friday, July 3, 2020 at 12:23:07 AM UTC+10, Jan wrote: > > Hello, > I made an addon to Saq

[tw5] Re: Possible to trigger actions with tab selection / deselection?

2020-07-02 Thread TW Tones
Stobot, Saq seems to have solved this for you, but I would like to point out there is sufficient customisation in tiddlywiki you could build you own tabs macro with the tab titles being buttons and use those buttons actions parameter as well. If you see here $:/core/macros/tabs that's exactly w

[tw5] Re: Possible to trigger actions with tab selection / deselection?

2020-07-02 Thread TW Tones
Saq, How many times did you have to read? Optionally, the title of a tiddler to use as a template for transcluding > the content of the button for the selected tab Its English, but not meaningful, it introduces a concept at the very end, "the Button?" Perhaps it should start with tabs are the

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread TW Tones
Adithya > We can use the self distributed apps, but perhaps some tiddlywiki >> solutions could be distributed as apps in the app stores, where the >> tiddlywiki is merely one file in the configuration and not accessible to >> the app user except through the intended functionality > > By the ab

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread 'Jake' via TiddlyWiki
On Thursday, July 2, 2020 at 11:24:04 AM UTC-7, Eric Shulman wrote: >> >> I'm also working on an enhanced version where the buttons appear as a >> "popup" >> only when the $edit-text control gets the input focus, but I'm still >> debugging that >> version (there's a strange interaction between

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread Eric Shulman
On Thursday, July 2, 2020 at 2:43:00 PM UTC-7, Mark S. wrote: > > Using tiddlyspot kind of misses the point of having a TW based android > app. > To run TW locally as an Android "pseudo-app": * open the online hosted TW (e.g., from TiddlySpot) * use the "default download saver" to write a loca

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread 'Mark S.' via TiddlyWiki
On Thursday, July 2, 2020 at 2:25:42 PM UTC-7, Mat wrote: > > Mark S. wrote: >> >> But, that won't let you save, will it? >> > > I am, as usual, saving to tiddlyspot which worked fine. Didn't try on > local. I noted that the page you see is still on the web, not on local, so > I kind of assume

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread Eric Shulman
On Thursday, July 2, 2020 at 1:31:53 PM UTC-7, Eric Shulman wrote: > > Here's the version that uses the focusPopup="..." method, so that the > delete/cancel/ok buttons > only appear when you put the cursor into the input field > Here's yet another version. This one uses a $button to toggle betwe

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread Mat
Mark S. wrote: > > But, that won't let you save, will it? > I am, as usual, saving to tiddlyspot which worked fine. Didn't try on local. I noted that the page you see is still on the web, not on local, so I kind of assumed it was the usual tiddlyspot for me but just with a non-interfering brow

[tw5] Re: regexp to also accept empty or non-existing field

2020-07-02 Thread Mat
Thank you both, Saq and Eric. My actual case is much more intricate so I've tried your solutions but they don't work there, unfortunately. I am, no surprise perhaps, working on EditorMagic and I'm about to make a public status update and had hoped to have this bit solved but it's just too compl

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread Eric Shulman
On Thursday, July 2, 2020 at 11:24:04 AM UTC-7, Eric Shulman wrote: > > I'm also working on an enhanced version where the buttons appear as a > "popup" > only when the $edit-text control gets the input focus, but I'm still > debugging that > version (there's a strange interaction between the focu

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread Eric Shulman
On Thursday, July 2, 2020 at 12:49:47 PM UTC-7, Mark S. wrote: > > On Thursday, July 2, 2020 at 12:46:30 PM UTC-7, Mat wrote: >> >> Eric Shulman wrote: >>> >>> If you then use the "save to desktop" menu item in Android Chrome, it >>> will create an "app" icon directly on your tablet/phone home scr

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread 'Jake' via TiddlyWiki
> Here's a macro that provides a work-around interface: > How to use it: > * copy the above code into a tiddler (e.g., > "$:/TiddlyTools/Macros/getinput") > * tag that tiddler with "$:/tags/Macro" > * in any other tiddler, write: > <> > > How it works: > * the $edit-text default value is the cu

[tw5] Re: Family History wiki

2020-07-02 Thread Damon Pritchett
Thanks very much for the kind words. I really appreciate that. I'm very happy with the way that it has turned out. Damon On Wednesday, July 1, 2020 at 11:52:11 PM UTC-7, TiddlyTweeter wrote: > > Ciao Damon > > I followed this thread with interest. I've commented several times on past > on issue

[tw5] Re: regexp to also accept empty or non-existing field

2020-07-02 Thread Eric Shulman
On Thursday, July 2, 2020 at 4:11:36 AM UTC-7, Saq Imtiaz wrote: > > You could try something like this (untested): > mystring +[!regexp{!!foo}] [{!!foo}!is[blank]then[]else[mystring]] > Slightly simplified and tested on tiddlywiki.com: {{{ mystring +[!regexp{!!foo}] [{!!foo}is[blank]then[mystring]

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread 'Mark S.' via TiddlyWiki
On Thursday, July 2, 2020 at 12:46:30 PM UTC-7, Mat wrote: > > Eric Shulman wrote: >> >> If you then use the "save to desktop" menu item in Android Chrome, it >> will create an "app" icon directly on your tablet/phone home screen. >> > > Just tried it and that is terrific! Great tip! > But, th

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread Mat
Eric Shulman wrote: > > If you then use the "save to desktop" menu item in Android Chrome, it will > create an "app" icon directly on your tablet/phone home screen. > Just tried it and that is terrific! Great tip! Would doing this in PhoneGap bring any particular advantage over that super simp

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread Eric Shulman
On Thursday, July 2, 2020 at 11:41:00 AM UTC-7, Eric Shulman wrote: > > Adobe PhoneGap (https://phonegap.com/) is a developer utility that can > produce apps for Android or iPhone, built from HTML/CSS/Javascript source > files (along with any image resources they use). This is ideal for taking

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread Eric Shulman
On Thursday, July 2, 2020 at 9:57:46 AM UTC-7, Mat wrote: > > Adithya B M wrote: >> >> A challenge would be to be able to have such apps recognised by the app >>> stores as an app in its own right. >> >> This is not a problem. >> > > If there was a TW plugin or similar that could remake a TW to be

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread Eric Shulman
On Thursday, July 2, 2020 at 8:18:46 AM UTC-7, Jake wrote: > > From EditTextWidget: >> "One trap to be aware of is that the edit text widget cannot be used to >> edit a field of the tiddler that contains it. Each keypress results in the >> tiddler being re-rendered, which loses the cursor positio

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread Mat
@Adithya I probably confused myself in my answer to you, possibly because of TWTones/Tonys mention of app stores and your reply to it that | A challenge would be to be able to have such apps recognised by the app > stores as an app in its own right. This is not a problem. I see three diffe

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread Birthe C
Jake, I do not have a link for a tutorial, does one even exist? But maybe you can benefit from an example. http://mycookbook.tiddlyspot.com/ I create the recipes using a viewtemplate called $:/_bc/viewtemplate/recipe Try to select a recipe and see how it is done. Create one yourself and so on.

[tw5] Re: Possible to trigger actions with tab selection / deselection?

2020-07-02 Thread Stobot
Perfect! Exactly what I was looking for - thanks Saq!! On Thursday, July 2, 2020 at 2:01:46 PM UTC-4 saq.i...@gmail.com wrote: > I believe it was originally intended so you could customize what is > displayed inside the button. > But you can leverage it to execute actions inside the buttons as w

[tw5] Re: Possible to trigger actions with tab selection / deselection?

2020-07-02 Thread Saq Imtiaz
I believe it was originally intended so you could customize what is displayed inside the button. But you can leverage it to execute actions inside the buttons as well. in the tabs macro add the parameter for the buttonTemplate and point it towards a tiddler that you create to act as the template

[tw5] Re: Possible to trigger actions with tab selection / deselection?

2020-07-02 Thread Stobot
I haven't, I saw it when trying to figure things out, but how would I use it? Sorry for not understanding... I assumed would somehow allow me to programmatically rename the tab or something? *buttonTemplate: Optionally, the title of a tiddler to use as a template

[tw5] Re: Possible to trigger actions with tab selection / deselection?

2020-07-02 Thread Saq Imtiaz
Have you tried using the buttonTemplate parameter of the tabs macro? On Thursday, July 2, 2020 at 7:28:57 PM UTC+2, Stobot wrote: > > > My use case is that I have built a UI around the tabs macro, but some of > my tabs are lists of 'things', and then I have a tab for *viewing* the > thing, and o

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread 'Jake' via TiddlyWiki
> > Jake, > > Do some reading on how the <$list> and <$tiddler> widgets and templates > can affect the value of currentTiddler before being dismissive. There is > good reason why the default target of a lot of widgets is currentTiddler > that makes it appropriate in 99.9% of use-cases. > > Also

[tw5] Re: pass variable to macro via macrocall not working

2020-07-02 Thread Dave Parker
Oh, yes Eric showed me that the other day on a different thread. (Got to get my different brain cells to talk to one another) Thank you!, I'll try that out later today -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this grou

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread Adithya B M
> > If you by "current apps" refer to applications built in TW then isn't a > plain and empty TW the prime example? It would be super cool if people > could go into the app stores and install a TW via there. (It should > probably not be a totally empty TW - the GettingStarted tiddler should >

[tw5] Possible to trigger actions with tab selection / deselection?

2020-07-02 Thread Stobot
My use case is that I have built a UI around the tabs macro, but some of my tabs are lists of 'things', and then I have a tab for *viewing* the thing, and one for *editing* the thing using drop downs etc. What I ultimately need to happen is for some temp tiddlers to be deleted when a certain

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread Michael Wiktowy
Jake, Do some reading on how the <$list> and <$tiddler> widgets and templates can affect the value of currentTiddler before being dismissive. There is good reason why the default target of a lot of widgets is currentTiddler that makes it appropriate in 99.9% of use-cases. Also understand the u

[tw5] Re: pass variable to macro via macrocall not working

2020-07-02 Thread Mat
Try \define sprk2(val) <$sparkl values={{{ [enlist[$val$]] }}} /> > <:-) -- 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

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread Mat
Adithya B M wrote: > > A challenge would be to be able to have such apps recognised by the app >> stores as an app in its own right. > > This is not a problem. > If there was a TW plugin or similar that could remake a TW to become an app for the app stores... so people who create various applica

[tw5] Re: pass variable to macro via macrocall not working

2020-07-02 Thread Dave Parker
Thank you for looking at this Tony, when I take out the quotes, Enter code here..\define sprk2(val) <$sparkl values="$val$"/> $val$ :: <$sparkl values="13 7 19 15"/> \end \define sprk() <$macrocall $name=sprk2 val={{||vasSumGraph}}/> \end ..<>... here's what happens As you can see, now the p

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread Adithya B M
Hi Tony, We can use the self distributed apps, but perhaps some tiddlywiki solutions > could be distributed as apps in the app stores, where the tiddlywiki is > merely one file in the configuration and not accessible to the app user > except through the intended functionality By the above do y

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread 'Jake' via TiddlyWiki
> > From EditTextWidget: > "One trap to be aware of is that the edit text widget cannot be used to > edit a field of the tiddler that contains it. Each keypress results in the > tiddler being re-rendered, which loses the cursor position within the text > field." > ... > "In short the EditTextWi

[tw5] Re: An addon for Saq's stream-editor

2020-07-02 Thread Saq Imtiaz
Cool stuff Jan. Happy to see you tinkering with Streams and thanks for sharing with the community. I plan to eventually make the context menu extensible via tags, so that you can add commands without having to edit shadow tiddlers. I have something similar in mind for keyboard shortcuts as well

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread Michael Wiktowy
>From EditTextWidget: "One trap to be aware of is that the edit text widget cannot be used to edit a field of the tiddler that contains it. Each keypress results in the tiddler being re-rendered, which loses the cursor position within the text field." ... "In short the EditTextWidget can not chan

[tw5] Schedule maker?

2020-07-02 Thread Ste Wilson
Would http://kixam.github.io/TW5-visjsTimeline/ be somewhere to start? -- 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

[tw5] Schedule maker?

2020-07-02 Thread David Gifford
Hi all I just thought something like this would be really cool in TiddlyWiki. https://www.nirandfar.com/schedule-maker/ -- 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 ema

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread TW Tones
Adithya, The Tiddlywiki apps seem quite good especially for those with one or more tiddlywikis, although a dream would be an app template that one could install a single file wiki into it and distribute/publish that as an app. Basically an app that is a template for app'ifying tiddlywikis.

[tw5] An addon for Saq's stream-editor

2020-07-02 Thread Jan
Hello, I made an addon to Saq's stream-plugin*https://saqimtiaz.github.io/sq-tw/streams.html * You can find and test it at *https://szen.io/stream/ * It mainly adds a modal which allows you ...to flatten the whole stream or nodes of the stream.

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread 'Jake' via TiddlyWiki
> > Hi Jake, > > Read carefully the "Notes" section of that link you just referenced. You > need to edit a field that is not in the tiddler that contains the > EditTextWidget. The notes give you an example how to do that. It can be > worked around. > > /Mike > Yeah, I read that, but don't thin

[tw5] Noteself - Tiddlers disappearing on other devices. What am I missing?

2020-07-02 Thread Sean Carter
I'm using Tiddlywiki with Noteself for automatic saving in addition to a few other plugins. When I save the wiki's HTML file to a USB and use it to open the HTML on a different device, some of the tiddlers act strangely. When opening these tiddlers, a pop-up window appears with the title: syn

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread 'Mark S.' via TiddlyWiki
What version of Android was it made for? From Android 5 and on, Google made changes to their security model so you can't just access a file directory path any more (except for local storage). There were actually changes at almost every version from 5 to 9, with inconsistent documentation along t

[tw5] Re: Feather icons don't install with the plugin?

2020-07-02 Thread David Gifford
Oh, sorry Mat and Tones, I must not have selected for Google to send me replies to my email as I normally do, I am just now seeing this. Mat's explanation, I think, hits the nail on the head! On Sunday, June 28, 2020 at 9:00:14 AM UTC-5 TW Tones wrote: > David > > I had a problem recently where

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread David Gifford
mwik and I must have clicked send at the same time. Google told me the post had been deleted, so I thought I lost my post! But here it is, after all. On Thursday, July 2, 2020 at 8:13:07 AM UTC-5 David Gifford wrote: > I'll give it a try. > > Paste <$edit-text tiddler="YOURTIDDLER" default="" ta

[tw5] Re: "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread David Gifford
I'll give it a try. Paste <$edit-text tiddler="YOURTIDDLER" default="" tag="input"/> into a tiddler. When typing in the input area created by this process, you are editing the text field of the YOURTIDDLER tiddler in an 'input' (small, one line) style input area, with no default text assigned.

[tw5] "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread Michael Wiktowy
Hi Jake, Read carefully the "Notes" section of that link you just referenced. You need to edit a field that is not in the tiddler that contains the EditTextWidget. The notes give you an example how to do that. It can be worked around. /Mike -- You received this message because you are subscri

Re: [tw5] Re: Stroll - Position of backlink text

2020-07-02 Thread Robert Jopling
Many thanks for your explanation. I can now see that in the app. Cheers Rob On Wed, 1 Jul 2020 at 11:38, David Gifford wrote: > Hi Rob > > Glad you are finding Stroll useful. > > The section above the horizontal line is the text field of a tiddler. That > is the main writing area of the tiddl

[tw5] "EditTextWidget for Dummies" anywhere?

2020-07-02 Thread 'Jake' via TiddlyWiki
I'm just wondering if there is some manual or tutorial about EditTextWidget and how to create and manipulate input forms in general? Because this info: https://tiddlywiki.com/#EditTextWidget is definitely not enough for me. For example: why does the input field becomes "inactive" after every s

[tw5] Re: regexp to also accept empty or non-existing field

2020-07-02 Thread Saq Imtiaz
You could try something like this (untested): mystring +[!regexp{!!foo}] [{!!foo}!is[blank]then[]else[mystring]] On Thursday, July 2, 2020 at 11:50:43 AM UTC+2, Mat wrote: > > I want to ensure that a string does NOT contain another string located in > a field: > > {{{ mystring +[!regexp{!!foo}]

[tw5] Do you guys want another Tiddly app for Android?

2020-07-02 Thread Adithya B M
Hi Guys, I'm new to the group but have been using TiddlyWiki as a song repository for a few years now. I made a functional Tiddy app for a bit a year back which could work with dropbox/googledrive sync. Is there anyone interested in such an app? If yes, I will try to cleanit up and release or o

[tw5] regexp to also accept empty or non-existing field

2020-07-02 Thread Mat
I want to ensure that a string does NOT contain another string located in a field: {{{ mystring +[!regexp{!!foo}] }}} Fair enough. But, obviously(!?), if that !!foo field doesn't exist or is empty then mystring *should *also pass the filter. But !regexp doesn't allow this. (I reason "if mystri

[tw5] Re: TiddlyWiki server for cross-platform access anywhere

2020-07-02 Thread Altug Ozcelikkale
Hi I don't know whether you have seen TiddlyServer by Arlen Beiler but I think you should check it out. It seems to match your requirements: https://github.com/Arlen22/TiddlyServer It is really good. I have used it on several devices (windows, linux, android) running as a local server via node

[tw5] Re: Referencing a Field in another Tiddler during Transclusion

2020-07-02 Thread TW Tones
Scott Try adding variable=nul as a parameter in your list widget so the currentTiddler variable does not change and field reference refer to the original tiddler remain valid. I will look closer later Regards Tony -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Family History wiki

2020-07-02 Thread TiddlyTweeter
Ciao Damon As a bit of fun I looked at your examples and your code and drew a formal chart of type that interest anthropologists. Basically it is able to embrace all kinship terminology well ... and maybe could be also used by people interested in "classificatory kinship terms". [image: f6d84c

[tw5] Re: Referencing a Field in another Tiddler during Transclusion

2020-07-02 Thread Scott Masterson
Hey Tony, Thanks for the tips, they're really appreciated. I found an easier way to do what I wanted, but without having to change the currentTiddler. Unfortunately, I'm having a problem with the syntax in the list filter that's driving me a bit crazy. In the list filter, if I put the actua

[tw5] Re: Extract tiddler titles from $:/HistoryList

2020-07-02 Thread TW Tones
Eric, Thanks, Very nice. And lots more to learn from http://tiddlytools.com/InsideTW/ Regards Tony On Thursday, July 2, 2020 at 4:46:26 PM UTC+10, Eric Shulman wrote: > > On Wednesday, July 1, 2020 at 11:06:14 PM UTC-7, TW Tones wrote: >> >> I followed you link >> http://tiddlytools.com/Inside