Re: [tw] Re: Anyway to improve the speed of TW5?

2014-04-06 Thread Danielo Rodríguez
Ok, si it is already implemented. This is weird because I'm experiencing the opossite. Onkeyupdate seems to be set to no by default. I'll try it again. Is that documentation extracted from your TW? I don't remember it. El lunes, 7 de abril de 2014 07:39:19 UTC+2, BJ escribió: > > > sorry, I was

Re: [tw] Editing Tiddlers in Emacs

2014-04-06 Thread Danielo Rodríguez
Hello Michael, thank you very much for the explanation. Maybe I should give Emacs a try. Do you edit the tiddlers as standalone files or within an HTML file. Y suppose the first in a node JS installation right? El lunes, 7 de abril de 2014 07:03:06 UTC+2, Michael Fogleman escribió: > > Danielo,

[tw] Re: [TW5] .tid files from TiddlyWiki produced in Firefox?

2014-04-06 Thread Stephan Hradek
I think, Scott Kingery has some nice instructions put together https://groups.google.com/d/msg/tiddlywiki/cv9242jSDCY/5vvHAqd7sJwJ There I found: *Importing from a stand alone HTML file* > > If you have a traditional TW5 wiki and you now want to run it on Node.js, > you can import it. > >-

[tw] [TW5] .tid files from TiddlyWiki produced in Firefox?

2014-04-06 Thread Alex Hough
I have a TiddlyWiki HTML file produced on Firefox. I'd like now to convert to running on node.js. Is there a command which can take a .html file and split it into .tids? Alex -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from thi

Re: [tw] Re: Anyway to improve the speed of TW5?

2014-04-06 Thread BJ
sorry, I was using my phone and sometime the buttons dont show a click when you press them! If you look at the edit template you can see that my plugin uses a parameter to switch between "normal" where onkeyupdate is yes (which means the editor saves the text on each key press) and to the new

Re: [tw] Editing Tiddlers in Emacs

2014-04-06 Thread Michael Fogleman
Danielo, This is a helper function for the use case I find myself in: I have a TiddlyWiki, but I prefer editing the tiddlers in Emacs. I think there's no harm in doing this, but you might want the metadata, particularly the modified time to be updated. You can do this by hand, which I was doing

Re: [tw] Editing Tiddlers in Emacs

2014-04-06 Thread Michael Fogleman
Jeremy, To be clear, this is *not* an Emacs macro, it's actually a function. On Monday, April 7, 2014 2:39:00 AM UTC+5:30, Jeremy Ruston wrote: > > Thanks Michael, added here: > > > https://github.com/Jermolene/TiddlyWiki5/commit/e21d558ff04f3c68201a78b75b441bb82a1d2772 > > Best wishes > > Jeremy

[tw] Re: TW5 How do I install a theme while building tiddlywiki with individual tiddlers from command line? (tw5gray, etch)

2014-04-06 Thread cb
Thanks for all the suggestions! I couldn't figure out how to add the "etch" theme to my tiddler, but figure that playing with themes/tiddlywiki/vanilla/metrics.tid was sufficient for my purposes. Thanks, cb On Friday, March 28, 2014 3:15:45 AM UTC-7, Ton Gerner wrote: > > Hi cb, > > On Friday,

[tw] Re: CsvParser

