Re: [tw5] Re: Sticky editortoolbar?

2021-04-28 Thread maki aea
for mobile safari at least tapping just outside the editor area brings the toolbar back onscreen (once you have it stickied in css and then after editing it seems to scroll offscreen) hth i found my old notes about this at http://makiaea.org/00045/20210120makiaea.html#changelog see the entry

Re: [tw5] Re: Sticky editortoolbar?

2021-04-28 Thread maki aea
try modifying dave's example with top:0 to top:40px (or 20px etc depending on your wiki) for single line toolbars top:0 is getting hidden behind other elements On Tuesday, April 27, 2021 at 7:35:29 PM UTC+1 Brian Radspinner wrote: > History Buff may be in the same "position" as I am: I think I

Re: [tw5] Re: Sticky editortoolbar?

2021-04-28 Thread makiaea
wait, it seems it does work on tiddlywiki.com try editing another tiddler e.g. HelloThere the sticky toolbar gets hidden behind the blue bar if it is a single line only On Thursday, April 29, 2021 at 6:25:21 AM UTC+1 ma...@makiaea.org wrote: > i tried this when i was first building my new tiddl

Re: [tw5] Re: Sticky editortoolbar?

2021-04-28 Thread maki aea
i tried this when i was first building my new tiddlywiki and it didn't work just tried it on tiddlywiki.com and it didn't work if i recall correctly i eventually found it was the css in the default tw using an overflow property in the parent element, which means that sticky does not work in the

[tw5] Re: folding sections in tidler

2021-04-28 Thread Charlie Veniot
I see two <$list>, but only one Unless my aging eyeballs are missing something ... On Thursday, April 29, 2021 at 12:10:58 AM UTC-3 mohamed...@hotmail.com wrote: > Thanks David, > > should i be replacing anything ? i just added your code , unless i am > doing something wrong, it doesn't seem

[tw5] Re: folding sections in tidler

2021-04-28 Thread paulgilbert2000
Thanks David, should i be replacing anything ? i just added your code , unless i am doing something wrong, it doesn't seem to work [image: Capture8.PNG] On Thursday, April 29, 2021 at 3:35:43 AM UTC+2 David Gifford wrote: > Put this between <$list.> and (no details widget needed): > > <$l

Re: [tw5] Experimental Chromium native saver

2021-04-28 Thread TW Tones
Jeremy et al, I think if we could at least make it look like a PWA functionally. Please bare with my level of technical knowledge, but I believe I can see something appearing in the fog of these issues. Given initial saving to IndexDB is workable if not reliable in the long term, I wonder if w

[tw5] Re: folding sections in tidler

2021-04-28 Thread David Gifford
Put this between <$list.> and (no details widget needed): <$link><$view field="title"/><$transclude field="text" mode="block"/> On Wednesday, April 28, 2021 at 2:14:05 PM UTC-5 mohamed...@hotmail.com wrote: > apologies , what i really meant was using a details widget , i just want > to

[tw5] Re: Change the title of a tiddler from the tiddler itself?

2021-04-28 Thread Joshua Fontany
@PMario, That is a great way to explain what happens behind the curtains. :) Best, Joshua F On Wednesday, April 28, 2021 at 4:17:05 PM UTC-7 PMario wrote: > On Wednesday, April 28, 2021 at 9:26:25 PM UTC+2 si wrote: > >> Thank you very much Mario! > > > You are welcome. > > I think a button ma

[tw5] Re: Change the title of a tiddler from the tiddler itself?

2021-04-28 Thread PMario
On Wednesday, April 28, 2021 at 9:26:25 PM UTC+2 si wrote: > Thank you very much Mario! You are welcome. I think a button may make more sense anyway, but am I right to assume that > it is not (easily) possible to have the title automatically update as I > type? > Right. .. In TiddlyWiki the

[tw5] Re: json access when not in action mode?

