[tw] Re: Experience with localStore

2011-12-30 Thread PMario
On Dec 29, 9:27 pm, skye riquelme riquelme.s...@gmail.com wrote: So, is localStore supported by TW or am I just going about it the wrong way??? IMO wrong way. The browser local store is bound to the same origin policy [1]. But TW is downloadable so what if I want to share data between

[tw] Re: Experience with localStore

2011-12-30 Thread skye riquelme
Hi Again Thanks Mario I was not fully aware of those restrictions. and that is not my problem here. Must be in the browser setup. In this case I am testing with two TWs in the same folder...so the domain (file:///...) is exactly the same. And the data does not hold when I refresh the TW

[tw] Re: Experience with localStore

2011-12-30 Thread skye riquelme
And again I have just installed Foundstone plugin for in my FF8..and it is showing the localStorage value pair test that I started in FF4so the storage is workingmust be how I am trying to read it from within TW. What is the correct syntaxt to retrieve information from the

[tw] Equivalent of tiddler.title for new or not found tiddlers

2011-12-30 Thread Rob Challen
When you view a non existent tiddler, e.g. by clicking on a wikiword for which no tiddler currently exists, how do you get the title of the non existant tiddler? The tiddler 'NonExistent' doesn't yet exist. Double-click to create it I want to include the following in my view template so that I

[tw] Re: @Mario Installation of CodeMirror plugin into a single TW?

2011-12-30 Thread PMario
Hi Yakov, Did deploy the update. Codemirror is exactly V2.2 now. Downloaded from it's tagged git repo. * codemirror-plugins space is the one to be included, if you work with TiddlySpace * codemirror TiddlySpace [3] contains some additional documentation stuff. * codemirror.tiddlyspot.com [4]

[tw] Re: Generate Multiple RSS Feeds

2011-12-30 Thread Rob Challen
I've pulled a version of the MultiRssPlugin of the internet cache and brushed it off a little: * Tags are queried transitively (for hierarchical tags) - this doesn't detect cycles - will fix * Multiple tags can be included or excluded from a feed * Tiddler fields are exported in the feed I've

[tw] Re: Custom field question

2011-12-30 Thread axelm
I have a plugin (ToDoPlugin) that creates a field called tdptask0, but only when there is a ToDo item. What I would like to have is that at the same time a tag would be attached to the tiddler. axelm -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: Equivalent of tiddler.title for new or not found tiddlers

2011-12-30 Thread Eric Shulman
On Dec 30, 6:56 am, Rob Challen rjchal...@gmail.com wrote: When you view a non existent tiddler, e.g. by clicking on a wikiword for which no tiddler currently exists, how do you get the title of the non existant tiddler? As you noted, the global 'tiddler' object can only be used to get the

[tw] Re: Custom field question

2011-12-30 Thread axelm
Maybe, is there a script that can run when you close the tiddler? The script could then check if the field is NOT empty and add the tag? axelm -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion on the web visit

[tw] Re: Custom field question

2011-12-30 Thread Eric Shulman
On Dec 30, 9:38 am, axelm miedbr...@gmail.com wrote: I have a plugin (ToDoPlugin) that creates a field called tdptask0, but only when there is a ToDo item. What I would like to have is that at the same time a tag would be attached to the tiddler. If the plugin code is already adding a field

[tw] Re: Tablesorting inside tabs

2011-12-30 Thread TW-lmiller
This works for standard tables - I have a script (courtest of Eric Schulman) which builds a table for me. I would love to add this sorting plugin but it seems to not recognize the class. Here's the script: I have tried adding the |sortable|k tag to the beginning, end and middle of the script

[tw] Re: Tablesorting inside tabs

2011-12-30 Thread TW-lmiller
I did not notice how old this post is. Some more information: 1. I have installed the sorting plugin and it works fine with static tables (tables coded directly into a tiddler). 2. It does not work with this script: I have tried inserting the value at A, B, C and D in the script below.The

[tw] Re: Tablesorting inside tabs

2011-12-30 Thread Eric Shulman
2. It does not work with this script: I have tried inserting the value at A, B, C and D in the script below.The result is either an error, or the sortable and k values show up as columns. The trailing space character is a problem. Instead of: |sortable|k \n; Try using: |sortable|k\n;

[tw] Q: ToggleRightSidebar not toggling icon, text, or tooltip.

2011-12-30 Thread pinkp8ther
Okay, okay! I'm probably pushing the entente of the Plug-in, but I have to ask. I'm working on a TiddlyWiki that will be viewed my many, edited by some. However the users will be accessing the Wiki via a network drive as a file, this method is controlled by cooperate IT, I really have no other