Re: New mGSD Feature: Meetings!

2012-10-24 Thread Kaverin
Hi, I have a problem with switching to full-screen mode. when I click on the restore button, the main window appears string of tiddler "GettingStarted" and overrides other tiddlers. Another problem is more complicated. Try to create an "empty meeting" - without the project. And add to it any "P

Re: New mGSD Feature: Meetings!

2012-10-15 Thread Kaverin
I have a similar problem (firefox 16, Windows 7). I can not save the file correctly. can you upload an archive with an empty file? thanks среда, 1 февраля 2012 г., 21:57:16 UTC+4 пользователь David Szego написал: > > As of 1/02/12, mGSD did not have any Meeting capabilities, which I > personally

Re: New mGSD Feature: Meetings!

2012-09-21 Thread Vincent Pressicaud
David, could you propose a zip or rar of your file with everything in it. impossible to download it correctly. no tabs on the side !!! tried with everything. Firefox or explorer. under windows or Linux. Regards Vincent Pressicaud Le mercredi 1 février 2012 18:57:16 UTC+1, David Szego a écrit

Re: New mGSD Feature: Meetings!

2012-07-03 Thread Theo K.
Thanks for that link. But when downloading I must do something wrong, because any way I try it, I get a file which is somehow corrupted. I tried: - save changes -> downloaded file shows up empty in my browser - wget-ting the file -> shows up with some content but the box with "work,

Re: New mGSD Feature: Meetings!

2012-06-13 Thread Nol1968
here it is http://thinkcreatesolve.biz/mGSDEnhancements.html On Thursday, June 7, 2012 6:34:13 PM UTC+2, Adam Landry wrote: > > Hey Dave, I just read through this chain and I wasn't able to find a link > to an empty file with your mods. I have yet to start with this and would > love to hit the r

Re: New mGSD Feature: Meetings!

2012-06-07 Thread Adam Landry
Hey Dave, I just read through this chain and I wasn't able to find a link to an empty file with your mods. I have yet to start with this and would love to hit the road with your fork. On Thursday, March 1, 2012 12:19:09 PM UTC-5, David Szego wrote: > > All good recommendations, and all fixed! 1.

Re: New mGSD Feature: Meetings!

2012-03-01 Thread David Szego
All good recommendations, and all fixed! 1.2e posted. Thanks again! On Wednesday, 29 February 2012 22:09:18 UTC-5, cmari wrote: > > Hi David, > In http://thinkcreatesolve.biz/mGSDEnhancements.html, if you create a > NewMeeting with the Realm of "Home", and then add an AgendaItem from inside > th

Re: New mGSD Feature: Meetings!

2012-02-29 Thread cmari
Hi David, In http://thinkcreatesolve.biz/mGSDEnhancements.html, if you create a NewMeeting with the Realm of "Home", and then add an AgendaItem from inside the NewMeeting tiddler, the new AgendaItem will have a Realm of "Dev". I admit I didn't download the new version test my tweak, but I think

Re: New mGSD Feature: Meetings!

2012-02-29 Thread David Szego
Hi all, I've updated the mGSDMeetingEnhancementsPlugin to 1.2d with cmari's additions. (Thanks very much for that!) Clicking on the addButtonTags " ⊕ " now adds the relevant Project name to the added Tiddler (if in a Project). This fixes the previous "Make New Agenda Items Specific to Project"

Re: New mGSD Feature: Meetings!

2012-02-29 Thread David Szego
Excellent! That's a great help to me ... I'll give it a try tonite and put it in the code. Will post here when it's done. Thanks, David. > > On Wednesday, February 29, 2012 9:00:40 AM UTC-6, cmari wrote: > > > Hi David, > > Your example prompted me to create a new useful tool for myself - thanks

Re: New mGSD Feature: Meetings!

