Re: [tw] Re: [TW5] (tiddlystuff) Please test the Replace Pragma

2014-01-02 Thread Stephan Hradek
Am Donnerstag, 2. Januar 2014 23:55:35 UTC+1 schrieb Jeremy Ruston: > > Hi Stephan > > Another problem with modifying the source string while it is being parsed > is concerned with the way that all the pragma parse rules have their > findNextMatch() method called before the parser decides which

Re: [tw] Re: [TW5] (tiddlystuff) Please test the Replace Pragma

2014-01-02 Thread Jeremy Ruston
Hi Stephan Another problem with modifying the source string while it is being parsed is concerned with the way that all the pragma parse rules have their findNextMatch() method called before the parser decides which one comes first. So the matches stored by any rules that occur later will no longe

Re: [tw] Re: [TW5] (tiddlystuff) Please test the Replace Pragma

2014-01-02 Thread Stephan Hradek
Next try… Am Dienstag, 24. Dezember 2013 13:17:48 UTC+1 schrieb Jeremy Ruston: > > Am Dienstag, 24. Dezember 2013 10:01:31 UTC+1 schrieb Jeremy Ruston: > >> Hi Stephan >>> >>> I'm afraid a parse rule can't modify the source text that is being >>> parsed. >>> >> >> They can… They just need to do i

Re: [tw] [TW5] node.js instruction

2014-01-02 Thread Jeremy Ruston
Thanks Ton, I'd caught the other errors for 5.0.6, and will clarify the reference to "sudo", Best wishes Jeremy On Thu, Jan 2, 2014 at 9:40 PM, Ton Gerner wrote: > Hi Jeremy, > > Forgot to mention: > > 1) Installing > > > sudo npm install -g tiddlywiki > > did not work on Windows 7: > > 'sud

Re: [tw] [TW5] node.js instruction

2014-01-02 Thread Ton Gerner
Hi Jeremy, Forgot to mention: 1) Installing sudo npm install -g tiddlywiki did not work on Windows 7: 'sudo' is not recognized as an internal or external command, operable program or batch file. That sudo part isn't that a Unix/Linux command? npm install -g tiddlywiki did work on Windows 7

[tw] Re: TW5 javascript in tiddler to write in DOM

2014-01-02 Thread okido
Hi All, I gave it a try but at this stage it is not useful for me. In order to get some code executed it needs to be all on one line. I will go the widget way for the time being. Okido 2013年12月26日木曜日 13時44分36秒 UTC+1 okido: > > Season's Greeting to All, > > Today I tried to make a start with movi

Re: [tw] [TW5] node.js instruction

2014-01-02 Thread Jeremy Ruston
Thanks Chaps - I've updated the docs to use 127.0.0.1: https://github.com/Jermolene/TiddlyWiki5/commit/2343bb3e5b57728f3321824ff278e2e2680e409e Best wishes Jeremy On Thu, Jan 2, 2014 at 8:00 PM, Ton Gerner wrote: > Hi Will, > > Thanks for sharing your experience. > > > On Thursday, January

Re: [tw] [TW5] node.js instruction

