[tw] Re: Adding Programming Comments/Remarks

2012-01-11 Thread pinkp8ther
I not really looking to toggle the hidden text on and off. My intent is to insert instructions into the tiddler so other editors will know: * What is going on in a section * How to modify or add to a section * What sections need to be left alone unless you understand the big picture of how the TW

[tw] Re: Create my own internal-use function

2012-01-11 Thread Tobias Beer
Hi Smandoli, Ok, so instead of Level 3 Verse, you have Level 3 Passage while a Level 4 Verse would be somewhere inside a Level 3 Passage tiddler's body. You also have a lookup makro that allows you to find a corresponding Level 3 Passage tiddler to a corresponding verse. As for your bookdex makr

[tw] Re: Create my own internal-use function

2012-01-11 Thread Tobias Beer
Hi Smandoli, Ok, so instead of Level 3 Verse, you have Level 3 Passage while a Level 4 Verse would be somewhere inside a Level 3 Passage tiddler's body. You also have a lookup makro that allows you to find a corresponding Level 3 Passage tiddler to a corresponding verse. As for your bookdex makr

[tw] Re: Help: Simple task management

2012-01-11 Thread Måns
Arrgh - Just discovered that you *have* to click "save changes" when you have clicked "empty trash" . I'm afraid TrashPlugin is (slightly) incompatible with TiddlySpace On 11 Jan., 22:50, Måns wrote: > Same thing on TiddlySpace (when including Jon's "filters" - and not > Eric's Matchtag

[tw] Re: Help: Simple task management

2012-01-11 Thread Måns
Same thing on TiddlySpace (when including Jon's "filters" - and not Eric's MatchtagsPlugin): http://inbox.tiddlyspace.com/tiddlers.wiki Code: <>/ % !template <><> !end %/ Cheers Måns Mårtensson On 11 Jan., 22:17, Måns wrote: > There's one problem though... > We need extra filters which aren't a

[tw] Re: Help: Simple task management

2012-01-11 Thread Måns
There's one problem though... We need extra filters which aren't available from the TW core if we want to filter out tiddler tagged with "trash" from the Inbox list eg.: All tiddlers tagged with inbox and *not* trash <>/% !template <><> !end %/ I guess Eric's MatchTagsPlugin will do the trick (wi

[tw] Re: Help: Simple task management

2012-01-11 Thread Måns
QED: http://indboks.tiddlyspot.com/ On 11 Jan., 21:39, Måns wrote: > Hi Pedro > > > What I need is a way to to create new tiddlers that already has a tag Inbox > > (like journal). Also I would need a tiddler called Inbox that shows all the > > other tiddlers with the inbox tag with a checkbox. Wh

[tw] Re: Help: Simple task management

2012-01-11 Thread Måns
Hi Pedro > What I need is a way to to create new tiddlers that already has a tag Inbox > (like journal). Also I would need a tiddler called Inbox that shows all the > other tiddlers with the inbox tag with a checkbox. When the checkbox is > marked the tiddler would go to a trash tiddler. > > It's

Collapsible mgtdList?

2012-01-11 Thread David Szego
Hi all, I think this may depend on editing Shulman's Wikify plugin (?) but what I'm trying to figure out is how to take an mgtdLIst like this: Upcoming Tiddlers + - - foo - bar - baz Next List + ... and click on the title to hide the innerList, like

[tw] Help: Simple task management

2012-01-11 Thread Tobias Beer
Take a look at cycleTags... http://lastfm.tiddlyspot.com/#cycleTagsInfo tb. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/F9udDWZInXMJ. To post to this grou

[tw] Help: Simple task management

2012-01-11 Thread Pedro Maia
Hi, I'm trying to implement a very simple task managment system in TW but so far I had no lucky. Since I don't know nothing about code I was trying to accomplish this using plugins. What I need is a way to to create new tiddlers that already has a tag Inbox (like journal). Also I would need a

[tw] Re: Using CommentPlugin @tiddlytools with embedded tiddler macro - fails...

