TiddlersBarPlugin with MonkeyGTD theme in mGSD

2010-11-30 Thread DavidS
I have read the post on TiddlersBarPlugin and Mptw. http://groups.google.com/group/gtd-tiddlywiki/browse_thread/thread/0787fe3fc81da9bc I much prefer the MonkeyGTD theme with extended sidebar menus and have adapted it with TableOfContents plugin. I have tried many combinations of theme edits

[tw] Re: Custom Journal Naming

2010-11-30 Thread Måns
Hi Thomas http://tiddlywiki.org/wiki/NewJournal_(macro) and http://tiddlywiki.org/wiki/NewTiddler_(macro)#Parameters Cheers Måns Mårtensson On 30 Nov., 05:26, Thomas Kelly computertomboo...@gmail.com wrote: So what I want to be able to do with the new journal button is to have it work pretty

[tw] Re: Links / Favorites Page

2010-11-30 Thread Måns
Hi Clark Install ForeachTiddlerPlugin http://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin (Maybe you'll need inlineJavaScriptPlugin (http://www.tiddlytools.com/ #InlineJavascriptPlugin) as well - don't know really.. ) Put this in a tiddler: forEachTiddler where

[tw] Re: Links / Favorites Page

2010-11-30 Thread Måns
Sorry - Google omits the macro ending I've made an example here: http://testelev.tiddlyspace.com/#%5B%5BTest%20FirstLines%5D%5D Cheers Måns Mårtensson On 30 Nov., 09:21, Måns humam...@gmail.com wrote: Hi Clark Install

[tw] Re: tiddlywiki.org and documentation

2010-11-30 Thread tiddlygrp
Hi Jeremy keeping the main docs on tiddlywiki.com is great. I was also concerned with the documentation for and surrounding tiddlywiki. Vlak On Nov 29, 1:41 pm, Jeremy Ruston jeremy.rus...@gmail.com wrote: My goal is to get authoritative reference documentation built into tiddlywiki.com, so

[tw] Re: Links / Favorites Page

2010-11-30 Thread Måns
Here's yet another one (involving ForeachTiddlerPlugin) setup as a transclusion. Create a tiddler i.e [[Excerpts]] forEachTiddler where 'tiddler.tags.containsAny([$1,$2])' sortBy 'store.getValue(tiddler,created)' descending write '\n@@font-size:1.5em;[[+tiddler.title+]]color:#999; - +

[tw] Re: Custom Journal Naming

2010-11-30 Thread Thomas Kelly
Sorry, maybe I wasn't clear in my post or maybe I just don't understand what I am doing (definitely a possibility), but I want the title of the new journal to change depending on which tiddler I selected the new journal option from. So if I click new journal from a tiddler titled school the new

[tw] Re: Custom Journal Naming

2010-11-30 Thread PMario
Hi, I put a little example [1], how it could wort at the TeamWork place. There was a similar question some time ago [3]. I changed it a little bit. Hope this fits. If not. Tell me. You can adjust the Date format. See [2]. regards Mario [1]

[tw] Re: Custom Journal Naming

2010-11-30 Thread PMario
Hi Måns, That's a tricky solution, without InlineJavascriptPlugin. -m On Nov 30, 4:30 pm, Måns humam...@gmail.com wrote: Hi again If you don't use TiddlySpace, you can create a tiddler i.e [[NewJournalHere]] tiddler NewJournalHere##SHOW with: {{tiddler.title}}/% !SHOW newJournal

[tw] Re: Custom Journal Naming

2010-11-30 Thread Eric Shulman
If you don't use TiddlySpace, you can create a tiddler i.e [[NewJournalHere]] tiddler NewJournalHere##SHOW with: {{tiddler.title}}/% !SHOW newJournal label:newJournalHeretitle: $1 - .0MM.0DD at 0hh: 0mm:0ss  tag:journal !END%/ You can eliminate the parameter substitution using tiddler

Re: [tw] Re: tiddlywiki.org and documentation

2010-11-30 Thread Alex Hough
Another issue is that we've had difficulty separating developer documentation from end user documentation. My personal view is that the distinction of roles isn't always useful, but I realise others think it's essential. I agree. To help, I think that an easier entry into the inline code

Re: [tw] Re: SVG with tiddlylink

2010-11-30 Thread Alex Hough
Thanks Jon, Perhaps I am going down the wrong route: Would you recommend using an icon instead of an image? Do icons require a separate plugin to SVG images Alex On 27 November 2010 12:56, rakugo jdlrob...@gmail.com wrote: Hi Alex Use tiddlyLink instead of tiddler. I've created a new

[tw] TiddlyWiki for college note taking

2010-11-30 Thread azurikai
I'm a college student and am using TiddlyWiki for all of my note taking needs. Any suggestions, tips, and/or tricks on how to make this the best experience possible? P.S I'm running into annoying trouble on linking files and such (my professors give me lots of PDF's and such), whats the best way

[tw] Re: MasterIncludes Questions

2010-11-30 Thread skye riquelme
Hi again sorry about that confusion Tobias...I loaded the plugin from your pageand did not read the fine print explaining this is the work of FND Have closely followed the instructions from the alternate way to LoadTiddlers on startup? thread of jan 2008I got the thing working

[tw] Re: TiddlyWiki for college note taking

2010-11-30 Thread passingby
You could use one of these for notes http://twt-treeview-executive.tiddlyspot.com/ http://www.giffmex.org/newsblog/?p=168 You could also use MPTW for notes, its tagglytagging might be something which hooks you. Plus there are many plugins you might want to use to enhance your experience. eg

[tw] Re: MasterIncludes Questions

2010-11-30 Thread skye riquelme
And yet another MasterIncludes question I have set up a folderinitially using TinyTiddly.zip..and duplicated the small tinytiddly.html file (the folder has the core.js file)so that one became the client and the other the master...filled the master with plugins..and got the

[tw] Re: Custom Journal Naming

2010-11-30 Thread Thomas Kelly
Than kyou guys for all your help, I am so close to having it working. So i have a tiddler named newJournalHere and all it contains is the code: newJournal label:newJournalHere title:{{tiddler.title+ - .0MM.0DD}} tag:{{tiddler.title}} now in the viewtemplate section (MPTW template file_ I have

[tw] Re: MasterIncludes Questions

2010-11-30 Thread skye riquelme
Hi again tracked down that superfish message...it was coming from the IETab add- on for firefox..superfish was added into IETab on the last update I have now deleted that add-on. So no more superfish messagesbut the page still does not open Thanks Skye On Dec 1, 12:27 am,

[tw] Re: Custom Journal Naming

2010-11-30 Thread Eric Shulman
So i have a tiddler named newJournalHere and all it contains is the code: newJournal label:newJournalHere title:{{tiddler.title+ - .0MM.0DD}} tag:{{tiddler.title}} now in the viewtemplate section (MPTW template file_ I have tried adding [[newJournalHere]] to the toolbar part and the You

[tw] Re: mind map display of TW

2010-11-30 Thread Cyrill
Hi, yes there is interest, you can use it with plugins http://tiddlytagmindmap.tiddlyspace.com/ http://mindmaps.tiddlyspace.com/ Regards On 30 Nov., 20:02, Smandoli themanthurs...@gmail.com wrote: I am interested in mind map displays of wiki information.  

[tw] Re: TiddlyWiki for college note taking

2010-11-30 Thread Yakov
As for now, I write notes only in thematical TWs and use the following simple system: * tiddler notes buf - for _writing_ notes which don't have their place in main text yet * it contains a slider, a links section and a body. Slider opens links section which contains links to other bufs, for more