Re: [tw5] How to do plugin translations

2019-05-12 Thread SylvainComte
Hello, You may find this thread on tiddlywikidev useful: https://groups.google.com/forum/#!topic/tiddlywikidev/fu0QFcs9O_U Cheers Sylvain @sycom -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Tiddlydesktop internal links failing to open in Tiddlydesktop and instead direct to browser

2019-05-12 Thread 'Mark S.' via TiddlyWiki
Playing with the macros, mostly removing line feeds, I could get two of them to work. But, only one would work, depending on the order in which it appeared, possibly. Looking at rendered HTML, the code that worked did not have a tag wrapped around the ... tag set. I can only guess that the

[tw5] Re: A list which displays tiddler link alongside a 'done' or 'started' tag if present

2019-05-12 Thread passingby
I knew I was missing something obvious.Thank you Eric! On Sunday, May 12, 2019 at 1:31:23 PM UTC-7, Eric Shulman wrote: > > On Sunday, May 12, 2019 at 11:31:13 AM UTC-7, passingby wrote: >> >> This is my current working solution. I have used Condition.json from >> tiddlwiki toolmap. >> >>

[tw5] Narrative overview of the TiddlyWiki platform

2019-05-12 Thread TonyM
Folks, I had it in my mind to summarise a lot of what TiddlyWiki is in a simple narrative, so thought I would share it. Please suggest essential additions.. Why TiddlyWiki? Do you know what a Wiki is? *A Wiki is website or database developed collaboratively by a community of users, allowing

[tw5] Re: One wat to help visualize TW layout

2019-05-12 Thread A Gloom
Exactly. That's how I had verbally explained TW to one user who had never seen TW before but was familiar with website creation and web page authoring. I could see the analogy they understood. On Saturday, May 11, 2019 at 9:14:46 PM UTC-4, TonyM wrote: > > Nice work > > It is helpful to have

[tw5] Re: IDEA Multi-line Fields ... Possible implementation

2019-05-12 Thread TonyM
Mario, did you reply on the wrong thread or go off topic? 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 post

[tw5] Re: A list which displays tiddler link alongside a 'done' or 'started' tag if present

2019-05-12 Thread Eric Shulman
On Sunday, May 12, 2019 at 11:31:13 AM UTC-7, passingby wrote: > > This is my current working solution. I have used Condition.json from > tiddlwiki toolmap. > > <$list filter="[tag[question]]"> > > > <$link><> > <$if value={{{[tag[done]]}}}> > done > > <$if value={{{[tag[started]]}}}> > started

Re: [tw5] How to do plugin translations

2019-05-12 Thread Flibbles
Hi Jeremy, I'm looking into this too. While your response make good sense to me, I do have one question: Given the mechanism of the $tw.Language module, and how plugin language translations could theoretically be separate from the plugins they're translating, wouldn't the most appropriate

[tw5] Re: A list which displays tiddler link alongside a 'done' or 'started' tag if present

2019-05-12 Thread passingby
This is my current working solution. I have used Condition.json from tiddlwiki toolmap. <$list filter="[tag[question]tag[likes]]"> <$link><> <$if value={{{[tag[done]]}}}> done <$if value={{{[tag[started]]}}}> started Is there any alternative way or a native way without the use of the

[tw5] Re: IDEA Multi-line Fields ... Possible implementation

2019-05-12 Thread PMario
Typo fixed in above post. That's why it was replaced with TW5 DataTiddlers. ... -m -- 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: IDEA Multi-line Fields ... Possible implementation

2019-05-12 Thread PMario
Hi, With TWclassic we had a transclusion mechanism, that worked with "section headings". eg: <> this is TWc syntax. In the example belwo <> ... would return: Movie Title - bla bla .. With this mechanism, you could transclude parts of 1 tiddler into an other. With this mechanism, users

[tw5] Re: Tiddlydesktop internal links failing to open in Tiddlydesktop and instead direct to browser

2019-05-12 Thread Reece Shaw
Ah yes I did, the sample can be created though by clicking edit at the top of the display-testing env tiddler, though. The syntax is simply using link brackets as expected for internal links. What's strange is that when rendering the code that comes out via code block, it appears to be the

[tw5] Re: IDEA Multi-line Fields ... Possible implementation

