[tw5] Re: TW5 $(variable)$ doesn't work

2019-02-06 Thread FrD
Hi TonyM, I'd be pleased to help you. Can you bring me bit more of the context ? I assume you want to create a "journal" tiddler by clicking on a cell on the calendar. The macro invoked by clicking on a date is the one declared in the config tiddler : see for instance

[tw5] Re: TW5 $(variable)$ doesn't work

2019-02-06 Thread FrD
Hi Mohammad and Mark ! Thanks for your answers. I think you're right on the spot. I'll need to inspect my (old) code to see if I'm using this kind of construct. Regards FrD Le jeudi 7 février 2019 05:13:47 UTC+1, Mohammad a écrit : > > See the note by Mark. > The problem is with $(style)$. >

[tw5] Re: Quinoid v0.0.6alpha

2019-02-06 Thread Watt
https://github.com/Marxsal/Quinoid01/releases/tag/v0.0.6alpha .apk is to be found under Assets -- 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: TOC question

2019-02-06 Thread S. S.
David, Open the shadow tiddler: *$:/core/macros/toc* Find this line : *\define toc-tabbed-external-nav* Yes, this is the correct line for modifying the *toc-tabbed-internal-nav* - as that macro calls it. Find this line: <> Change it to this : <$view field="title"/> Should work! Regards

[tw5] Re: TW5 $(variable)$ doesn't work

2019-02-06 Thread Mohammad
See the note by Mark. The problem is with $(style)$. The below show the same result in TW5.1.17, 5.1.18 and 5.1.19 \define concat() Prefix_$(style)$ <$set name="style" value=<> > <$wikify name="itemTitle" text=<> > <> <$wikify name="itemTitle" text="""Prefix_<> """> <> Name the

[tw5] Re: Quinoid v0.0.6alpha

2019-02-06 Thread Mohammad
Hi Mark, Updated to 0.0.6alpha Works great! The wiki on GDrive and local folder both work favicon works Android 9. Note: I use the system explorer. --Mohammad On Thursday, February 7, 2019 at 4:51:31 AM UTC+3:30, Mark S. wrote: > > Two new mechanisms for refresh (see Readme.md). Installing the

Re: [tw5] Sidebar tc-reveal breaks theme hierarchy

2019-02-06 Thread Arlen Beiler
There are many places where tc-reveal inside a list breaks customizing the individual items in the list. But as far as I can think, this is the only place where it matters, because most other lists are used in places where all items are styled the same. On Wed, Feb 6, 2019, 00:07 Jeremy Ruston

[tw5] Quinoid v0.0.6alpha

2019-02-06 Thread 'Mark S.' via TiddlyWiki
Two new mechanisms for refresh (see Readme.md). Installing the available JSON should allow standard refresh to work for maximum convenience. Backing out of Q. should completely close out activity. Added some GEO permissions to see if that allows basic geo-functionality. User will be blocked

[tw5] Re: TOC question

2019-02-06 Thread TonyM
PS All the macros are defined in $:/core/macros/toc and call a macro called toc-caption To clarify 1. the index will have the title, and the selected tiddlers display their caption? 2. the index will have the caption, and the selected tiddlers display their title? The First

[tw5] Re: TOC question

2019-02-06 Thread David Gifford
Thanks Tony It is toc-tabbed-internal-nav On Wednesday, February 6, 2019 at 6:24:32 PM UTC-6, TonyM wrote: > > David, > > You can modify the shadow tiddler or build a new toc macro for this > purpose, which TOC do you expect to use? > >- toc >- toc-expandable >-

[tw5] Re: TOC question

2019-02-06 Thread TonyM
David, You can modify the shadow tiddler or build a new toc macro for this purpose, which TOC do you expect to use? - toc - toc-expandable - toc-selective-expandable - toc-tabbed-internal-nav - toc-tabbed-external-nav and I would be happy to have a look Regards Tony On

[tw5] TOC question

2019-02-06 Thread David Gifford
Hi all How would I tweak $:/core/macros/toc (or something else) so that each tab in the toc would show the caption field of the tiddler, but the title within the tab contents would show the longer title field of the tiddler? -- You received this message because you are subscribed to the

