[tw] Re: Vertical alignment in Tables

2014-09-18 Thread Stephan Hradek


Am Donnerstag, 18. September 2014 07:55:55 UTC+2 schrieb Eric Shulman:

  but clearly at least one person mis-interpreted the example.  There's 
 always room to improve documentation!


And I misinterpreted the main point of that discussion :D Thanks for 
explaining, Eric. 

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Briefcase Plugin -- a GTD tool

2014-09-18 Thread Danielo Rodríguez

El miércoles, 17 de septiembre de 2014 22:21:22 UTC+2, Roma Hicks escribió:

 Thanks for all those suggestions.  I did a bit of a selfish programming 
 and wrote it to how I used realms and saw action in mGSD but you ideas will 
 make it more flexible and acceptable for the masses.  I do appreciate the 
 insight.

 That's how most of TW projects born. Someone customizes its wiki to its 
needs and after some time using it, he or she thinks: hey, this could be 
useful for others. So the selfish programming is normal ;) 

I did consider placing a realm selector on the Dashboard as well, but 
 scrapped the idea originally for its presence on the Collect and Review 
 tabs;  I will revisit this.

Please do it ;-) and consider the all realm. 


 I am a bit of an atypical user,  I don't own a mobile device, my Toshiba 
 NB505 is about as small of a device I use, so I rarely get to see the 
 rendering on anything smaller.  I usually use Chromium (but I do test runs 
 in Firefox, IE) and therefore don't use the AutoSave feature and quite 
 frankly forget it exists, so I will see about getting that integrated as 
 well.

 well, chrome gives you the hability to simulate other devices screens. 
Anyway, I have all kind of screen sizes (5,8.9,10,11...) so I can give 
you real feedback about that.

And here is another suggestion. As you can see, I'm not only asking for 
things, I can also give you some ready to use code. Please consider adding 
this tiddler  to the plugin:

_list/count

small class=tw-menu-list-count($count 
filter=[field:gtd_type[action]field:gtd_complete[true]field:gtd_project{!!title}]//$count
 
filter=[field:gtd_type[action]field:gtd_project{!!title}]/)/small



And then use it like this
$:/plugins/briefcase/core/ui/lists/active-project-list

div class=tw-menu-list-item
  Active Projects
  hr/
  $list 
filter=[field:gtd_type[project]field:gtd_status[active]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}]
div class=tw-menu-list-subitem
  $complete tiddler=currentTiddler/
  $transclude 
tiddler=$:/plugins/briefcase/core/ui/lists/ListViewStatus/
  span class=list-link
$link to={{!!title}}
  $view field=title/
/$link
$transclude tiddler=_list/count/
  /span
  $list filter=[is[current]!field:text[]]
nbsp;$transclude 
tiddler=$:/plugins/briefcase/core/images/excerpt/
  /$list
/div
  /$list
/div

It's completed versus all. Hope you like it.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] How to export tiddler fields to a file without using the nodejs version

2014-09-18 Thread vpl
Hi Jeremy,

That's working now. All the pieces are here and working together.!
Thanks again for your great support

regards

vpl

Le mercredi 17 septembre 2014 17:53:35 UTC+2, Jeremy Ruston a écrit :

 Hi vpl


 I've tried your proposal and different way around but I can't get 
 anything downloaded and no error or console log.
 To recap the context
 I have a tiddler-1 which filter all the tiddler whose field:codep 
 contains the string 63
 $list filter=[field:codep/63/(i)]
 li
 $transclude tiddler=fieldTemplate/
 /li
 /$list

 The fieldTemplate tiddler is just capturing a field from the current 
 tiddler and display it
 codep:$view field=codep/

 All of that is working

 What I want is to export to a file the result of the tiddler-1 (which 
 applies the fieldTemplate on the selected tiddlers)

 What you proposed is
 $button message=tm-download-file param=myTemplate 
 class=tc-btn-big-greenExport/$button


 Did you change the param to reference tiddler-1 instead of myTemplate? 
 It's hard to debug what's going on from these fragments, could you perhaps 
 upload a test case to tiddlyspot?

 Many thanks,

 Jeremy

  


 But no file is produced.

 Thanks



 Le mardi 16 septembre 2014 14:04:03 UTC+2, Jeremy Ruston a écrit :

 Hi vpl


 My last concern is, as mentioned in the first post: is their a way to 
 push this result to a file. The export button export all the tiddlers. 
 May I have to create a widget for exemple which could export the 
 current tiddler ?


 $button message=tm-download-file param=myTemplate 
 class=tc-btn-big-greenExport/$button

 The template will be rendered with the currentTiddler variable set to 
 the currentTiddler in force at the site of the button.

 On the server you'd use the rendertiddler or rendertiddlers command.

 Best wishes

 Jeremy

  


 Thanks for your help,

 Regards




 Le mardi 16 septembre 2014 08:48:08 UTC+2, vpl a écrit :

 Hi,

 Using my TW5 as a database I extensively leverage the flexible tiddler 
 fields capability
 I need to export these fields and I'm currently using the nodejs 
 version with the command line (as documented)

 I'm wondering if I could develop a macro to do that, but I'm blocking 
 on the File I/O. Is their a code sample that I could start from to 
 develop 
 a macro that will create a file containing each tiddler fields ?

 Thanks for your help 

 Regards

 Vpl 

  -- 
 You received this message because you are subscribed to the Google 
 Groups TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to tiddlywiki+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com
  



 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Vertical alignment in Tables

2014-09-18 Thread Eric Shulman
On Wednesday, September 17, 2014 1:51:47 PM UTC-7, Stephen Kimmel wrote:

 So are you going to start modifying some of your wonderful modifications 
 to work with TW5?


That is on my list of things to do, but I don't have a specific plan yet. 
 With so many TiddlyTools plugins, scripts, etc., it's difficult to 
prioritize which should be re-written first... and some TiddlyTools plugins 
will no longer needed, as their functionality and features are already 
built-in to TiddlyWiki5.

Are there some specific plugins that you would like to see me work on first?