2021-04-28 Thread Joshua Fontany
Yes. This is exactly why I wrote JsonMangler (the "Manger" part came from one of the core features that has been downplayed, the ability to compress multi-level Json into a 1 level deep object with "path":"value" pairs. The path syntax is "/" to be consistent with the "system tiddler" naming co

Re: [tw5] Re: Tiddlywiki Mobile App with Highlight Feature

2021-04-28 Thread Soren Bjornstad
Just to be clear since it seems there is some confusion, what TiddlyWiki plugins are available does not depend at all on what app you are using to access your TiddlyWiki. There might be a handful of exceptions if a plugin relies on features that are browser-specific, but those situations are qu

Re: [tw5] Re: Importing large number of html files - tagging?

2021-04-28 Thread Ray Vermey
That worked like a charm! Thanks. Jopplin is great but i like the flexibility of TW. Though i hate the learning curve.. For instance HOW did you know/learn this trick? So i want to try to work full blown with TW, though the mobile handling is a bit cumbersome.. Ray Op wo 28 apr. 2021 om 19:19 s

Re: [tw5] Re: Tiddlywiki Mobile App with Highlight Feature

2021-04-28 Thread si
Plugins are installed into TiddlyWiki - check out the demo page for that plugin to see installation instructions. Tiddloid is just for viewing a TiddlyWiki file. On Tuesday, 27 April 2021 at 21:03:23 UTC+1 Java Development wrote: > How to integrate the plugin > https://github.com/bimlas/tw5-hi

[tw5] Re: Change the title of a tiddler from the tiddler itself?

2021-04-28 Thread si
Thank you very much Mario! I think a button may make more sense anyway, but am I right to assume that it is not (easily) possible to have the title automatically update as I type? On Tuesday, 27 April 2021 at 21:05:11 UTC+1 PMario wrote: > Hi, > > Read this: https://tiddlywiki.com/#WidgetMessage

[tw5] Re: folding sections in tidler

2021-04-28 Thread paulgilbert2000
apologies , what i really meant was using a details widget , i just want to expand /collapse the results for every filter , please let me know if you need any clarificaiton On Wednesday, April 28, 2021 at 4:46:46 AM UTC+2 Mark S. wrote: > You seem to have your select widget inside the main lis

[tw5] Re: Filter only tiddlers with a tag, where other tiddlers are tagged with their title

2021-04-28 Thread si
Try this: [tag[task]!field:status[done]tags[]tag[project]] I'm assuming that you are using a "status" field to indicate that a task is complete. On Wednesday, 28 April 2021 at 15:03:31 UTC+1 Bastian wrote: > Hi all, > > I'm trying to create a project overview with projects that have open tasks

Re: [tw5] html id and transclusion

2021-04-28 Thread Jeremy Ruston
Hi Jean-Pierre I think you’re asking why the IDs can’t be handled automatically, without the author having to worry about them. I think that that may be possible in simple cases, but not in general. Typically one needs the same ID in multiple places, which won’t happen just by using the qualify

[tw5] Re: Filter only tiddlers with a tag, where other tiddlers are tagged with their title

2021-04-28 Thread si
Try this: [tag[project]tagging[]tag[task]!field:status[done]] I'm assuming that you are using a "status" field to indicate that a task is complete. On Wednesday, 28 April 2021 at 15:03:31 UTC+1 Bastian wrote: > Hi all, > > I'm trying to create a project overview with projects that have open ta

Re: [tw5] html id and transclusion

2021-04-28 Thread Jean-Pierre Rivière
>>This is the label >/> This is hand-made html code. how would I be able to get the input behave in tiddlywiki as if it was done by the button widget? could a pragma like \useIdInButtons be used to allow a code like <$button actions=<> id=auto/> which would construct an input with an id=<>? No

Re: [tw5] Re: alphanumerical sort for sortsub

2021-04-28 Thread Jean-Pierre Rivière
Thank you for the nsort tip. but it's not what I wanted here: it puts beta12 between beta1 and beta3. Le mercredi 28 avril 2021 à 18:55:12 UTC+2, taale...@gmail.com a écrit : > Ack!! > > nsort, not north > > On Wed., Apr. 28, 2021, 9:05 a.m. Jean-Pierre Rivière, < > jn.pierr...@gmail.com> wrote

Re: [tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-28 Thread Mohammad Rahmani
Hi Florian, Thank you for sharing your experience! Yes on a mobile phone or as a website or documentation app, one feels a lot of spaces at the right! But as you work with Tiddlywiki specially in production mode (I mean not for reading only) one realizes the usability of different elements! Recent

[tw5] Re: Importing large number of html files - tagging?

2021-04-28 Thread 'Mark S.' via TiddlyWiki
I don't know of a plugin to do this, but there is a trick that might help. Do your imports, but don't hit the final "import" button. Instead, clone the import dialog, change it to a name like "myimports", then change field "plugin-type" to "plugin" . Now you can do your import on the original i

Re: [tw5] Re: alphanumerical sort for sortsub

2021-04-28 Thread Aidan Grey
Ack!! nsort, not north On Wed., Apr. 28, 2021, 9:05 a.m. Jean-Pierre Rivière, < jn.pierre.rivi...@gmail.com> wrote: > very fine!!! eager to see what other functionality will be given too. > > Le mercredi 28 avril 2021 à 17:02:12 UTC+2, saq.i...@gmail.com a écrit : > >> I have a PR almost ready t

Re: [tw5] Re: alphanumerical sort for sortsub

2021-04-28 Thread Aidan Grey
Look up north... That may be what you want On Wed., Apr. 28, 2021, 9:05 a.m. Jean-Pierre Rivière, < jn.pierre.rivi...@gmail.com> wrote: > very fine!!! eager to see what other functionality will be given too. > > Le mercredi 28 avril 2021 à 17:02:12 UTC+2, saq.i...@gmail.com a écrit : > >> I have

[tw5] Re: json access when not in action mode?

2021-04-28 Thread 'Mark S.' via TiddlyWiki
<$list filter="[[mydata]getindex[0/age]]"/> (assuming JSON mangler) On Wednesday, April 28, 2021 at 8:02:14 AM UTC-7 jn.pierr...@gmail.com wrote: > How can I access json data in a smart way when my code is not in the > context of a button-started action (which I call action mode)? > > say this

Re: [tw5] html id and transclusion

2021-04-28 Thread Jeremy Ruston
Hi Jean-Pierre > On 28 Apr 2021, at 15:48, Jean-Pierre Rivière > wrote: > > Thank you for the clarification. I understand your point of view. > > Now if I want to have a go at it, for instance so that my input buttons can > get an id from a parameter, how should I proceed? From where should I

[tw5] Re: alphanumerical sort for sortsub

2021-04-28 Thread Jean-Pierre Rivière
very fine!!! eager to see what other functionality will be given too. Le mercredi 28 avril 2021 à 17:02:12 UTC+2, saq.i...@gmail.com a écrit : > I have a PR almost ready that includes this as well as other sorting > functionality. > > > On Wednesday, April 28, 2021 at 4:54:02 PM UTC+2 jn.pierr..

[tw5] json access when not in action mode?

2021-04-28 Thread Jean-Pierre Rivière
How can I access json data in a smart way when my code is not in the context of a button-started action (which I call action mode)? say this simple text of my "data" tiddler: - [ { "captain": "Hook", "age": "42" }, { "captain": "Planet", "age": "37" } ] the indexes filter ret

[tw5] Re: alphanumerical sort for sortsub

2021-04-28 Thread Saq Imtiaz
I have a PR almost ready that includes this as well as other sorting functionality. On Wednesday, April 28, 2021 at 4:54:02 PM UTC+2 jn.pierr...@gmail.com wrote: > I've just taken the time to understand how to use sortsub. I should have > done it before, et really does what I was trying to ge

[tw5] Re: Filter only tiddlers with a tag, where other tiddlers are tagged with their title

2021-04-28 Thread Charlie Veniot
G'day, Silly question: is the status field on project tiddlers, or is the status field on task tiddlers? On Wednesday, April 28, 2021 at 11:03:31 AM UTC-3 Bastian wrote: > Hi all, > > I'm trying to create a project overview with projects that have open tasks. > The current system has tiddlers

[tw5] alphanumerical sort for sortsub

2021-04-28 Thread Jean-Pierre Rivière
I've just taken the time to understand how to use sortsub. I should have done it before, et really does what I was trying to get with a lot of efforts and far too much code! But there's a kind of sort that sortsub lack, which is alphanumeric. Just like there is sortan and sort filter. If my s

Re: [tw5] Todoist Integration - Guide

2021-04-28 Thread Ray Vermey
Grand!! If only we could shoot todo items straight into todoist from a tiddler :-) Or vice versa! :) THANK YOU!!! Ray Op wo 28 apr. 2021 om 14:57 schreef jc-ose : > Hi TiddlyWiki community! > > I'm not sure if there are any Todoist users out there, but if there are, > you may be interested in