[tw5] Re: TW5 $(variable)$ doesn't work

2019-02-06 Thread 'Mark S.' via TiddlyWiki
Before 5.1.18, there was a bug (or a feature) that allowed the Set widget to set variables as $(variable)$. That was fixed. Or at least I think that's the source. See this comment by Jeremy: https://groups.google.com/d/msg/tiddlywiki/gmddqRgRFaI/Vz2B1KXlDwAJ So you'll need to work with

[tw5] Re: TW5 $(variable)$ doesn't work

2019-02-06 Thread TonyM
An answer to your Question? The $(variable)$ format is used Within macro definitions / macro body and is a substitution like $paramname$ but refers to a variable from outside the macro. Is your use complying with this? Regards tony On Thursday, February 7, 2019 at 9:30:10 AM UTC+11, FrD

[tw5] DataTiddlers and JSON

2019-02-06 Thread TonyM
Folks, Has anyone documented the use of datatiddlers and how to access them with WikiText and List Widgets? The ability to list contents, extract values, add/change and delete items, list all occurrences of fieldname etc... would be handy. Perhaps even parsing a file such as requested by

[tw5] Re: TW5 $(variable)$ doesn't work

2019-02-06 Thread TonyM
FrD, I was just testing the update, and realised I wanted to make a change to include a tag of "Journal" and add a field with the full date in it eg; journal-date with the value journal-date=<> However my initial attempt failed. Would you be able to advise where I can do this please? I am

[tw5] Re: TW5 $(variable)$ doesn't work

2019-02-06 Thread FrD
Hi, Following the bug just reported here, I tried the following code in a 5.1.17 and a 5.1.19 TW : <$set name="style" value=<>> <$wikify name="itemTitle" text="Prefix_$(style)$"> <> <$wikify name="itemTitle" text="""Prefix_< >"""> <> The result of these two expressions is the same

[tw5] Re: TW5 $(variable)$ doesn't work

2019-02-06 Thread FrD
Hi, I've made some changes in the tiddler $:/plugins/frd/simplecalendar/DaysTemplate. Could you test the new version of the plugin from http://simplecalendar5-1-19.tiddlyspot.com/ ? And let me know how it works ... Regards FrD Le mercredi 6

[tw5] Re: TW5 $(variable)$ doesn't work

2019-02-06 Thread FrD
Hi Ivanov, I'm the author of that plugin. I didn't test it with the last version of TW (5.1.19). And indeed as you've found there is a new bug. I'll investigate and get back to you. Regards FrD Le mercredi 6 février 2019 20:03:42 UTC+1, Artem Ivanov a écrit : > > Newbie here, > > In a plugin

[tw5] TW5 $(variable)$ doesn't work

2019-02-06 Thread Artem Ivanov
Newbie here, In a plugin i recently installed (simplecalendar), when calling out a defined variable as $(style)$, it doesn't return the data but the variable itself. Not sure how else to put this. This is from the plugin's default code of $:/plugins/frd/simplecalendar/DaysTemplate: <$set

[tw5] Re: Bob edit lock icon

2019-02-06 Thread Dave
Thanks - pkill node at the terminal, then restarting the Bob instance worked :) -- 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: Bob edit lock icon

2019-02-06 Thread @TiddlyTweeter
It seems a vary a bit. Sometimes refreshing the page does it. When its very resistant closing and restarting Bob server worked for me. There is also i think, a bug in Bob I haven not written up yet, but will when I can put it down precisely. Sometimes you can invoke a lock even though you

[tw5] Bob edit lock icon

2019-02-06 Thread Dave
Hi, How do you override the edit lock when it comes up. I have a tiddler I need to edit, but there's a black lock icon in place of the edit button. I've seen this before when there was a draft copy of the tiddler that I had to delete, but in this case there is no other draft copy of the

Re: [tw5] Advanced Search autofocus?

2019-02-06 Thread Jeremy Ruston
Hi Hubert I’m not sure that there is a way to do this without hacking core tiddlers, but it’s a good idea so I’ve gone ahead and added it for v5.1.20: https://github.com/Jermolene/TiddlyWiki5/commit/94f143bf643e36e817d1dd5b678515853eed6aca