-e

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] tiddlywiki / nodejs issues

2014-09-18 Thread Paula Te
Oh thank you! Two things caused the problem

1. I misspelled the wiki folder (ugh)
2. If I do something like 
tiddlywiki wikiname --server
then I have to make sure I'm in the folder containing wikiname when typing 
in the command.

Thanks for your help.. was just command line issues. Solved :)

On Wednesday, September 17, 2014 11:36:56 PM UTC+2, Jeremy Ruston wrote:

 Hi Paula

 Michele's suggestion is a good one - can you share the command line you 
 are using to start the server?

 Best wishes

 Jeremy


 On Wed, Sep 17, 2014 at 10:05 PM, Michele Zaffalon michele@gmail.com 
 javascript: wrote:

 Hi Paula,

 I saw this when calling node.js on a non-existing tiddlywiki like the 
 following
 nodejs node_modules/tiddlywiki/tiddlywiki.js wrong/path/to/mytiddlywiki
 michele

 On Wed, Sep 17, 2014 at 7:14 PM, Paula Te pigwidg...@gmail.com 
 javascript: wrote:

 {
 plugins: [
 tiddlywiki/tiddlyweb,
 tiddlywiki/filesystem,
 tiddlywiki/codemirror,
 tiddlywiki/highlight
 ],
 themes: [
 tiddlywiki/vanilla,
 tiddlywiki/snowwhite
 ]
 }

 thanks :) 

 On Wednesday, September 17, 2014 7:09:40 PM UTC+2, Jeremy Ruston wrote:

 Hi Paula

 Could you give the contents of the `tiddlywiki.info` file in the root 
 of your wiki folder?

 Many thanks,

 Jeremy


 On Wed, Sep 17, 2014 at 6:01 PM, Paula Te pigwidg...@gmail.com wrote:

 Hi all,

 I'm new to nodejs. I got the tiddlywiki w/ nodejs working in July, and 
 the whole process worked smoothly. I stopped using the tiddlywiki for a 
 few 
 months, though, and when i came back to it today, I see this:


 https://lh6.googleusercontent.com/-WFgTh34KXK8/VBm9sJeotnI/Ja0/rDP1WVhY56U/s1600/Screen%2BShot%2B2014-09-17%2Bat%2B18.58.10.png

 The styling is gone, but also I am not able to view any of my old 
 tiddlers that i saved in July and also it does not save new tiddlers... 
 this leads me to believe there's something wrong with node, but where 
 should I start debugging? 

 I also tried updating to the latest version 5.0.17 and did that 
 successfully, but I see the same thing.

 Thanks!



  -- 
 You received this message because you are subscribed to the Google 
 Groups TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to tiddlywiki+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com
  
  -- 
 You received this message because you are subscribed to the Google 
 Groups TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to tiddlywiki+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


  -- 
 You received this message because you are subscribed to the Google Groups 
 TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to tiddlywiki+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.com 
 javascript:.

 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5 NODE Syncer-browser error wen creating new tiddler

2014-09-18 Thread Danielo Rodríguez
Hello

When this happens:
 - While creating a new table row using my editable-table customization.

Where this happens: 
- Only in the node version. I tried with the latest one.

Observations:
- The tiddler is created and correctly saved despite the error that 
increases in an infinite loop.

How to reproduce the problem:
Just follow the instructions at 
 
http://braintest.tiddlyspot.com/#Inline%20editable%20tables:%5B%5BInline%20editable%20tables%5D%5D
 
to recreate the scenario in a node wiki version.


Attached you can see an screenshot.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] tiddlywiki / nodejs issues

2014-09-18 Thread Jeremy Ruston
Hi Paula

Terrific, so pleased you're up and running.

I think there is an underlying issue with TiddlyWiki: it should give an
error if it can't find the wiki folder. I've made a ticket:

https://github.com/Jermolene/TiddlyWiki5/issues/864

Many thanks,

Jeremy


On Thu, Sep 18, 2014 at 11:25 AM, Paula Te pigwidgeonpa...@gmail.com
wrote:

 Oh thank you! Two things caused the problem

 1. I misspelled the wiki folder (ugh)
 2. If I do something like
 tiddlywiki wikiname --server
 then I have to make sure I'm in the folder containing wikiname when typing
 in the command.

 Thanks for your help.. was just command line issues. Solved :)

 On Wednesday, September 17, 2014 11:36:56 PM UTC+2, Jeremy Ruston wrote:

 Hi Paula

 Michele's suggestion is a good one - can you share the command line you
 are using to start the server?

 Best wishes

 Jeremy


 On Wed, Sep 17, 2014 at 10:05 PM, Michele Zaffalon michele@gmail.com
  wrote:

 Hi Paula,

 I saw this when calling node.js on a non-existing tiddlywiki like the
 following
 nodejs node_modules/tiddlywiki/tiddlywiki.js wrong/path/to/mytiddlywiki
 michele

 On Wed, Sep 17, 2014 at 7:14 PM, Paula Te pigwidg...@gmail.com wrote:

 {
 plugins: [
 tiddlywiki/tiddlyweb,
 tiddlywiki/filesystem,
 tiddlywiki/codemirror,
 tiddlywiki/highlight
 ],
 themes: [
 tiddlywiki/vanilla,
 tiddlywiki/snowwhite
 ]
 }

 thanks :)

 On Wednesday, September 17, 2014 7:09:40 PM UTC+2, Jeremy Ruston wrote:

 Hi Paula

 Could you give the contents of the `tiddlywiki.info` file in the root
 of your wiki folder?

 Many thanks,

 Jeremy


 On Wed, Sep 17, 2014 at 6:01 PM, Paula Te pigwidg...@gmail.com
 wrote:

 Hi all,

 I'm new to nodejs. I got the tiddlywiki w/ nodejs working in July,
 and the whole process worked smoothly. I stopped using the tiddlywiki 
 for a
 few months, though, and when i came back to it today, I see this:


 https://lh6.googleusercontent.com/-WFgTh34KXK8/VBm9sJeotnI/Ja0/rDP1WVhY56U/s1600/Screen%2BShot%2B2014-09-17%2Bat%2B18.58.10.png

 The styling is gone, but also I am not able to view any of my old
 tiddlers that i saved in July and also it does not save new tiddlers...
 this leads me to believe there's something wrong with node, but where
 should I start debugging?

 I also tried updating to the latest version 5.0.17 and did that
 successfully, but I see the same thing.

 Thanks!



  --
 You received this message because you are subscribed to the Google
 Groups TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to tiddlywiki+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 --
 Jeremy Ruston
 mailto:jeremy...@gmail.com

  --
 You received this message because you are subscribed to the Google
 Groups TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to tiddlywiki+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google
 Groups TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to tiddlywiki+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.

 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 --
 Jeremy Ruston
 mailto:jeremy...@gmail.com




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TW5 NODE Syncer-browser error wen creating new tiddler