Re: [tw5] html id and transclusion

2021-04-28 Thread Jean-Pierre Rivière
Thank you for the clarification. I understand your point of view. Now if I want to have a go at it, for instance so that my input buttons can get an id from a parameter, how should I proceed? From where should I start? I'm sure this is not trivial but I'm eager to try. regards. Le mercredi 28

[tw5] Filter only tiddlers with a tag, where other tiddlers are tagged with their title

2021-04-28 Thread Bastian
Hi all, I'm trying to create a project overview with projects that have open tasks. The current system has tiddlers that are tagged "project" which defines them as a project. A task is another tiddler, that has the projects title as a tag and additionally the tag "task" assigned to them. I'd li

[tw5] Importing large number of html files - tagging?

2021-04-28 Thread Ray Vermey
Hi i am about to import a large number of html files exported from Jopplin. Now I would like to tag them before importing. Is there a plugin for that somewhere? Thanks Ray -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

Re: [tw5] Where do I embedd form? I understand TiddlyWiki can't process it, something likeFormspree or Kwes.IO would take care of that.

2021-04-28 Thread Jeremy Ruston
Hi Naim I adapted your example slightly and tried it in a tiddler on a local wiki. It worked for me in that the form was correctly sent to the server. Your Email Submit I’d suggest trying to get the form working correctly within a standalone HTML file, and then once that’s working bring it