2019-05-12 Thread PMario
On Sunday, May 12, 2019 at 12:45:45 PM UTC+2, @TiddlyTweeter wrote: > I do think there is a difference between field structure and field > manipulation and in that sense I, perhaps naively, find the approach > slightly confusing (BUT do like the ultimate aim :-) > Hi, It's good to get

[tw5] Re: IDEA Multi-line Fields ... Possible implementation

2019-05-12 Thread PMario
On Sunday, May 12, 2019 at 12:45:45 PM UTC+2, @TiddlyTweeter wrote: ... > The confusion for me, I think, is Tiddlers Have Fields Already so why are > we adding others a different way rather than changing field behaviour? > The problem is, that we don't have a structure, that allows us to use

[tw5] A list which displays tiddler link alongside a 'done' or 'started' tag if present

2019-05-12 Thread passingby
I wish to display a list of tiddlers with their names (links) followed with either 'started' or 'done' tag if one of these is present. Would this be done using a reveal widget? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: Tiddlydesktop internal links failing to open in Tiddlydesktop and instead direct to browser

2019-05-12 Thread 'Mark S.' via TiddlyWiki
Hi Reese, What's missing from your test kit is a sample tiddler to be displayed. It looks like it's opening an external link. Just that when you open an external link, and you're in your default Chrome browser, the behaviour is what you were expecting. If you hover over the link and inspect

[tw5] Re: IDEA Multi-line Fields ... Possible implementation

2019-05-12 Thread @TiddlyTweeter
Ciao PMario Okay. Its simply then that I perceive a difference between data-holding that are "fields" and "pragma" "running fields" as surrogates. The confusion for me, I think, is Tiddlers Have Fields Already so why are we adding others a different way rather than changing field behaviour?

[tw5] Re: IDEA Multi-line Fields ... Possible implementation

2019-05-12 Thread PMario
On Sunday, May 12, 2019 at 11:53:43 AM UTC+2, @TiddlyTweeter wrote: .. > But I'm slightly uncomfortable with using the text field as a surrogate > field-holder. It seems counter-intuitive? > It's very similar to the existing macro definition .

[tw5] Re: IDEA Multi-line Fields ... Possible implementation

2019-05-12 Thread @TiddlyTweeter
Ciao Jeremy & all > Jeremy: Re-using the pragma syntax is confusing because this “parsing” is > nothing to do with the main wikitext parser... Right. So a footnote. Please don't, if this goes ahead, conflate the proposed solution with the base pragma. It could be very confusing for users

[tw5] Re: IDEA Multi-line Fields ... Possible implementation

2019-05-12 Thread @TiddlyTweeter
Ciao PMario & Jeremy I sat with what this thread is about. I'm not sure. I mean, I DO like the aim. But I'm slightly uncomfortable with using the text field as a surrogate field-holder. It seems counter-intuitive? Just a misgiving. But maybe I misunderstood how its intended to work? Best

[tw5] Re: IDEA Multi-line Fields ... Possible implementation

2019-05-12 Thread @TiddlyTweeter
Ciao PMario & all Regarding the AIM: *to provide ability to have line breaks in fields*. I don't understand the underlying architecture. But I understand the need. This is a basic example where this utility would add to TidlyWiki and ease usage. Take the case of MOVIES. Each movie is

[tw5] Re: TW5 new plugin Preview Search

2019-05-12 Thread Ottins
[image: ToDo.png] Translated with Google Thank you first of all for the excellent work. I thought I would use the potential of the plugin to manage internal tiddler tags such as tasks. Setting the parameter before to 0 gives what is represented in the image. Is there a way to change "the

[tw5] Re: Resize Embedded Video and Audio Objects

2019-05-12 Thread donmor3000
Well, I just created a pull request to Jermolene/TiddlyWiki5. I added this attribute to videoparser.js and audioparser.js to scale videos and audios: style: {type: "string", value: "width: 100%; height: 100%; object-fit: contain"} 在 2019年5月12日星期日 UTC+8下午1:43:52,donmor3000写道: > > I'm trying to

[tw5] Re: Resize Embedded Video

2019-05-12 Thread donmor3000
Well, I just created a pull request to Jermolene/TiddlyWiki5. I added this attribute to videoparser.js and audioparser.js to scale videos and audios: style: {type: "string", value: "width: 100%; height: 100%; object-fit: contain"} -- You received this message because you are subscribed to the