2014-04-06 Thread cb
Sorry, forgot to add that [TW5] to the header :( On Sunday, April 6, 2014 7:25:33 PM UTC-7, cb wrote: > > I was just browsing the TiddlyWiki5 code and came across the CsvParser. I > expected that if a tiddler contained CSV data, that CSV data would be > rendered as a Table. However, I couldn't

[tw] CsvParser

2014-04-06 Thread cb
I was just browsing the TiddlyWiki5 code and came across the CsvParser. I expected that if a tiddler contained CSV data, that CSV data would be rendered as a Table. However, I couldn't figure out how to view my tiddler with CSV data as an html table. Any ideas? I also noticed comments to the c

[tw] Re: [TW5][NEW widget] Encrypt Widget

2014-04-06 Thread Danielo Rodríguez
Glad you find it useful. Thank you for the feedback. -- 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 to this gro

Re: [tw] Editing Tiddlers in Emacs

2014-04-06 Thread Jeremy Ruston
Thanks Michael, added here: https://github.com/Jermolene/TiddlyWiki5/commit/e21d558ff04f3c68201a78b75b441bb82a1d2772 Best wishes Jeremy. On Sun, Apr 6, 2014 at 9:09 PM, Danielo Rodríguez wrote: > Sorry for a probably stupid question, but. What is this for? I mean, where > can I execute those

[tw] Re: [TW5][NEW widget] Encrypt Widget

2014-04-06 Thread Birthe C
Hi Danielo Wonderful, thank you so much for this useful widget - and the clear description. It works like a charm. Birthe Den søndag den 6. april 2014 18.24.58 UTC+2 skrev Danielo Rodríguez: > > Here is how it should look like: > > >

Re: [tw] Re: What is your TW5 plugin wishlist?

2014-04-06 Thread Danielo Rodríguez
The file drop and the rename tags of te current TW5 are not powerful enough? -- 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.c

Re: [tw] Re: Anyway to improve the speed of TW5?

2014-04-06 Thread Danielo Rodríguez
That is the present or was already done? Why did you paste it three times? -- 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

Re: [tw] Editing Tiddlers in Emacs

2014-04-06 Thread Danielo Rodríguez
Sorry for a probably stupid question, but. What is this for? I mean, where can I execute those macros? What is the use case? Thanks in advance -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving em

Re: [tw] Editing Tiddlers in Emacs

2014-04-06 Thread Xavier Cazin
Hi Michael, Very nice indeed. Good combination with https://github.com/docwhat/itsalltext/ on Firefox. Thanks for sharing, Xavier Cazin. -- Xavier Cazin On Sun, Apr 6, 2014 at 7:16 PM, Michael Fogleman wrote: > Jeremy, > > I'd be honored. Here's a better version: > > (defun tid-time () > >

Re: [tw] Editing Tiddlers in Emacs

2014-04-06 Thread Michael Fogleman
Jeremy, I'd be honored. Here's a better version: (defun tid-time () "If called in a tiddler file, this function updates the metadata to reflect the modification time." (interactive) (when (and (> (length (buffer-file-name)) 4) (string-equal (substring (buffer-file-name

Re: [tw] Re: [TW5][NEW widget] Encrypt Widget

2014-04-06 Thread Danielo Rodríguez
Hello Jeremy, Thank you very much! Very kind words. This motivates me even more. There is nothing preventing this widget to work with 5.0.8. In fact it has been developed with a 5.0.8 version. I didn't have time to update my public wiki, and that is why it is running under 5.0.7 Thank you for

Re: [tw] Editing Tiddlers in Emacs

2014-04-06 Thread Jeremy Ruston
Hi Michael That's cool. I use SublimeText, and have often wished for a macro that does this. May I include your code on tiddlywiki.com? Many thanks, Jeremy On Sun, Apr 6, 2014 at 12:07 PM, Michael Fogleman < michaelwfogle...@gmail.com> wrote: > I have been editing .tid files in Emacs, and w

Re: [tw] Re: [TW5][NEW widget] Encrypt Widget

2014-04-06 Thread Jeremy Ruston
Hi Danielo Congratulations, an impressive achievement (and a fun surprise!). The functionality is attractive, and you've presented it clearly - so, well done! The general approach you've taken with the implementation seems right, too (I mean the idea of storing the encrypted tiddler content in a f

[tw] Re: [TW5][NEW widget] Encrypt Widget

2014-04-06 Thread Danielo Rodríguez
Here is how it should look like: El domingo, 6 de abril de 2014 18:18:57 UTC+2, Danielo Rodríguez escribió: > > > After some hard work I'm glad to pr

[tw] [TW5][NEW widget] Encrypt Widget

2014-04-06 Thread Danielo Rodríguez
After some hard work I'm glad to present my first widget. This widget adds the ability to encrypt your tiddlers individually. This have several advantages: - You can specify a different password for each tiddler if you want. - You don't have to encrypt your whole wiky. - If you forge

Re: [tw] Re: Anyway to improve the speed of TW5?

2014-04-06 Thread BJ
Modification to the edit, and edit-text widget. Added option "onkeyupdate" with values "yes", "no" that set the update event to each key press or once the user move off the entry (yes is the default). Also modified the 'body' template to select onkeyupdate only in preview mode.Modification to th

Re: [tw] Re: [TW5] Previous and next links both at top and bottom

2014-04-06 Thread Danielo Rodríguez
That is very usefull!! I have no Idea of the difference between {{}} and the transclude widget! This open a wide range of possibilities to me. El domingo, 6 de abril de 2014 12:57:06 UTC+2, Jeremy Ruston escribió: > > Hi Frd > > > So you create Nav2 that transcludes Nav1 : > > > {{Nav1}} > > > If

Re: [tw] Re: [TW5] Previous and next links both at top and bottom

2014-04-06 Thread FrD
Hi Jeremy, Thanks for your answer. It helps clarifyings these things. So I can simplify my transclusion. I also did notice that without modifying the view template I could transclude {{tiddlerA||Nav}} in the tiddler tiddlerA in order to get the previous and next link. Glad to see it will be sim

[tw] Editing Tiddlers in Emacs

2014-04-06 Thread Michael Fogleman
I have been editing .tid files in Emacs, and wrote some Elisp to update the modified time: (defun tid-time () "If called in a tiddler file, this function updates the metadata to reflect the modification time." (interactive) (when (and (> (length (buffer-file-name)) 4)

Re: [tw] Re: [TW5] Previous and next links both at top and bottom

2014-04-06 Thread Jeremy Ruston
Hi Frd > So you create Nav2 that transcludes Nav1 : > {{Nav1}} > If you put Nav2 after the body, it doesn't work (for me at least). The reason is that the transclusion of Nav1 resets the current tiddler to be "Nav1". The workaround is to transclude Nav1 using the transclude widget which means t

[tw] Re: [TW5] Previous and next links both at top and bottom

2014-04-06 Thread FrD
Hi Danielo, I found that in the case of "next" and "previous" links the transclusion doesn't work as smoothly as expected . Say you have Nav1 tiddler : Précédent : <$list filter="[is[current]previous[Livre]]"/>  Suivant : <$list filter="[is[current]next[Livre]]"/> You put this tiddler between

Re: [tw] Re: TW5 embed video/picture file

2014-04-06 Thread Jeremy Ruston
Hi Jimmy > Will video be the same as well? It could be, but the problem is that the embedding technique does not work well for large files. In fact, as the original thread here notes, there can be problems with large images on some browsers. Best wishes Jeremy On Sun, Apr 6, 2014 at 9:32 AM

Re: [tw] Re: TW5 embed video/picture file

2014-04-06 Thread Jimmy Liew
Hi Jeremy, Will video be the same as well? On Sunday, 6 April 2014 16:09:29 UTC+8, Jeremy Ruston wrote: > > Hi Jimmy > > > So will the image remove from TW5 if the picture file remove physically > also? > > By default, images are directly embedded in TW5, so you can remove the > original pictu

Re: [tw] Re: TW5 embed video/picture file

2014-04-06 Thread Jimmy Liew
Hi Jeremy, Will video be the same as well? -- Best Regards, Jimmy Liew On Sun, Apr 6, 2014 at 4:09 PM, Jeremy Ruston wrote: > Hi Jimmy > > > So will the image remove from TW5 if the picture file remove physically > also? > > By default, images are directly embedded in TW5, so you can remove the

Re: [tw] Re: [TW5] Previous and next links both at top and bottom

2014-04-06 Thread Jeremy Ruston
Hi Danielo > Really? You have to duplicate it? I think you can have as many transclusions as you need of the same tiddler. The reason you have to have a separate tiddler for each segment of the view template is so that they can be independently positioned. You can have both of the segments transc

Re: [tw] Re: TW5 embed video/picture file

2014-04-06 Thread Jeremy Ruston
Hi Jimmy > So will the image remove from TW5 if the picture file remove physically also? By default, images are directly embedded in TW5, so you can remove the original picture file without affecting it. But you can also link to external image files using . Best wishes Jeremy On Sun, Apr 6,