2014-01-02 Thread Ton Gerner
Hi Will, Thanks for sharing your experience. On Thursday, January 2, 2014 8:40:32 PM UTC+1, willw wrote: > > Hi Ton, > > I suspect that the failure with 0.0.0.0 is a Windows issue, so not > directly related to node. > I too think it is a Windows issue, but if ordinary users like me (just a TW

Re: [tw] [TW5] node.js instruction

2014-01-02 Thread willw
Hi Ton, I suspect that the failure with 0.0.0.0 is a Windows issue, so not directly related to node. A couple of weeks ago, while installing TiddlyWeb on Windows, I saw similar behaviour - Window's doesn't seem to serve 0.0.0.0 while Linux is happy to. Did some searching, found similar experie

Re: [tw] [TW5] node.js instruction

2014-01-02 Thread Ton Gerner
Hi Jeremy, A long time ago I installed TiddlyWiki + node.js with help of the walkthrough of David Johnston [1]. Today I managed to install it according the new and easier way on 2 PCs (1 x Windows 7 32-bit, 1 x Windows 7 64-bit): npm install -g tiddlywiki tiddlywiki --server But http://0.0.0

[tw] Creating a "template tiddler"?

2014-01-02 Thread David Richards
There is no option listed for creating a 'template tiddler' type. The only options I see listed are: Data dictionary GIF image ICO format icon file JPEG image JSON data Plain text PNG image Structured Vector Graphics image TW5 wikitext So, how do I create a 'template'? -- You received this mes

[tw] Re: wikify iframe?

2014-01-02 Thread Fco Javier González Domínguez
I had read this article today and will thank you very much. It work very fine. I have do something similare to this, but in a more complicated maner. With xml files and javascript function. Thank you very much. I'm looking to a maner to modify these external txt files directly with TW. Can you

[tw] [TWC] How do you stop the display Area from sliding up and down to show/mask the page header?

2014-01-02 Thread Captain Packers
I have created a web site that shows several jpg images in single page mode, and uses the main menu to switch between images. When an image is viewed for the first time, it is displayed with a page header with the site title and subtitle plainly visible. After viewing several images, if an imag

[tw] Re: How do you hide the tiddler toolbar altogether when in read only mode?

2014-01-02 Thread Captain Packers
Happy New Year Eric. Once again, and as expected, this worked like a charm. The last thing I'd like to do is disable backstage and invoke single page mode. Is that possible using this stylesheet methodology? Also, I'm curious about the units used for setting margins. What are these "em" unitis

[tw] Re: Issues with LikifyPlugin

2014-01-02 Thread whatever
Hey! Ignore the last one, I just figured out that it was a WikiLinks issue. The solution is to add the tilde outside the quotation marks: testily|~"TEsty"|~"TEsTY"|"tesTY" w On Thursday, January 2, 2014 1:42:59 PM UTC+1, whatever wrote: > > Hey Tobias! > > LinkifyPlugin (1) enables RegExp, howe

Re: [tw] Re: TW5 and native html tables

2014-01-02 Thread Michael Herrmann
Hello BJ, hello Jeremy, greeeaat. That worked like a charm and saved me a lot of work. Perfect. You made my day :-) Michael Am Donnerstag, 2. Januar 2014 15:16:36 UTC+1 schrieb Jeremy Ruston: > > It is also possible to abbreviate the HTML block syntax to a file > extension: > > (you

Re: [tw] [TW5] Upgrading and tiddlers with title "$:/..."

2014-01-02 Thread Jeremy Ruston
On Thu, Jan 2, 2014 at 2:18 PM, Michael Herrmann wrote: > In the long run, couldn't it become a problem when tiddlers > "$:/core/will/not/be/needed/in/next/version" survive the upgrade process? > We could in the future devise a more sophisticated upgrade process that was capable of weeding out un

Re: [tw] [TW5] Upgrading and tiddlers with title "$:/..."

2014-01-02 Thread Michael Herrmann
Hello Jeremy, > That's correct. All system tiddlers are imported apart from plugins that are older than the installed version. In the long run, couldn't it become a problem when tiddlers "$:/core/will/not/be/needed/in/next/version" survive the upgrade process? br Michael Am Mittwoch, 1.

Re: [tw] Re: TW5 and native html tables

2014-01-02 Thread Jeremy Ruston
It is also possible to abbreviate the HTML block syntax to a file extension: (you must put a space here) $$$.html (some html) $$$ Best wishes Jeremy On Thu, Jan 2, 2014 at 2:14 PM, BJ wrote: > > > On Thursday, January 2, 2014 7:39:27 PM UTC+7, Michael Herrmann wrote: >> >> Hello, >> >> at fir

[tw] Re: TW5 and native html tables

2014-01-02 Thread BJ
On Thursday, January 2, 2014 7:39:27 PM UTC+7, Michael Herrmann wrote: > > Hello, > > at first: I know that there is a wiki syntax for tables and it works fine. > But sometimes I copy useful information (native html) from web sites into > my TW. > > I found that TW5 is more strict regarding wel

[tw] Re: TW5 and native html tables

2014-01-02 Thread Stephan Hradek
You're doing nothing wrong. TW5 is - for whatever reason - putting additional p-elements into your html. You can work around it by making your html a oneliner. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and st

[tw] Issues with LikifyPlugin

2014-01-02 Thread whatever
Hey Tobias! LinkifyPlugin (1) enables RegExp, however, sometimes you may wish to use the regexp characters not in a regexp context. The example I had was when a tiddler alias (or source tiddler title) contained parentheses and it immediately processed the stuff between them as regexp even thoug

Re: [tw] Re: (TW5) Live preview of WikiText?

2014-01-02 Thread Jeremy Ruston
Hi Leo It sounds like you found the preview pane (it's not the same as the codemirror plugin, btw), but that the problem is that it can get out of vertical sync with the edit pane. That's certainly an issue, and one for which there is no easy fix - it's one of many small ways in which TiddlyWiki i

Re: [tw] TW5 - Adding "Clone This Tiddler" icon to main tiddler display.

2014-01-02 Thread Jeremy Ruston
Hi David That makes sense. There is no user interface support for bulk operations at the moment. The plan is to be able to see a list of tiddlers for which one can select different filters. Each tiddler would have a checkbox, and there would be an action button to apply an action to the selected t

[tw] Re: (TW5) Live preview of WikiText?

2014-01-02 Thread Stephan Hradek
You did see the big button labeled "Show Preview" in TW5's Edit Mode, did you? -- 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

Re: [tw] TW5 - Adding "Clone This Tiddler" icon to main tiddler display.

2014-01-02 Thread David Richards
Hi Jeremy, So, roughly, I'd like to treat tags as 'classes', with tiddlers being 'instances' of those tag-classes. Adding a field to all 'instances' is roughly equivalent to modifying the 'bass class'. I know the analogy breaks down on a number of levels, but it's somewhat descriptive. If I ha

[tw] Re: TW5 - Adding "Clone This Tiddler" icon to main tiddler display.

2014-01-02 Thread David Richards
Thanks Ton, your guide looks very helpful and I'll have a close look at it. - David On Wednesday, January 1, 2014 12:26:15 PM UTC-5, Ton Gerner wrote: > > Hi David, > > For 1) see my guide for (toolbar) buttons [1]. > > Cheers, > > Ton > > [1] http://tw5toolbar.tiddlyspot.com/ > > > On Wednesday,