[tw] Re: [TW5] Button to quickly set tiddler type

2016-05-23 Thread Ruslan Prokopchuk
Thank you very much! Now I can tangle/untangle my literate sources instantly! понедельник, 23 мая 2016 г., 20:10:20 UTC+3 пользователь c pa написал: > > <$select field="type"> > Regular TiddlyWiki Stuff > Plain Text > > -- You received this message because you are subscribed to the Google

[tw] [TW5] Button to quickly set tiddler type

2016-05-14 Thread Ruslan Prokopchuk
How would I add a button to tiddler's toolbar to set tiddler type in the view mode? For example, to make it "text/plain" quickly. -- 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,

[tw] Re: [TW5] How to enable wikilinks in codeblocks?

2016-05-11 Thread Ruslan Prokopchuk
But yes, if I'm using a custom parser anyway, I can treat transclusion as links on the render, and as transclusion on the export! Thank you for the idea! среда, 11 мая 2016 г., 11:01:46 UTC+3 пользователь Ruslan Prokopchuk написал: > > The point of using links is to not transclude refe

[tw] Re: [TW5] How to enable wikilinks in codeblocks?

2016-05-11 Thread Ruslan Prokopchuk
: > > On Wednesday, May 11, 2016 at 9:30:54 AM UTC+2, Ruslan Prokopchuk wrote: >> >> Mario is right, \rules solution doesn't work well in my situation. I've >> spent entire morning playing with it, but decided to write custom parser: >> https://gist.github.com/ul/bdd6c6d6715b

[tw] Re: [TW5] How to enable wikilinks in codeblocks?

2016-05-11 Thread Ruslan Prokopchuk
reference handling, missing, orphans etc. вторник, 10 мая 2016 г., 19:51:48 UTC+3 пользователь Ruslan Prokopchuk написал: > > Hi! > > I think TiddlyWiki fits perfectly for literate programming. The only thing > I miss (except tangling sources for passing to the compiler,

[tw] [TW5] Is it safe to edit tiddlers in an external editor?

2016-05-10 Thread Ruslan Prokopchuk
I run TiddlyWiki in --serve mode. Is it safe to edit tiddlers externally? Does TW perform any checks and reject / save with new name / or whatever for such edited tiddlers? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] Re: [TW5] How to enable wikilinks in codeblocks?

2016-05-10 Thread Ruslan Prokopchuk
a.appendChild(this.document.createTextNode(s)); codeNode.appendChild(a); } } in $:/core/modules/widgets/codeblock.js but I definitely eager to have a chance for a proper, flexible and clean solution! вторник, 10 мая 2016 г., 19:51:48 UTC+3 пользов

[tw] [TW5] How to enable wikilinks in codeblocks?

2016-05-10 Thread Ruslan Prokopchuk
Hi! I think TiddlyWiki fits perfectly for literate programming. The only thing I miss (except tangling sources for passing to the compiler, but it is easy implemented as an external tool) is an ability to support wikilinks in codeblocks. I mean that stuff like that: ``` function parentChunk()