[tw] Re: mGSDProjectStatusUpdatesPlugin (adapted from mGSD Journals and projects thread)

2012-03-15 Thread David Szego
Hi! Thanks for the compliments and feedback. All good points, let me answer inline... 1. this plugin is dependant on the Eric's nested slider plugin. Your plugin could avoid this dependency. In my original version I used the slider functionality that is built into vanilla mGSD. There is

[tw] Re: mGSDProjectStatusUpdatesPlugin (adapted from mGSD Journals and projects thread)

2012-03-15 Thread stuckagain
David Can I also ask how the plugin chronologically sorts status update entries? What prompts the question is that I found through use that it uses a date/time tiddler name that drops the leading zeros. If it sorts on the tiddler title (as I think it should) then losing the leading zero will

[tw] Re: mGSDProjectStatusUpdatesPlugin (adapted from mGSD Journals and projects thread)

2012-03-15 Thread David Szego
There's a fairly obvious line of code in the plugin that includes: newJournal \/MM/DD - hh:0mm\ .. but I think that was an oversight on my part from your suggestion of: .0MM.0DD_0hh:0mm The slashes and formatting are more for Canadian notation, as is the lack of a leading

Re: mGSDProjectStatusUpdatesPlugin (adapted from mGSD Journals and projects thread)

2012-02-19 Thread David Szego
Hi all, Some small but helpful changes: v1.1 - 19/02/12: *Moved mGSDProjectStatusUpdatesStyleSheet (not really needed, but optional for custom styling) and StatusView into Shadow Tiddlers for easier install *Tag new StatusUpdates with noNotes and hideTags for a nicer view of

[tw] Re: mGSDProjectStatusUpdatesPlugin (adapted from mGSD Journals and projects thread)

2012-02-19 Thread David Szego
Hi all, Some small but helpful changes: v1.1 - 19/02/12: *Moved mGSDProjectStatusUpdatesStyleSheet (not really needed, but optional for custom styling) and StatusView into Shadow Tiddlers for easier install *Tag new StatusUpdates with noNotes and hideTags for a nicer view of

[tw] mGSDProjectStatusUpdatesPlugin (adapted from mGSD Journals and projects thread)

2012-02-07 Thread David Szego
Hi all... I more or less packaged StuckAgain's excellent idea of using Journals as Project Status Updates into a plugin ... I say more or less because it adds the code so it won't get overwritten, and gives instructions on how to add the other necessary Tiddlers, all in one place. Some caveats:

[tw] Re: mGSDProjectStatusUpdatesPlugin (adapted from mGSD Journals and projects thread)

2012-02-07 Thread HansBKK
Looks great David, thanks! Could (anyone) post with what versions of modern browsers this package seems to be working OK as a traditional single-file TW? -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion on the web visit

[tw] Re: mGSDProjectStatusUpdatesPlugin (adapted from mGSD Journals and projects thread)

2012-02-07 Thread David Szego
I've used it with Firefox 9, 10 on Windows, Linux and Mac, and Safari on Lion 10.7.3 IE8 on WindowsXP (ugh...) keeps popping up Do you want to stop this script? but you did say *modern* browsers! ;- On Feb 7, 10:46 am, HansBKK hans...@gmail.com wrote: Looks great David, thanks! Could (anyone)

[tw] Re: mGSDProjectStatusUpdatesPlugin (adapted from mGSD Journals and projects thread)

2012-02-07 Thread HansBKK
On Wednesday, February 8, 2012 12:29:00 AM UTC+7, David Szego wrote: IE8 on WindowsXP ... but you did say *modern* browsers It isn't really is it, but then the OS is now how many decades old? I have to say I've been really happy with Win7 for the past 6+ months, given some tweaking for my

mGSDProjectStatusUpdatesPlugin (adapted from mGSD Journals and projects thread)

2012-02-06 Thread David Szego
Hi all... I more or less packaged StuckAgain's excellent idea of using Journals as Project Status Updates into a plugin ... I say more or less because it adds the code so it won't get overwritten, and gives instructions on how to add the other necessary Tiddlers, all in one place. Some caveats:

Re: mGSD Journals and projects