2014-09-18 Thread Jeremy Ruston
Hi Danielo

Can you reproduce the problem as a minimal test case with the stock
TiddlyWiki code? I'm afraid I don't have time to debug the additional code
in braintest at the moment.

Many thanks,

Jeremy


On Thu, Sep 18, 2014 at 11:41 AM, Danielo Rodríguez rdani...@gmail.com
wrote:

 Hello

 When this happens:
  - While creating a new table row using my editable-table customization.

 Where this happens:
 - Only in the node version. I tried with the latest one.

 Observations:
 - The tiddler is created and correctly saved despite the error that
 increases in an infinite loop.

 How to reproduce the problem:
 Just follow the instructions at
 http://braintest.tiddlyspot.com/#Inline%20editable%20tables:%5B%5BInline%20editable%20tables%5D%5D
 to recreate the scenario in a node wiki version.


 Attached you can see an screenshot.

 --
 You received this message because you are subscribed to the Google Groups
 TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Announcing TiddlyWiki version 5.0.18-beta

2014-09-18 Thread Jeremy Ruston
Hi Matabele,

Glad it worked out.

I thought I was the only person to use the word belay these days; it's an
awesome nautical term that I rather like. Glad to see it being used!

Best wishes

Jeremy


On Thu, Sep 18, 2014 at 5:42 AM, Matabele matabele.b...@gmail.com wrote:

 Hi

 Belay that -- this occurred only in the first offline copy I downloaded
 after I had been messing around with a few settings. I can no longer
 replicate this error.

 regards


 On Thursday, September 18, 2014 6:16:24 AM UTC+2, Matabele wrote:

 Hi Jeremy

 Checking the boxes or clicking the 'home, 'close all', 'permaview' or
 'import' buttons of the 'Tools' tab in the sidebar results in confusing
 behaviour.

 regards

 On Wednesday, September 17, 2014 11:26:58 PM UTC+2, Jeremy Ruston wrote:

 I'm delighted to announce that TiddlyWiki version 5.0.18-beta has been
 released:

 http://tiddlywiki.com/

 You can upgrade at:

 http://tiddlywiki.com/upgrade.html

 As usual, please take care to ensure that you keep a careful backup
 before attempting to upgrade.

 This is a minor release in preparation for coming out of beta on
 Saturday. There are more improvements to the documentation, and a number of
 bug fixes. See the release note for more details.

 With just a couple of days before the full release I'd very much
 appreciate any attention you can give to testing this release.

 I'd like to thank all the contributors to this release, including
 @BramChen, @buggyj, @Eucaly, @pmario and @xcazin.

 Please reply here with any issues or questions.

 Best wishes

 Jeremy.



 --
 Jeremy Ruston
 mailto:jeremy...@gmail.com




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Eliminate margin below header

2014-09-18 Thread PauldM
I want to eliminate the space between the header and text below the header. 
That way I can get more text on smaller screens like my tablet en 
smartphone. 

Now I have in my personal stylesheet the line;

*h2,h3,h4,h5,h6 {margin-bottom: -0.7em;}*

But sometimes the header and text below get mixed. Can anyone give me a 
hint how to achieve this without text getting mixed sometimes.

Paul

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Tabs Macro: Entire separate tiddlers as the only input?

2014-09-18 Thread Michael
Hi,

I remember that it was possible in TWC to create tabs from text sections in 
the same tiddler.

The TW5 tabs macro seems to take only entire (separate) tiddlers as input 
for the tabsList. Or is it possible to organise content from the same 
tiddler into tabs?

Thanks for your help!
Michael

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Briefcase Plugin -- a GTD tool

2014-09-18 Thread Roma Hicks
Ha ha, I literally never noticed that!  Thanks.

On Wed, Sep 17, 2014 at 5:00 PM, Julie julie.strzele...@gmail.com wrote:

 Yes, I know you retagged $:/core/ui/SideBar/Recent with $:/tags/MoreSideBar
 instead of $:/tags/SideBar.
 What I try to say is that there is already a $:/core/ui/MoreSideBar/Recent
 tiddler in the core with exaclty the same content as
 $:/core/ui/SideBar/Recent, so untagging this last one instead of retagging
 it was sufficient.

 Le mercredi 17 septembre 2014 22:03:20 UTC+2, Roma Hicks a écrit :

 Thanks Julie.

 If were are talking about the Recent tab that is normally found on the
 Sidebar, I did not recreate it but simply retagged it from $:/tags/Sidebar
 to $:/tags/MoreSidebar.  All of the core tiddler overwrites are actually
 one-line code additions or tagging changes, but for anyone poking around in
 the code, or trying to merge it with another plugin, I thought the
 transparency of listing these tiddlers was appropriate.


 On Wednesday, September 17, 2014 3:19:38 AM UTC-5, Julie wrote:

 That seems really nice!
 I've never used a GTD tool, but I was considering it, so I will probably
 give it a try.

 Just a little note: you don't have to add the recent tab from the
 sidebar to the moresidebar, as it is already there ;-)

  --
 You received this message because you are subscribed to a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/PaqBfARpbgQ/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