[tw5] Advanced Search autofocus?

2019-02-06 Thread Hubert
Hello, There's a 'hidden' setting where we can toggle whether the search box will have focus on startup. Setting this to 'true' seems to have no effect at all on Advanced Search. Would anyone know of a

[tw5] Re: [theme] Presenting "Mono" theme

2019-02-06 Thread JD
Hi everyone, Thanks for the feedback and bug reports! I'll try to have an update soon-ish, I'm having a rather busy week. Hopefully nothing gets broken with the next update! -jd On Monday, February 4, 2019 at 8:08:01 AM UTC+9, JD wrote: > > Hello everyone, > > JD here, offering a kind of

[tw5] Is there a way to attach a Tiddler to an email?

2019-02-06 Thread Watt
Hi Andy, one option is the downward pointing chevron in each tiddlers toolbar which gives an 'export' option allowing you to save that tiddler as CSV, JSON, static html or .tid format. You could then attach the file to your email. If you only want the tiddler's content and don't mind it

Re: [tw5] Re: Tiddlywiki core images not supported by image widget ???

2019-02-06 Thread Jeremy Ruston
Hi Alex There is some documentation about the difference between SVG images and tiddlers containing SVG elements here: https://tiddlywiki.com/#Using%20SVG The advantage of using “raw” SVG elements is that they can be styled via CSS, unlike SVG images within

[tw5] Re: Tiddlywiki core images not supported by image widget ???

2019-02-06 Thread 'Mark S.' via TiddlyWiki
I think because the tiddler is actually SVG instructions for embedding, it doesn't get rendered. So although it does get rendered when transcluded, it's not really an image per se. If you had tried instead an actual image, it would have worked: [img[Motovun Jack.jpg]] -- Mark On Wednesday,

[tw5] Re: Query -- The "Explorer" / <<"tree">>. Collapse / Expand? Filter?

2019-02-06 Thread @TiddlyTweeter
Repeat for people on email ... On Wednesday, 6 February 2019 16:53:15 UTC+1, @TiddlyTweeter wrote: > > I started using the visual tiddler Explorer. Great tool! I have two > queries ... > > 1 - Is it possible to Unfold all branches in one go? And Fold closed all > in one go? I couldn't see how

[tw5] Re: [tw] Re: Google Fonts for TW5

2019-02-06 Thread Mohammad
Added to TW-Scripts On Saturday, October 11, 2014 at 12:36:04 AM UTC+3:30, Erwan Dano wrote: > > Hi all, > > I am aware this is an old topic, but like any new TiddlyWiki user I like > to look around and customize my TiddlyWiki. > When I wanted to add custom fonts, I landed here but I have no

[tw5] Is there a way to attach a Tiddler to an email?

2019-02-06 Thread Andy Pastuszak
I made the journey from Tiddlywiki to OneNote and back. OneNote is far too linear for my liking. The one thing I would like to do it easily attach a tiddler to an Outlook email message, possibly via drag and drop. Is there any way to do this? -- You received this message because you are

Re: [tw5] Re: [plugin] My simple tiddler version control

2019-02-06 Thread Dave Gifford
Cool! Blessings to you On Wed, Feb 6, 2019 at 12:06 AM Mal wrote: > Thanks Dave. > > And, no, your the first, but probably not the last with the "Mal"ware > quip.  > > Regards, > > Mal > > -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWiki"

[tw5] Re: Unable to import this .json file

2019-02-06 Thread @TiddlyTweeter
TonyM and all The import of JSON files without a "title" field can sometimes be problematic. Suzanne found the best solution to her situation by renaming fields. Relatively easy once you know what to do. Good solution in her use case. But there is another common case where you can't really

[tw5] Re: Unable to import this .json file

2019-02-06 Thread TonyM
Suzanne, I am working to get some better answers and develop a deeper understanding myself. However I discovered this https://joshuafontany.github.io/TW5-JsonManglerPlugin/ and http://btheado.github.io/jsoneditor.html I notice the field that proceeds title, cno is not imported, if you could