2011-03-28 Thread stuckagain
Thanks to cmari for the CSS. It all worked. I also added an additional bit of CSS to better format the hyperlinked journal titles in the slider, as follows; .sliderPanel span.action { font-size:1.5em; font-weight:bold; padding-top:9px; padding-bottom:9px; } I have

Re: mGSD Journals and projects

2011-03-03 Thread cmari
I'm not by any means a CSS expert, but you could try putting the following in in your StyleSheet: .sliderPanel h1, .sliderPanel h2, .sliderPanel h3, .sliderPanel h4, .sliderPanel h5, .sliderPanelh6 {font-weight:bold; text-decoration:none; color:black} .sliderPanel h1, .sliderPanel h2,

Re: mGSD Journals and projects

2011-02-18 Thread stuckagain
To illustrate showcase this solution in action and also to let others see the formatting issue, I have uploaded to http://chronologicaljournals.tiddlyspot.com/. This includes Justino's improvement too (thanks). If you can help me to fix the formatting problem, compare the open tiddler

Re: mGSD Journals and projects

2011-02-07 Thread Justino Costa
Hi, 3. Create new tiddler with a title of JournalView. Add the tags systemConfig and excludeSearch. Add body text ... ... tags:'$1' ... Shouldn't the tags parameter to mgtdList contain [[ and ]] surrounding the '$1' ? If a project tiddler's name contain spaces, like project

Re: mGSD Journals and projects

2011-02-06 Thread stuckagain
Thanks cmari - we are almost there. To recap ... 1. ConfigMenu Open (don't edit) and change the Journal date format to... .0MM.0DD_0hh:0mm This ensures New Journal button names files so they can be sorted chronologically regardless of their actual creation date 2. NewHerePlugin

Re: mGSD Journals and projects

2011-02-03 Thread cmari
Hi, I have played around with views a bit and have a view that does something similar to what I think you're looking for. It uses the core tiddler macro and NestedSlidersPlugin (http:// tiddlytools.com/#NestedSlidersPlugin). Maybe if you took a look you'd be able to tweak it to fit your needs?

Re: mGSD Journals and projects

2011-02-03 Thread cmari
Hi again, I forgot to add: you could of course just use slider instead of the NestedSlidersPlugin. I just like the options for display offered by the plugin. In that case, the relevant line in the view would be: if (tid_length !=null) {showControl += 'slider \ntiddler [[%0]] \n/slider';}

Re: mGSD Journals and projects

2011-02-03 Thread stuckagain
Jim Its fair to say that I use this to keep track of projects for professional work based issues, rather than personal projects. I originally used the text area of the project with text dates as a log, but it soon gets out of hand, is difficult to link to specific notes, difficult to quickly

Re: mGSD Journals and projects

2011-02-03 Thread stuckagain
I am making progress. In the tag dashboard I have discovered that ... div macro=mgtdList title:'Journals' tags:'Journal !Trash' view:DoneAction dontShowEmpty:yes sort:-title gView:bold

Re: mGSD Journals and projects

2011-02-03 Thread stuckagain
cmari This looks promising. Many thanks you are very kind. I hope to have time to work on this over the weekend. In the meantime, I can see I didn't really explain properly. I want a single slider around the entire list, not a slider for each tiddler that has text. This is because I almost

Re: mGSD Journals and projects

2011-01-30 Thread Tim Lieben
I think this could be very interesting. I'm only concerned that it could slow MGSD down alot when you start to copy full emails to journals. - Tim On 30 jan, 21:22, stuckagain webmas...@thrale.com wrote: Thanks Marijane That's the first bit, creating separate journals and references.

mGSD Journals and projects

2011-01-29 Thread stuckagain
Simon and colleagues I have recently started using the fantastic mGSD, after many years of using an early MPTW which I had personalised to include delegated tasks and journals for projects. The new mGSD is great and now includes many of my earlier customisations, but has one a big shortfall for

Re: mGSD Journals and projects

2011-01-29 Thread marijane
Journals are a default type of Tiddler in TiddlyWiki, no need to reinvent the wheel. While they are in the default menu in an empty, unmodified, TW, they are obscured in mGSD. Click on More... then TW and you will find new journal as the fourth item in the menu. You could customize the