-- 
Roma Quintin Hicks

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TW5 NODE Syncer-browser error wen creating new tiddler

2014-09-18 Thread Andreas Hahn

Am 18.09.2014 12:59, schrieb Jeremy Ruston:
Can you reproduce the problem as a minimal test case with the stock 
TiddlyWiki code? I'm afraid I don't have time to debug the additional 
code in braintest at the moment.


Understandable. And this is not a TW5 bug, but rather a newtiddler 
widget bug.


However, here is what happens there:

Danielo edited the newtiddler widget to clear the text field (set to 
undefined) of the skeleton tiddler. Coincidentally the text field is 
used to determine whether the tiddler is a skinny tiddler or not. So as 
soon as the text field is cleared and a text reference to 
$:/temp/table (the skeleton tiddler) is resolved (since the text field 
of the skeleton tiddler is set to be the title of the new tiddler within 
the newtiddler widget attributes), the core thinks this is a skinny 
tiddler and tries to lazy load it.


This causes an 404 error which in turn creates an alert message. This 
alert message is (surprise) a tiddler itself which triggers a refresh 
event which causes the newtiddler widget to compute its attributes. And 
since one of the attributes is the TextReference to $:/temp/table 
(with text: undefined), it triggers the lazy load again which fails 
again = alert message triggers refresh TextReference evaluation = 
triggers lazy load = ...


So I'm afraid Danielo, I think this should be fixed in your code. 
(Suggested fix: set the text field to empty string)


/Andreas

--
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Briefcase Plugin -- a GTD tool

2014-09-18 Thread Jim McD
Roma

Thanks for this.  I have been using mGSD/GTD continuously since 2006, and 
praying for a TW5 conversion.

Rather than shower you with update requests, I would just say one thing.  
Please make Briefcase a one-for-one conversion of mGSD, and make it easy 
for users to tweak.  Everybody has different things they want it to do/not 
do.  IMO the best way to accommodate that is to make Briefcase a strict, 
core interpretation of the David Allen book, but at the same time allow 
users to tweak it easily, hopefully without being full time developers.  
Each can then embellish or reduce it as they will.

In the old mGSD, Simon Baird used to get bombarded with requests to make 
mGSD do things that are not part of GTD and are already covered by other 
tools, eg make it a diary, a contacts database, a project manager.  If 
somebody wants a contacts manager, there are a thousand apps they can knock 
themselves out with. But good GTD apps are very rare.  Thankfully Simon 
resisted that and mGSD remains an efficient, clean GTD tool.  I would love 
Briefcase to take over that role.

My 2 cents worth.

Thanks again.
Jim

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Announcing TiddlyWiki version 5.0.18-beta

2014-09-18 Thread Jim McD
Hi Jeremy

dumb Q1  What skills do I need to develop/customize TW5 ?

dumb Q2  In the old tiddlywiki you could edit any tiddler by double 
clicking.  Even tiddlers that contained code, like plugins.  How can I edit 
stuff now ?  Not by viing the whole file I am sure.

Jim

On Thursday, September 18, 2014 12:05:38 PM UTC+1, Jeremy Ruston wrote:

 Hi Matabele,

 Glad it worked out.

 I thought I was the only person to use the word belay these days; it's 
 an awesome nautical term that I rather like. Glad to see it being used!

 Best wishes

 Jeremy


 On Thu, Sep 18, 2014 at 5:42 AM, Matabele matabe...@gmail.com 
 javascript: wrote:

 Hi

 Belay that -- this occurred only in the first offline copy I downloaded 
 after I had been messing around with a few settings. I can no longer 
 replicate this error.

 regards


 On Thursday, September 18, 2014 6:16:24 AM UTC+2, Matabele wrote:

 Hi Jeremy

 Checking the boxes or clicking the 'home, 'close all', 'permaview' or 
 'import' buttons of the 'Tools' tab in the sidebar results in confusing 
 behaviour.

 regards

 On Wednesday, September 17, 2014 11:26:58 PM UTC+2, Jeremy Ruston wrote:

 I'm delighted to announce that TiddlyWiki version 5.0.18-beta has been 
 released:

 http://tiddlywiki.com/

 You can upgrade at:

 http://tiddlywiki.com/upgrade.html

 As usual, please take care to ensure that you keep a careful backup 
 before attempting to upgrade.

 This is a minor release in preparation for coming out of beta on 
 Saturday. There are more improvements to the documentation, and a number 
 of 
 bug fixes. See the release note for more details.

 With just a couple of days before the full release I'd very much 
 appreciate any attention you can give to testing this release.

 I'd like to thank all the contributors to this release, including 
 @BramChen, @buggyj, @Eucaly, @pmario and @xcazin.

 Please reply here with any issues or questions.

 Best wishes

 Jeremy.



 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com
  



 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] TypeError: this.syncer.tiddlerInfo is undefined

2014-09-18 Thread Chris D'Iorio
I'm getting the above-noted error after importing a bunch of tiddlers from 
a TWC wiki to a nodes.js TW5 installation. I'm also getting a raft of 
WARNING: tag $:/tags/stylesheet on 
$:/plugins/tiddlywiki/codemirror/lib/codemirror.css 
https://execcompkb.dyndns.org/#%24%3A%2Fplugins%2Ftiddlywiki%2Fcodemirror%2Flib%2Fcodemirror.css
 
should be replaced with $:/tags/Stylesheet errors at the very top of the 
page. I also can no longer save new tiddlers (although their drafts are 
saved). 

I fear this may be an RTFM moment: given how long I've used TW, I should 
have more familiarity with its mechanics, but I thought I'd ask in case 
there was an obvious solution to my problem.

Thanks in advance for any help!

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Trivial bug in TW5.18

2014-09-18 Thread 'Stephen Kimmel' via TiddlyWiki
Not an important issue but one that should be fixed someday.

When switching from Classic storyview to Zoomin storyview with only one 
tiddler visible, Tiddlywiki makes the one visible tiddler invisible leaving 
the screen blank other than the sidebar. Its probably trivial if few people 
switch between Zoomin and one of the other views.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Dynamic Modal Lightbox?