2012-01-11 Thread Måns
Argh - Now I lost the ability to write macros in messages :-( And double square brackets still won't work even if I changed the code to: config.macros.comment.fmt="\n\n<>"; I know this is because I've put %message% in the html for the button macro - but still I loose TWO good features by doin

[tw] Re: Using CommentPlugin @tiddlytools with embedded tiddler macro - fails...

2012-01-11 Thread Måns
I found a workaround, however it works if I need one template only... In a tiddler tagged with systemConfig I write: config.macros.comment.fmt="\n<>\n"; It WORKS :-D I still would like to know if it's possible to use the tiddler macro because it would allow usage of several different templates.

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

2012-01-11 Thread PMario
uups, missed the http://codemirror-plugins.tiddlyspace.com/ space :) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubs

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

2012-01-11 Thread PMario
http://codemirror.tiddlyspace.com/ and http://codemirror.tiddlyspot.com/ are up to date now. New feature: F11 .. toggle editor max height. IMPORTANT I also did some renaming. I removed the 2 coming from codemirror2. If you did overwrite the CodeMirror2Config shadow tiddler you'll need to rename

[tw] Re: Using CommentPlugin @tiddlytools with embedded tiddler macro - fails...

2012-01-11 Thread Måns
http://groups.google.com/group/tiddlywiki/browse_thread/thread/e7cfabba4ae947df/483244aadd66f2f2 http://groups.google.com/group/tiddlywiki/browse_thread/thread/c882ea5ba7ff000c/428fe07af340c0aa On 11 Jan., 17:53, Måns wrote: > Hi TwWizards (& @eric) > > I've searched and searched this forum to fi

[tw] Re: Best way to organize TW?

2012-01-11 Thread PMario
On Jan 11, 5:06 pm, Smandoli wrote: > After 20 minutes spending reading Group posts on "TagglyTagging", I'm > tempted to spoof the Derman quote with something provocative about TW > culture. You should read http://mptw.tiddlyspot.com/ tiddler Using "TagglyTagging" to organise your data -m -- Y

[tw] Using CommentPlugin @tiddlytools with embedded tiddler macro - fails...

2012-01-11 Thread Måns
Hi TwWizards (& @eric) I've searched and searched this forum to find a solution for this, - and I've found several posts where the same question has been asked - however not answered - Now It's my turn to post the question I guess I want/need to insert a tiddler macro as a template for my co

[tw] Re: Java upgrade tanked ImportPlugin

2012-01-11 Thread imarty
FIXED! I found an older version of Java, uninstalled the new and loaded the old and I am working again! On Jan 11, 10:58 am, imarty wrote: > I normally use Windows Explorer v8.0 with my Wiki (version 2.6.4).  I > opened it today in Chrome and it said that I needed to upgrade Java > which I did.

Re: [tw] Re: Best way to organize TW?

2012-01-11 Thread Smandoli
After 20 minutes spending reading Group posts on "TagglyTagging", I'm tempted to spoof the Derman quote with something provocative about TW culture. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discussion on the web visit http

[tw] Java upgrade tanked ImportPlugin

2012-01-11 Thread imarty
I normally use Windows Explorer v8.0 with my Wiki (version 2.6.4). I opened it today in Chrome and it said that I needed to upgrade Java which I did. When I try to use the import plugin (one master wiki to smaller wiki), browse to my file, select and click open, I get the following message: Open

Re: [tw] Re: Best way to organize TW?

2012-01-11 Thread HansBKK
OT but On Wednesday, January 11, 2012 9:24:22 PM UTC+7, Smandoli wrote: > > Response 3 was "Amen to E. Derman about economics." > True for any so-called "science" regarding the human mind or behaviour. That's why I opted for the old-fashioned "political economic philosophy" for my self-designe

Re: [tw] Re: Best way to organize TW?

2012-01-11 Thread Smandoli
@Eric -- Great post. Response 1 was "Oh yeah, I wish I'd said that." Response 2 was "Wait, what's he talking about? I use TiddlerTweakerPlugin ... wow, look at this ... got to try it out!" Response 3 was "Amen to E. Derman about economics." -- You received this message because you are subs

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

2012-01-11 Thread PMario
It was opera 11.60. There will be a new version of codemirror plugin soon. It fixes the   bug, and has a "full height" mode activated with F11 if the editor is active. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, se

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

2012-01-11 Thread PMario
On Jan 4, 9:12 pm, Yakov wrote: > Ok, I put my TW aside and started to test TW downloaded from [1]. This > time opening tiddlers and even type choosing went fine (by the way, > tiddlywiki syntax highlighting is absolutely amazing thing). But when > I tried to save changes, Opera crashed. Although,

Re: [tw] Re: Best way to organize TW?

2012-01-11 Thread Eric Weir
On Jan 10, 2012, at 3:07 AM, HansBKK wrote: > The critical difference is between "collecting" files for your own personal > use, and "publishing" ones when you're ready to share a topic domain with > others. I've spent so much time creating navigation/scaffolding in TW for > different topic do