[tw] Re: Renaming tags (search and replace)

2014-03-27 Thread Novbert
It works like a charm! Thanks a lot for this! I'm just wondering if the same could be done somehow for in-wiki links also. 2014. január 14., kedd 18:47:13 UTC+1 időpontban Stephan Hradek a következőt írta: There was a mistake in the first one I posted… So here is the real enhancement where

Re: [tw] [TW5] Porting TiddlyWikiFX (TiddlyWiki into a JavaFX application) to use TiddlyWiki 5

2014-03-27 Thread Jeremy Ruston
Hi Bertrand That's great, congratulations, and thank you for the detailed write-up at https://bitbucket.org/bgoetzmann/tiddlywiki-fx/wiki/Home Have you seen TiddlyDesktop? It works in a similar way to TiddlyWikiFX, embedding a web view containing a TiddlyWiki in a desktop application. To the

Re: [tw] [TW5] Porting TiddlyWikiFX (TiddlyWiki into a JavaFX application) to use TiddlyWiki 5

2014-03-27 Thread Bertrand Goetzmann
Thank you a lot Jeremy for your pointers. I just discovered the existence of TiddlyDesktop and I was looking at the source code. So, I'll look at the resources you give me. Cheers, Bertrand. Le jeudi 27 mars 2014 12:16:54 UTC+1, Jeremy Ruston a écrit : Hi Bertrand That's great,

[tw] [TW5] Internal JavaScript Error

2014-03-27 Thread Alberto Molina
The following code in a new tiddler creates an Internal JavaScript Error (Uncaught TypeError: Cannot call method 'split' of undefined) $set name=titre value={{$:/temp/search}} $list filter=[!is[system]search/$titre$/sort[title]limit[250]] / /$set Alberto -- You received this message because

Re: [tw] [TW5] Internal JavaScript Error

2014-03-27 Thread Jeremy Ruston
Hi Alberto The search filter operator currently doesn't support regexp operands, I'm afraid. I'll patch it so that it doesn't crash, Best wishes Jeremy On Thu, Mar 27, 2014 at 1:34 PM, Alberto Molina alberton...@gmail.comwrote: The following code in a new tiddler creates an Internal

Re: [tw] Re: [TWC] [NEW Plugin] AutoSuggestPlugin

2014-03-27 Thread Albert Riedinger
Thank you both! @Mario Your per-tiddler-approach is nice! But as you mentioned in the TiddlersBar-scroll-position-thread it would affect the modification date. Maybe setting chkForceMinorUpdate temporary to true could help? I've just implemented a cookie based query in the new version[1] which

Re: [tw] Re: [TWC] [NEW Plugin] AutoSuggestPlugin

2014-03-27 Thread PMario
On Thursday, March 27, 2014 4:24:29 PM UTC+1, Albert Riedinger wrote: @Mario Your per-tiddler-approach is nice! But as you mentioned in the TiddlersBar-scroll-position-thread it would affect the modification date. Maybe setting chkForceMinorUpdate temporary to true could help? Yes, that's

[tw] Re: [TW5] Internal JavaScript Error

2014-03-27 Thread Stephan Hradek
Haven't we had that before? Am Donnerstag, 27. März 2014 14:34:54 UTC+1 schrieb Alberto Molina: The following code in a new tiddler creates an Internal JavaScript Error (Uncaught TypeError: Cannot call method 'split' of undefined) $set name=titre value={{$:/temp/search}} $list

[tw] TiddlyWiki Hangout #41 is on Tuesday 1st April 2014 at 4pm BST

2014-03-27 Thread Jeremy Ruston
TiddlyWiki Hangout #41 is on Tuesday 1st April at 4pm BST: https://plus.google.com/events/c1pptld26gqtbags6e68ib86i18 Note that the UK changes to daylight savings time this weekend, so to people in the US the hangout will appear to be an hour earlier than last week. Best wishes Jeremy --

[tw] Re: [TW5] Help exporting to static HTML (and then word)

2014-03-27 Thread Scott Hatcher
Embarrassingly straight forward. Thanks very much for your help. -Scott On Wednesday, 26 March 2014 11:39:49 UTC-3, Scott Hatcher wrote: Hello, I feel as though I'm nearly there, but also way off. There are similar questions on this group about doing the same thing (generating a static

[tw] [TWC] Task management for Newbie

2014-03-27 Thread Martin
I'm new to TiddlyWiki, and I am not a programmer. I'm using tw 2.8.1, since TW5 is in beta and not suggested for real use (unfortunatelly). I tried to enhance my TWC with task management capabilities. I found this page

Re: [tw] [TWC] Task management for Newbie

2014-03-27 Thread Daniel Baird
You have another option, which is to start with a to-do-manager version of TiddlyWiki, like mGSD or dGSD or d3 (sorry I'm a bit out of the loop with what the best ones are these days, someone will chime in probably). These are all proper TiddlyWikis that just already have the right plugins

[tw] TWC Custom ToolTips

2014-03-27 Thread DrCory
Is there a way to customize the tooltips feature? By that I mean, when you mouseover a tiddlyLink (to a tiddler) I would like to put my own tooltip rather than the customary 'author, created, modified' that the system puts in. I assume I'll need a 'field' and something in that field for each

[tw] [TWC] Linking externally to a tiddler with spaces

2014-03-27 Thread Christopher Tso
I have a tiddler called Forms and Templates. How do I link directly from another website to the tiddler? I tried the below but it just brings me to the main page. http://localhost/#Forms%20and%20Templates If there are no spaces in the tiddler, e.g. linking to

[tw] TW google chrome: Simple problem with saving changes

2014-03-27 Thread Pedro Lazaro
Hello there, Please, help me in that: - I just have this *index.html *and the *TiddlySaver.jar *in the same folder. - Editing the *index.html **(it is just the sample form the tiddlywiki 5)* with firefox works great (the tiddlyfox is already installed). - But editing the

[tw] Re: [TWC] Task management for Newbie

2014-03-27 Thread David Gifford
Hey Martin With TWC, your plugins have to be tagged systemConfig, which they probably are if you got them as a package from TiddlyTools. But you also need to save changes and refresh your browser. Since you are new to TW5 I don't want to assume you know that. Dave -- You received this

[tw] Re: TWC Custom ToolTips

2014-03-27 Thread Eric Shulman
On Thursday, March 27, 2014 5:37:56 PM UTC-7, DrCory wrote: Is there a way to customize the tooltips feature? By that I mean, when you mouseover a tiddlyLink (to a tiddler) I would like to put my own tooltip rather than the customary 'author, created, modified' that the system puts in. I

[tw] Re: [TWC] Linking externally to a tiddler with spaces

2014-03-27 Thread Eric Shulman
On Thursday, March 27, 2014 5:47:23 PM UTC-7, Christopher Tso wrote: I have a tiddler called Forms and Templates. How do I link directly from another website to the tiddler? I tried the below but it just brings me to the main page. http://localhost/#Forms%20and%20Templates If there are no

[tw] Re: TW google chrome: Simple problem with saving changes

2014-03-27 Thread Eric Shulman
On Thursday, March 27, 2014 5:57:43 PM UTC-7, Pedro Lazaro wrote: Please, help me in that: - I just have this *index.html *and the *TiddlySaver.jar *in the same folder. - Editing the *index.html **(it is just the sample form the tiddlywiki 5)* with firefox works great (the