[tw5] Re: bug,help me

2021-04-28 Thread 西大
Hi Thank you, I am using this forum for the first time. I have solved the problem, XD. -touzi 在2021年4月28日星期三 UTC+8 上午4:47:46 写道: > Hi > No. It's not a bug. > > As long as > https://tiddlywiki.com/#%24%3A%2Fstate%2Ftab%2Fsidebar--595412856 exists > it will be used to define the tab that is u

[tw5] Todoist Integration - Guide

2021-04-28 Thread jc-ose
Hi TiddlyWiki community! I'm not sure if there are any Todoist users out there, but if there are, you may be interested in learning that there's a way to integrate the Todoist web-application directly into a tiddler. I personally have it on my dashboard tiddler that shows up when I open the wik

[tw5] Re: Tiddlywiki right sidebar: How do you use it?

2021-04-28 Thread 'Florian Felix' via TiddlyWiki
I have kind of set to the whitespace theme as a default. Combined with the mobile plugin it is basically platform agnostic and opens up a lot of space for stroll. For me, TW was to cluttered from the get go, I kind of had the bias that it would not be very easily usable. Which it maybe shouldn’t

[tw5] Re: transclusion and parameterized template

2021-04-28 Thread Saq Imtiaz
Something you may find useful: With the Internals plugin installed, you can turn on the preview in the editor and see the parse tree and widget tree for any wikitext. On Wednesday, April 28, 2021 at 12:04:07 PM UTC+2 jn.pi

Re: [tw5] html id and transclusion

2021-04-28 Thread Jeremy Ruston
> In a recent thread, Jeremy told me that having id elements is a bit of a > problem because each tiddler can be transcluded more than once into any given > tiddler' which would result into a broken html with a repeated id value. > > This is true. > > But if id are required, shouldn't it be up

[tw5] html id and transclusion

2021-04-28 Thread Jean-Pierre Rivière
In a recent thread, Jeremy told me that having id elements is a bit of a problem because each tiddler can be transcluded more than once into any given tiddler' which would result into a broken html with a repeated id value. This is true. But if id are required, shouldn't it be up to the progra

[tw5] Re: transclusion and parameterized template

2021-04-28 Thread Jean-Pierre Rivière
Than you Saq! I had read the «transclusion with templates" doc several times. The hint you've just gave me was not evident from my reading. Although I was skeptical about not finding the widget equivalent of {{tiddler||template}} because I know that each wiki syntax is translated into widgets.

[tw5] Re: Monospaced block inside a quoted text?

2021-04-28 Thread Xabriña
Of course Soren. Here it is... Thank you. El miércoles, 28 de abril de 2021 a las 3:09:09 UTC+2, Soren Bjornstad escribió: > Your snippet works for me, too. Can you export the tiddler you create as a > json file and attach that? It's possible you're getting some kind of weird > special charac

Re: [tw5] Experimental Chromium native saver

2021-04-28 Thread Jeremy Ruston
Hi Dyllon We actually have the same issue with the GitHub saver module: it saves the access token to local storage, which is subject to the same peculiarity of all file: URIs counting as a single origin. Thus, if an attacker can induce a user to download an HTML file and open it in the browser