[tw5] Re: [KeeBoord] - GitHub

2018-09-04 Thread Mohammad
Hello BTC, In the https://burningtreec.github.io/KeeBoord/#KeeBoord%3A%20Features it has been explained that Keyboard Shortcuts can be enabled for certain Tiddlers only - automatic activation / deactivation when selecting such a Tiddler / leaving selection could you add some examples to see ho

[tw5] Re: New plugin: Asciidoctor for TiddlyWiki

2018-09-04 Thread bimlas
@Mark: That's much more friendly! How is the document being hosted? Everything is the same, expect that I added Gzip compression: GitLab is not compressing by default (https://gitlab.com/gitlab-org/gitlab-ce/issues/14344) but the feature can be used by serving "manually" Gziped version of HTM

[tw5] Re: $linkcatcher doesn't work with SVGs

2018-09-04 Thread PMario
Hi, That's not how the mechanism works. Link-catcher needs to be initialized with a link-widget, which also creates a TW click-event-handler. eg: [[ggg]] or <$link ... > Rendering an svg that contains an element creates a standard HTML element, which isn't touched by TW. The href link will be

[tw5] $linkcatcher doesn't work with SVGs

2018-09-04 Thread 'c pa' via TiddlyWiki
Here's the code. This demonstrates that linkcatcher does not catch links sent from within an SVG diagram. Is there a work-around (other than using foreignObject and buttons) ? \define linkaction()<$action-setfield $tiddler=<> $field="curitem" $value="u"/> <$linkcatcher actions=<> > <$

[tw5] Re: Query -- How Fatal is the Red message "Recursive transclusion error in transclude widget"

2018-09-04 Thread TonyM
Josiah et al.. On a related matter, For some time on my Development wikis I have had a showcode tag, I display the text field with this tiddler in the view template, and a footer that allows the tag to be toggled. <$list filter=[is[current]tag[ShowCode]]> __Show Code View__ <$view fiel

[tw5] Re: New plugin: Asciidoctor for TiddlyWiki

2018-09-04 Thread TonyM
Bimlas, Just know I got a 404 error, and then other times opened the wiki, I can view the json file but not select or download. All a bit, odd, I do not know why I am getting different behaviours. I have some kind of JSON viewer in FireFox and could save the file, but It will not drop on my wi

[tw5] Re: Interacitve Product tour for TiddlyWiki

2018-09-04 Thread Abraham Samma
Hello Josiah, As I have previously stated, placement of these hints is a bit tricky but not impossible. The API allows for some offsetting along the x and y plane as well as padding adjustments so you could *manoeuvre *the hints into place, so to speak. And yes, it works best if there is only

[tw5] Re: Interacitve Product tour for TiddlyWiki

2018-09-04 Thread abesamma
Hello Josiah, As I have previously stated, placement of these hints is a bit tricky but not impossible. The API allows for some offsetting along the x and y plane as well as padding adjustments so you could *manoeuvre *the hints into place, so to speak. And yes, it works best if there is only

[tw5] Re: Any updates on Dbl-Click to edit and ctrl+enter to save?

2018-09-04 Thread Sylvain Naudin
Perfect ! Thanks a lot ! Cheers, Le mardi 4 septembre 2018 19:51:19 UTC+2, Diego Mesa a écrit : > > Hey Sylvain, > > If you just navigate to and edit this tiddler: > > $:/plugins/danielo515/2click2edit/ClickListener.js > > go to line 36 which reads: > > parent.addEventListener("dblclick",funct

[tw5] Re: Interacitve Product tour for TiddlyWiki

2018-09-04 Thread Mohammad
> > Really amazing and useful for creating tutorial! I appreciate to have more > example! > Best Mohammad -- 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 tiddl

[tw5] Re: Query -- How Fatal is the Red message "Recursive transclusion error in transclude widget"

2018-09-04 Thread @TiddlyTweeter
After this I think I was clear enough to raise an issue on GitHub at: https://github.com/Jermolene/TiddlyWiki5/issues/3419 requesting change to Yellow background on all non-fatals. But please let me know if I got it wrong. Josiah On Tuesday, 4 September 2018 18:48:47 UTC+2, @TiddlyTweeter wrot

[tw5] Re: Any updates on Dbl-Click to edit and ctrl+enter to save?

2018-09-04 Thread Diego Mesa
Hey Sylvain, If you just navigate to and edit this tiddler: $:/plugins/danielo515/2click2edit/ClickListener.js go to line 36 which reads: parent.addEventListener("dblclick",function(event){self.editTiddler.call( self,event)}); REPLACE that line with the following text: parent.addEventListen

[tw5] Re: Any updates on Dbl-Click to edit and ctrl+enter to save?

2018-09-04 Thread Sylvain Naudin
Hi Diego, This triple click is interesting. I didn't success to apply your modification (i've the red alert js error). If someone could explain howto ? Sylvain Le vendredi 8 décembre 2017 23:54:38 UTC+1, Diego Mesa a écrit : > > Hey all, > > Just reporting back that I made the following chang

[tw5] Re: Query -- How Fatal is the Red message "Recursive transclusion error in transclude widget"