2012-02-29 Thread cmari
Sorry, one correction (there's an extra ")" in that last line): *if (inTiddler && inTiddler.tags.contains('Project')||inTiddler.tags.contains('Meeting')) {* On Wednesday, February 29, 2012 9:00:40 AM UTC-6, cmari wrote: > > Hi David, > Your example prompted me to create a new useful tool for m

Re: New mGSD Feature: Meetings!

2012-02-29 Thread cmari
Hi David, Your example prompted me to create a new useful tool for myself - thanks! Here are a couple of things I found along the way, in case they're helpful: I think you can "Make New Agenda Items Specific to Project" by adding the following to mGSDMeetingEnhancementsPlugin (somewhere around

Re: New mGSD Feature: Meetings!

2012-02-15 Thread David Szego
Another small update - I've changed the "+" buttons in the "Attendees +" and "Agenda Item +" lists to "⊕" (circled-plus). What does this mean? Now you can add an existing Tiddler to the Agenda Items or Attendees list rather than being forced to have a new Tiddler created. Behind the scenes, if th

Re: New mGSD Feature: Meetings!

2012-02-14 Thread David Szego
Hi all, I've made some major updates to my mGSD Meeting Enhancements including: *Added ability to properly track attendance and discussion points, and remove attendees or agenda items *Nicer Dashboard and Title Button layouts *Moved as much code as possible away from stock mGSD Tiddle

Re: New mGSD Feature: Meetings!

2012-02-04 Thread David Szego
Thanks all for your kind words! The best momentum would be if it got merged into mGSD, so send Simon Baird a note! I'll post updates here as I make them. Note - clicking "save changes" on the toolbar will now save a copy locally, I properly added Eric Shulman's excellent "SaveFromWebPlugin" backen

Re: New mGSD Feature: Meetings!

2012-02-04 Thread Stobot
I also wish I had the skills to help, but unfortunately don't. Just wanted to post to keep/add momentum as I'm eagerly waiting for this to get worked out so I can adopt it. Great work so far! -- You received this message because you are subscribed to the Google Groups "GTD TiddlyWiki" group. To

Re: New mGSD Feature: Meetings!

2012-02-03 Thread DavidS
I do not have the skills to help you with those additional coding issues but applaud that you have specified them so better experts can see the needs. Dropped a note to Simon. But hope other experts will notice and help to spread the help load. -- You received this message because you are subs

Re: New mGSD Feature: Meetings!

2012-02-03 Thread David Szego
This works to add "[[Attended:Meeting Name]]" to the Attendee: render_Attendee: function() { return this.renderUtil( '{{attendee{'+ '<>'+ '  [[%0]] '+ '}}}'+ '{{notesLink{<>}}}', [ this.title,

Re: New mGSD Feature: Meetings!

2012-02-03 Thread David Szego
Thanks for your compliments - and debugging! I've added a Dependancies section to the instructions Tiddler, so people shouldn't hit that problem again. Some comments inline... On Feb 3, 1:10 am, DavidS wrote: > macro error traced to my not having your NewHerePluginExtended. > *It all seems to w

Re: New mGSD Feature: Meetings!

2012-02-02 Thread DavidS
macro error traced to my not having your NewHerePluginExtended. I updated the mGSD in my earlier link. I see it mainly depends on user assigning tags like generally done in mGSD such as: !) Actions tied to a Meeting can also be made an agenda item without losing their Action tag. That way acti

Re: New mGSD Feature: Meetings!

2012-02-02 Thread DavidS
I followed the copy-paste instructions and got the Meeting tiddler layout ok but got macro error "Error in macro <>" in my Actiontiddlers where you have option to change the tiddler to a tickler or project etc. May be unrelated but my mGSD is 3.1.8b different to your version 3.1.8c, tried to

Re: New mGSD Feature: Meetings!

2012-02-02 Thread DavidS
Despite being sold by your great name, it was your meeting functions mGSD that really interested me. My customizations are more using available Tiddlywiki plugins and other people's hacks to build up my mGSD. I have put up my working standard here http://www.informtide.info/pub/tw/New-Empty-ds-

Re: New mGSD Feature: Meetings!

2012-02-02 Thread David Szego
Sorry folks, I had forgotten a couple of tiddlers in the base file - the instructions for DIY! Please see: http://thinkcreatesolve.biz/mGSDMeetingEnhancements.html#[[Adding%20mGSD%20Meetings%20to%20your%20mGSD%20TW]] for the instruction Tiddler on what to cut/paste into your own! (For those who'

Re: New mGSD Feature: Meetings!

2012-02-01 Thread DavidS
Me too. This looks very interesting. I have extensively configured my own mGSDs so would prefer to adapt my own with this meeting functionality by imports rather than starting afresh. -- You received this message because you are subscribed to the Google Groups "GTD TiddlyWiki" group. To view

Re: New mGSD Feature: Meetings!

2012-02-01 Thread Pete Carnell
Hi David I have use Tiddly for a couple of years now just as a local wiki for me to access stuff easier that I want to retain. I got the mGTD but did not really understand it initially until I read the book by David Allen. Searching around I found you have created a few plugins for projects. I nee

New mGSD Feature: Meetings!

2012-02-01 Thread David Szego
As of 1/02/12, mGSD did not have any Meeting capabilities, which I personally needed in my job as a Sr. Project Manager. I've created these extensions to add another dashboard specifically for meetings - complete with: * Agenda Items * Tracked Attendees * Meeting-specific Actions * Discussion-base