2014-09-18 Thread Michael Evans
Thanks again! I just want to point out for anyone referencing this later on 
that, in #1 of the captions examples, the template should include img 
src={{$:/*lightBox*/currentImage##img}} / and 
{{$:/*lightBox*/currentImage##caption}} 
instead of {{$:/state... but of course you can name it according to your 
own organizational preferences. 

Thanks again,
Michael

On Tuesday, September 16, 2014 11:22:47 PM UTC-4, Andreas Hahn wrote:

  Am 17.09.2014 02:43, schrieb Michael Evans:
  
  Is there a way for me to pass a caption to the ModalImage tiddler in 
 addition to the image source?
  

 Hi Michael,

 yes it is possible using the same kind of approach but in my opinion it 
 gets pretty ugly then. Nevertheless there are two possibilities that I can 
 think of:

 *#1 The persistent one*

 Create a tiddler called $:/lightBox/currentImage and set its type to 
 'Data Dictionary'. 
 Then the macros can be redesigned like this:

 \define lightBox(img, caption, template)
 $button message=tm-modal param=$template$  
 set=$:/lightBox/currentImage setTo=
 img: $img$
 caption: $caption$

 [img width=100 [$img$]]
 /$button
 \end

 \define lightBoxWithFixedTemplate(img, caption)
 lightBox $img$ $caption$ ModalImage
 \end

 Of course you would also have to change your template to include a caption:

 img src={{$:/state/currentImage##img}} /

 {{$:/state/currentImage##caption}}

 *#2 The somewhat pretty one*

 Some time ago Matabele published a set of various useful widgets that are 
 capable of emitting messages. In particular, one could redesign the 
 lightbox macro with help of his SetField widget:

 \define lightBox(img, caption, template)

 $setfield tiddler=$:/state/currentImage set=!!caption 
 setTo=$caption$ message=tm-modal
 param=$template$
 $setfield tiddler=$:/state/currentImage set=!!img setTo=$img$
 $button message=tw-set-field

 [img width=100 [$img$]]
 /$button
 /$setfield
 /$setfield
 \end

 This time I also feel much more comfortable using $:/state/currentImage 
 for that, since it does not have to be setup first and only carries state 
 information. In your template you can access the image-url and the caption 
 like this:

 img src={{$:/state/currentImage!!img}} /

 {{$:/state/currentImage!!caption}}

 /Andreas

 P.S.: Thanks Jeremy :D
  

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TW5 NODE Syncer-browser error wen creating new tiddler

2014-09-18 Thread Danielo Rodríguez


 However, here is what happens there: 

 Danielo edited the newtiddler widget to clear the text field (set to 
 undefined) of the skeleton tiddler. Coincidentally the text field is 
 used to determine whether the tiddler is a skinny tiddler or not. So as 
 soon as the text field is cleared and a text reference to 
 $:/temp/table (the skeleton tiddler) is resolved (since the text field 
 of the skeleton tiddler is set to be the title of the new tiddler within 
 the newtiddler widget attributes), the core thinks this is a skinny 
 tiddler and tries to lazy load it. 

 This causes an 404 error which in turn creates an alert message. This 
 alert message is (surprise) a tiddler itself which triggers a refresh 
 event which causes the newtiddler widget to compute its attributes. And 
 since one of the attributes is the TextReference to $:/temp/table 
 (with text: undefined), it triggers the lazy load again which fails 
 again = alert message triggers refresh TextReference evaluation = 
 triggers lazy load = ... 

 So I'm afraid Danielo, I think this should be fixed in your code. 
 (Suggested fix: set the text field to empty string) 

 /Andreas 


Wow, that's tricky, or at least curious.

Thank you Andreas for your detailed description. I'm not sure if I tested 
this before in any other version of node.

Anyway, I will fix it as soon as I can.

thank you very much!

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TypeError: this.syncer.tiddlerInfo is undefined

2014-09-18 Thread PMario
Hi Chris,

On Thursday, September 18, 2014 3:46:16 PM UTC+2, Chris D'Iorio wrote:

 I'm getting the above-noted error after importing a bunch of tiddlers from 
 a TWC wiki to a nodes.js TW5 installation.


You can _not_ use TiddlyWiki classic plugins with TW5! ... TW5 has its own 
codemirror plugin. .
 

 I'm also getting a raft of WARNING: tag $:/tags/stylesheet on 
 $:/plugins/tiddlywiki/codemirror/lib/codemirror.css 
 https://execcompkb.dyndns.org/#%24%3A%2Fplugins%2Ftiddlywiki%2Fcodemirror%2Flib%2Fcodemirror.css
  
 should be replaced with $:/tags/Stylesheet errors at the very top of the 
 page. 


Just open all tiddlers, that are tagged $:/tags/stylesheet and change it 
to: $:/tags/Stylesheet  and the warning should go away.
 

 I also can no longer save new tiddlers (although their drafts are saved). 


hmmm, no idea here.
 

 I fear this may be an RTFM moment: given how long I've used TW, I should 
 have more familiarity with its mechanics, but I thought I'd ask in case 
 there was an obvious solution to my problem.


Asking questions is never wrong :) Reading manuals is a good idea too ;)

hope that helps!
-mario

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Briefcase Plugin -- a GTD tool

2014-09-18 Thread Danielo Rodríguez


 Rather than shower you with update requests, I would just say one thing.  
 Please make Briefcase a one-for-one conversion of mGSD, and make it easy 
 for users to tweak.  Everybody has different things they want it to do/not 
 do.  IMO the best way to accommodate that is to make Briefcase a strict, 
 core interpretation of the David Allen book, but at the same time allow 
 users to tweak it easily, hopefully without being full time developers.  
 Each can then embellish or reduce it as they will.

 In the old mGSD, Simon Baird used to get bombarded with requests to make 
 mGSD do things that are not part of GTD and are already covered by other 
 tools, eg make it a diary, a contacts database, a project manager.  If 
 somebody wants a contacts manager, there are a thousand apps they can knock 
 themselves out with. But good GTD apps are very rare.  Thankfully Simon 
 resisted that and mGSD remains an efficient, clean GTD tool.  I would love 
 Briefcase to take over that role.




I can't avoid feeling referenced by that comment. 
IF you think my suggestions does not worth to be on the implementation of 
Briefcase, I would like to hear why.
Rather than only asking for new features, I gave code ready to be used. One 
of my main suggestions (that is already implemented on my personal version) 
is to give context to the actions. I reviewed the OLD version of mGSD and 
the context is present.

Here is a snapshot of how what I customized looks like. Let me know if you 
find it useful or not:



https://lh3.googleusercontent.com/-sBki8KF3Mes/VBrzCZTj0ZI/Lgo/w9IQ7OUjLDg/s1600/myDashboard.PNG

Anyway, mGSD looks like a very matured tool. If you like it, there is 
nothing that will make you leave it. TW5 is a reboot, a new point of view 
so is normal to expect that things could change.


Regards.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tabs Macro: Entire separate tiddlers as the only input?

2014-09-18 Thread 'c pa' via TiddlyWiki
Michael,

Another vote for inline tabs
You can create tabs referring to sections of the current tiddler by 
wrapping those sections in the $reveal widget and using a customized 
version of tabs. 

tabs creates a unique tiddler to store its state and $reveal needs to 
know which tiddler name to use to control its state. I've edited tabs 
to create mytabs to remove the call to the unique macro and then 
point to the Tabs state=xxx variable in $reveal

I have examples of this over at http://cpashow.tiddlyspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Eliminate margin below header

2014-09-18 Thread Stephan Hradek
Is this enough to get you going?

div.tc-tiddler-body h1,
div.tc-tiddler-body p:first-child,
div.tc-tiddler-body h1 + p {
margin:0;
}


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] new $click widget and openAllTagged macro

2014-09-18 Thread BJ
Hi all, 
I have written a widget that enables a list of links (or buttons) to be all 
clicked at the same time. It watches for writes to a specified tiddler and 
when the tiddler is written with the same content as  a specifed value 
(like the reveal widget) it generates a click event. 
I have used it to write some macros to operate on all tiddlers with the 
same tag

It can be found here http://bjtools.tiddlyspot.com/ 
see ClickAction http://bjtools.tiddlyspot.com/#ClickAction

cheers

BJ

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Vertical alignment in Tables

2014-09-18 Thread 'Stephen Kimmel' via TiddlyWiki

Are there some specific plugins that you would like to see me work on first?

-e

Where to start? I guess my top priorities are: 

The Table of Contents inside a tiddler based on headers (though I realize 
there is a technical issue there.) The editor functions rank well up there. 
The functions that allow you to do bulk deletes and editing of fields and 
titles. The image sizing one. 



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Vertical alignment in Tables

2014-09-18 Thread 'Stephen Kimmel' via TiddlyWiki

Are there some specific plugins that you would like to see me work on first?

-e

Where to start? I guess my top priorities are: 

The Table of Contents inside a tiddler based on headers (though I realize 
there is a technical issue there.) The editor functions rank well up there. 
The functions that allow you to do bulk deletes and editing of fields and 
titles. The image sizing one. 



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Briefcase Plugin -- a GTD tool

2014-09-18 Thread David Szego
Hi Roma, sounds like you haven't seen it, but I took Simon's amazing mGSD 
tool and hugely expanded it over a couple of years... check out dGSD at 
http://thinkcreatesolve.biz

I would *love* to turn this into a TiddlyWiki 5 file, but honestly don't 
have the time lately to dedicate (haven't even gotten into 5 yet, myself).

If you'd like to use it as a basis for what you're doing, it would be my 
pleasure to work with you where needed. Give a look at contact me directly.

Cheers,
David Szego


On Tuesday, 16 September 2014 15:48:52 UTC-4, Roma Hicks wrote:

 Hello everyone,

 For those familiar and use the mGSD http://mgsd.tiddlyspot.com/#mGSD tool, 
 you probably have run into spotty usage with the dropping of NPAPI 
 and consequently Java on some platforms, this led to the inability to save 
 changes and the inability to use mGSD!  Nooo!

 So over the course of a few weeks, I slowly hacked together a mGSD-like 
 tool.  It is not as feature packed, but the general workflow is there and I 
 did my best to distill the features I used the most (and hopefully others 
 as well).  I packaged the plugin and called it Briefcase, I have been using 
 it for a week as-is, both personally and professionally.

 Briefcase features:

- Realms
- Projects
   - make actions associated with a project
- Actions (Tasks)
   - create dependant actions
- Ticklers (Reminders)
- References
- Contacts
   - delegated actions
- Several Dashboards for Management

 When developing any of my hobby software, I usually use Fossil SCM 
 http://www.fossil-scm.org/.  The source can be accessed at 
 https://chiselapp.com/user/roma0104/repository/TW5-Briefcase/ but I will 
 port the repository to Git and post on GitHub as soon as I get a chance.  I 
 will also get to cleaning the code and meeting more of TiddlyWiki's style 
 guidelines soon.  There is one build note you can find on the example page. 
  

 Built in to Briefcase are two other plugins that might be of interest, 
 though equally as rough.  In the example Briefcase, I built the two other 
 plugins outside of the Briefcase plugin, just drag and drop to you TW5 to 
 use.  Sources http://chiselapp.com/user/roma0104/

- DatePicker http://romahicks.com/example.html#DatePicker
- DateFilter http://romahicks.com/example.html#DateFilter


 Currently, I have only tested the plugin with 5.0.16.  

 See the example Briefcase plugin in action 
 http://romahicks.com/example.html
 Download an empty Briefcase http://romahicks.com/briefcase.html (TW5 
 5.0.16-beta)

 I know there was some mild interest in such a tool from others, so please 
 use if you wish to do so.  I probably won't update any bugs or features 
 until the imminent emergence of TW5 from beta.  Thanks!
  


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Organize dated tiddlers on a calendar

2014-09-18 Thread RickL
I have a list of journal entries of which the tiddler title is the date and 
time of creation. 

Is it possible to create a macro that would place these entries on a 
calendar tiddler, by date? This is way over my head but thought I would ask.

Let me know if the question makes sense.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Tiddlyclip plugin release - create clips of webpages

2014-09-18 Thread 'Mark S.' via TiddlyWiki
When I put a line like this in the in the bottom of the configuration table 
in the TiddlySnip config tiddler:

  |Science|copy|Science|[[defaultSnip]]||

and then try to snip using the Science entry, the resulting tiddler is 
not tagged as Science.

FF 0.0.4alpha, TW plugin 0.0.6-alpha, FF 27 (windows)  30 (linux).

Mark

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Announcing TiddlyWiki version 5.0.18-beta

2014-09-18 Thread Eric Shulman
On Thursday, September 18, 2014 6:23:57 AM UTC-7, Jim McD wrote:

 dumb Q1  What skills do I need to develop/customize TW5 ?


As with TiddlyWiki Classic, the core code is written in *Javascript*, and 
the page display is a combination of *CSS *and *HTML*, so knowing at least 
a bit of these technologies is a good idea.  There's also a lot of 
TiddlyWiki5 architecture to learn: new *WikiText *formatting, a set of 
built-in *widgets* for generating output, a powerful *filter* syntax for 
selecting tiddlers, and much more!   There's also new ways to set up your 
TiddlyWiki: in addition to the single-file usage familiar to TiddlyWiki 
Classic users, you can also install TiddlyWiki5 using *nodeJS*, so it runs 
as a local server using a folder of tiddlers stored as separate files, 
and support for server-based storage is also integrated into the 
TiddlyWiki5 core, so hosting your tiddlers online is now much more 
efficient and flexible (you can save individual tiddler changes, rather 
than uploading the entire file)

dumb Q2  In the old tiddlywiki you could edit any tiddler by double 
 clicking.  Even tiddlers that contained code, like plugins.  How can I edit 
 stuff now ?  Not by viing the whole file I am sure.


By default, there are 3 icons that appear in the top right of each tiddler 
shown: info (an i in a circle), edit (a pencil), and close (an X). 
 Click the pencil to start editing the tiddler.  When editing there are 
three icons as well: delete (a trashcan), cancel (an x in a circle), and 
save (a checkmark).  When you are done editing, click the checkmark to save 
your tiddler changes.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Briefcase Plugin -- a GTD tool

2014-09-18 Thread Alfonso Arciniega
Roma,

I share Jim's comments, as a daily user of mGSD for over five years.

Thank you, you are up to a great start!

Alfonso

On Thursday, September 18, 2014 7:17:52 AM UTC-6, Jim McD wrote:




-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Tiddlyclip plugin release - create clips of webpages

2014-09-18 Thread BJ
HI Mark,
what your have typed is correct, so there is a bug. I will fix it in the 
next couple of days.
In the mean time you can still tag you tiddlers another way.  The rules (eg 
defaultSnip) also have a table entry for tags.
You can make a new rule tiddler by cloning the defaultSnip tiddler.

 If you don't have a clone icon enabled in tiddlywiki you do this by going 
to the ControlPanel (click the cog icon) then the Appearance tab then the 
Toolbars.

create then modify the clone (rename it to myRule or whatever) and put 
'Science' in the tag entry.

then add this to the TiddlyClipConfig

  |Science|copy||[[myRule]]||


If you are going to add other categories like 'art' and 'music' then it is 
better to put a reference in the rules tag entry (instead of 'Science') 
like so:- ((*@category*))
that way you can reuse the new rule:

  |Science|copy||[[myRule]]||
  |music|copy||[[myRule]]||
  |art|copy||[[myRule]]||

cheers

BJ


On Thursday, September 18, 2014 9:30:12 PM UTC+2, Mark S. wrote:

 When I put a line like this in the in the bottom of the configuration 
 table in the TiddlySnip config tiddler:

   |Science|copy|Science|[[defaultSnip]]||

 and then try to snip using the Science entry, the resulting tiddler is 
 not tagged as Science.

 FF 0.0.4alpha, TW plugin 0.0.6-alpha, FF 27 (windows)  30 (linux).

 Mark



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] is not saving backups

2014-09-18 Thread dlund4
How do I get TW5 to create backups? I set the Backup Directory to bak in 
the Advanced Settings of the Saving tab in the ControlPanel and manually 
created the folder in the same folder as my tiddlywiki, but nothing ever 
appears in it. Autosave is eanbled, so I would expect there to be a lot of 
backups. I tried setting the director to ./bak too for awhile, but never 
had anything appear there either.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] New TiddlyDesktop release?

2014-09-18 Thread Olivier Paroz
In my case, it was simply because I always ended up crashing Firefox with 
my 100-150 open tabs and one day a wiki got corrupt.
I could probably use another profile for that, but thought I would first 
try a dedicated app instead.

Olivier

On Wednesday, 17 September 2014 16:51:18 UTC+2, Jeremy Ruston wrote:

 This requests (along with things like tabbed browsing and spell checking) 
 does raise some interesting questions. The more we try to make 
 TiddlyDesktop like a real browser, the more work it will be, and the 
 closer TiddlyDesktop will become to Firefox+TiddlyFox. So the question that 
 I need to understand is why some people prefer TiddlyDesktop over 
 Firefox+TiddlyFox?



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Is there a setting to allow drag/drop of images to create local links?

2014-09-18 Thread 'Mark S.' via TiddlyWiki
If you drag and drop an image, TW 5 tries to encode the entirety as a 
tiddler. This would quickly make the TW  way too big.

Is there a setting that will allow images that are drag/dropped to just 
form a local link?

Thanks!
Mark

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Briefcase Plugin -- a GTD tool

2014-09-18 Thread Daniel Baird
On 18 September 2014 23:17, Jim McD gym.mcdonn...@googlemail.com wrote:

 [...]
 In the old mGSD, Simon Baird used to get bombarded with requests to make
 mGSD do things that are not part of GTD and are already covered by other
 tools, eg make it a diary, a contacts database, a project manager.  If
 somebody wants a contacts manager, there are a thousand apps they can knock
 themselves out with. But good GTD apps are very rare.  Thankfully Simon
 resisted that and mGSD remains an efficient, clean GTD tool.  I would love
 Briefcase to take over that role.



Good luck with this, Roma.  Nice job so far.

The catchcry for MonkeyGTD / mGSD was catholic GTD (*catholic* in the
sense of *strictly by the book*, so you could say 'canonical GTD' if you
like).  On reflection this may have been subtly influenced by Jeremy
Ruston's good example, carefully curating features for the original
TiddlyWiki.

The only non-book mGSD feature is Realms, which got added to keep work and
home projects separate -- we decided that David Allen might be able to take
time out of his workday to go buy new socks or gardening equipment or
whatever, but that normal people didn't get to do home-things during work
time.  So Realms let you kind of run two separate GTD systems side by side,
one for work and one for home.

Probably the most requested feature was due dates, but the GTD book makes
it clear that calendaring is different from task tracking, and I always
thought (and I think Simon agrees) that someone who wanted due dates on all
tasks was doing something other than GTD.

Obviously it's up to you whether you want Briefcase to follow the mGSD
policy on features (and I don't think Danielo has requested any non-GTD
features anyway), or even whether you want Briefcase to be a big deal you
spend time maintaining and supporting; I guess I mainly wanted to say that
it's never too early to consider the high level, hand-wavy stuff about
feature addition policy etc.

Also, I'll admit I've never actually used dGSD, but it looks awesome --
maybe you and David should have chat about joining forces or something. The
other strand of tw GTD tools was d-cubed, at http://www.dcubed.ca --
might be worth a look for a compare-and-contrast thing.


Cheers!
Daniel

Oh and PS - there's a GTD tiddlywiki group:
https://groups.google.com/forum/#!forum/tiddlywiki-gtd

-- 
Daniel Baird
objoke: I had a problem and decided to solve it with threading. Now,
have problems. two I

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Maths rendering in TW

2014-09-18 Thread Daniel Baird
Is anyone planning to make a TW5 maths rendering plugin?  This looks like
it would fit right into TiddlyWiki:

http://khan.github.io/KaTeX/
https://github.com/Khan/KaTeX

(Sorry if someone's mentioned it already, I don't remember seeing it here
before)

Cheers
Daniel

-- 
Daniel Baird
objoke: I had a problem and decided to solve it with threading. Now,
have problems. two I

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Using TW for a Geology (or Scientific) Thesis (and creating a mod)

2014-09-18 Thread Tomás Iglesias
Hi everyone, just discovered TiddlyWiki a few days ago and I'm already 
trying to use it as my main information center. The problem is that I've 
never had a personal wiki before, so I'm geting used to this new system, 
and I'm not sure of how to use it for my thesis. Should I use it just as a 
notebook for thoughts and ideas? should I write most of the thesis in a TW 
and then generate my latex document? use different TW for both ideas and 
have links between them? or both ideas in one big TW?

I have seen http://tesis.tiddlyspot.com/ and 
http://tw5.scholars.tiddlyspot.com/ from Alberto Molina, and both are 
awesome, but are too focused in humanities from my point of view and I'm 
not sure that they will do a better job than Zotero and my latex file 
(maybe I'm wrong). If I find the time and knowledge, TW for Scholars would 
be my starting point to mod it a little bit for a more writing in 
progress approach.

So, for a newbie, where should I start to understand the way to store 
information in TW for my thesis (or just enter lots of bits of information 
and then figure out how to use it?).

thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] can i change the background color of a single tiddler ?

2014-09-18 Thread aamaadmi
or customize 1 tiddler only ?

--

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] is not saving backups

2014-09-18 Thread Matthew DeAbreu
Those settings are for use with a webserver and store.(php|cgi) which is used 
by TiddlySpot and won't work with a copy of TiddlyWiki stored on your computer. 
I'm not sure if it's possible to create back ups, maybe someone else can answer 
that but the best way I've found is to store the TiddlyWiki file in my Dropbox 
directory.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Disable automatic WikiLinks using \rules except wikilink?

2014-09-18 Thread Robert Naud
Hi TheDiveO,

I have a global macro that is using a \rules, but at first, I placed it 
above the \define and it was not working. I placed it right under and it 
works for me. Let me know if this behaves the way you expect.

Regards,
Robert

On Friday, August 1, 2014 4:54:54 AM UTC-4, TheDiveO wrote:

 I know that it is possible to disable automatic WikiLinks by defining the 
 following global macro:

 \define tw-wikilinks() no

 As of TW5 5.0.13 global macros work by tagging the Tiddler containing this 
 macro definition as $:/tags/Macro. So far, so good.

 I would have expected that the same effect could also be achieved by 
 disabling the wikilink parser rule in a global macro ... but this doesn't 
 work:

 \rules except wikilink

 What is the reason that pragmas cannot be used in global macros tiddlers 
 and that they don't get carried over into the view template?

 Best regards,
 -- TheDiveO


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] can i change the background color of a single tiddler ?

2014-09-18 Thread Alex Hough
Tiddly style attributes can now be linked to tags, this could be a way
forward?

Alex

On Friday, 19 September 2014, aamaadmi harjotdoad1...@gmail.com wrote:

 or customize 1 tiddler only ?

 --

 --
 You received this message because you are subscribed to the Google Groups
 TiddlyWiki group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to tiddlywiki+unsubscr...@googlegroups.com
 javascript:_e(%7B%7D,'cvml','tiddlywiki%2bunsubscr...@googlegroups.com');
 .
 To post to this group, send email to tiddlywiki@googlegroups.com
 javascript:_e(%7B%7D,'cvml','tiddlywiki@googlegroups.com');.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.