2018-09-04 Thread @TiddlyTweeter
Thanks Eric for excellent clarification ... Eric Shulman wrote > > The use of .tc-error CSS class by the core is *currently* limited to just > THREE places: > > $:/core/modules/widgets/transclude.js >- "Recursive transclusion in the transclude widget" > $:/core/ui/EditorToolbar/excise-dropdow

[tw5] Re: Query -- How Fatal is the Red message "Recursive transclusion error in transclude widget"

2018-09-04 Thread Eric Shulman
On Tuesday, September 4, 2018 at 6:15:07 AM UTC-7, @TiddlyTweeter wrote: > > I'm not sure (I mean I don't know) whether you can colour differentiate > different error messages with different colours? Yes I can change > .tc-error colours, but would that apply to ALL errors? > The use of .tc-error

Re: [tw5] Re: Query -- How Fatal is the Red message "Recursive transclusion error in transclude widget"

2018-09-04 Thread 'Mark S.' via TiddlyWiki
Hi Jeremy, On Tuesday, September 4, 2018 at 6:36:20 AM UTC-7, Jeremy Ruston wrote: > > Another solution is to engineer these system tiddlers so that they detect > being viewed directly, and avoid the recursion errors. But that would make > every one of those templates a little bit less efficient

Re: [tw5] Re: Query -- How Fatal is the Red message "Recursive transclusion error in transclude widget"

2018-09-04 Thread @TiddlyTweeter
Thank you Jeremy for a LOT of useful clarification. First, your initial comment at https://github.com/Jermolene/TiddlyWiki5/issues/2814 is exactly what I was talking about. Viewing many shadow system tiddlers doesn't display anything useful, and in > some cases causes a recursion error. This i

[tw5] Re: Query -- How Fatal is the Red message "Recursive transclusion error in transclude widget"

2018-09-04 Thread PMario
On Tuesday, September 4, 2018 at 3:15:07 PM UTC+2, @TiddlyTweeter wrote: > > > Wouldn't the message "Recursive transclusion in the transclude widget" > be better expressed ... > > The code in this Tiddler is inefficient. See if you can do it another way. > > .. or something like that? > As Jerem

[tw5] Re: New plugin: Asciidoctor for TiddlyWiki

2018-09-04 Thread 'Mark S.' via TiddlyWiki
That's much more friendly! How is the document being hosted? -- Mark On Tuesday, September 4, 2018 at 6:34:30 AM UTC-7, bimlas wrote: > > @Mark, @TonyM > > Just found a way to speed up the site, can you please check if it still > drops 404/505? > > https://bimlas.gitlab.io/tw5-asciidoctor/ > > A

[tw5] Re: Interacitve Product tour for TiddlyWiki

2018-09-04 Thread @TiddlyTweeter
Ciao Abraham This is more questions than answers. I admit I'm not fully clear how this works.* The demo is really nea*t but I could not figure out how to deal with this ... I'd like to be able to point to each of those icons in turn saying what they do. I could not figure out how to do that m

Re: [tw5] Re: Query -- How Fatal is the Red message "Recursive transclusion error in transclude widget"

2018-09-04 Thread Jeremy Ruston
Detection of recursive transclusion of tiddlers has been present from the beginning, and it’s perfectly efficient: the message appears the first time a tiddler repeats in the transclusion stack. It’s turned out that there are quite a few opportunities for recursion in TiddlyWiki, and we’ve been

[tw5] Re: New plugin: Asciidoctor for TiddlyWiki

2018-09-04 Thread bimlas
@Mark, @TonyM Just found a way to speed up the site, can you please check if it still drops 404/505? https://bimlas.gitlab.io/tw5-asciidoctor/ And here's the JSON "installer": https://bimlas.gitlab.io/tw5-asciidoctor/tw5-asciidoctor.json -- You received this message because you are subscribe

[tw5] Re: Query -- How Fatal is the Red message "Recursive transclusion error in transclude widget"

2018-09-04 Thread @TiddlyTweeter
> > @TiddlyTweeter wrote: >> >> I periodically see things like ... >> >> Is this error EVER fatal? > > PMario replied... > No ... Only slow. > My point is that IF its not fatal its better its NOT in RED. I'm not sure (I mean I don't know) whether you can colour differentiate different error

[tw5] Re: [Outreach] Communicating to writers the benefits of TW -- #21 FUTURE TIDDLERS

2018-09-04 Thread @TiddlyTweeter
Ciao PMario Thanks for the notes related to performance. PMario wrote: > > - spell-checking is built into browsers as plugins for a reason ... The > needed databases are huge in size and the algorithms are language specific > My comment was just a "riff". I agree spell-check should be browser

[tw5] Re: Presenting: Whitespace, a negative-spacious, webapp-nostalgic theme

2018-09-04 Thread JD
Hi Abraham, Wow, thanks for the compliments! I tweak according to my personal use at the moment, I'm glad they're useful to others :D P.S: I am creating a Github repo to document and make available different > versions of TW5. Could I add yours? > Sure, no problem! -jd -- You received thi

[tw5] Re: recursive javascript macro

2018-09-04 Thread Laurent Bonet
Thx very much for your reactivity. It works perfectly. My first attempt was also with the $list widget but I mixed the order betwen and resulting in a not well nested list ... So I went to something much too complicated ... the only good point is that I learned how to write a javascript macro