[tw] Re: NoteStormTW official home

2014-09-17 Thread Shash
Hi Dave,

Worked like a charm. One question however. Instead of transcluding the 
entire tiddler, is there anyway to transclude only 4-5 lines. 

Regards
Shash

On Wednesday, September 17, 2014 1:06:32 AM UTC+5:30, David Gifford wrote:

 Hi Shash

 I use a list filter in $:/_aa/ViewTemplate/NoteList which is tagged with 
 $:/tags/ViewTemplate so it will be appended to each the tiddler.

 That way the tiddlers tagged with a tiddler's title and also tagged 
 $:/Note appear in the notelist section at the bottom of the tiddler.

 Each note is wrapped with textboxwhite CSS which is in my Stylesheet 
 tiddler.

 Hope that explanation helps.

 Dave

 On Tuesday, September 16, 2014 2:29:21 PM UTC-5, Shash wrote:

 Hi Dave,

 Really fantastic. I really liked the concept of this.

 I would like to understand a few tricks though. I really liked having all 
 the tiddlers listed in for a particular tag in the same tiddler. I was 
 looking for this a long time. Can you please help me on this. Thanks!

 Shash


 On Tuesday, September 16, 2014 11:17:04 PM UTC+5:30, RickL wrote:

 I like it!
 Lots of potential for multiple uses...

 On Friday, September 12, 2014 3:37:09 PM UTC-4, David Gifford wrote:

 NoteStormTW is now upgraded to 5.0.17. It should be good to use. 
 Blessings!

 Dave

 On Friday, September 12, 2014 11:33:51 AM UTC-5, David Gifford wrote:

 Hello everyone,

 http://notestorm.giffmex.org/ is now the official home for 
 NoteStormTW. There is also a link there to an example file. I spent hours 
 trying in vain to do an adequate tutorial video. I have discovered that 
 is 
 not one of my strengths. :-) So just play with NoteStormTW. I would love 
 your feedback here.

 Once TW 5.0.17 is released, I will upgrade the file, since there will 
 be a breaking change (the StyleSheet tag). After that, NoteStormTW should 
 be good to go.

 Eventually I hope that NoteStormTW will become an official edition for 
 TiddlyWiki, also available via GitHub. For now it is an 'unofficial user 
 adaptation.'

 Blessings,

 Dave



-- 
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: Is there a plugin or tool to delete tiddlers matching tag (or filter) ?

2014-09-17 Thread Stephan Hradek
To answer the follow up question, take a look at 
http://tw5magick.tiddlyspot.com/ and search for Rename Tags which I 
created using a trick shown by Alberto Molina.

-- 
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-17 Thread Julie
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 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: Any idea how to shorten this?

2014-09-17 Thread Stephan Hradek
removeprefix! ;)

I had a look at the documentation and found a solution I like.

Instead of building my table rows in the loop, I do it in a macro now. 
Removing the title's prefix in the loop, I can reduce my list to:

\define qc_row(id)
  tr
td$checkbox tiddler=QC $id$ tag=resolved//td
td
  $link to=QC $id$QC $id$/$link
  a href=testdirector:[S]our.qc.server/qcbin,MYDOMAIN,SOMETHINGELSE,%
5bAnyUser%5d;2:$id$↗/a
/td
td$transclude tiddler=QC $id$ field=summary//td
  /tr
\end

table
tr
  thOK/th
  thDefect Number/th
thSummary/th
/tr

$list filter=[prefix[QC ]!tag[resolved]!sort[title]removeprefix[QC ]]
  $macrocall $name=qc_row id=currentTiddler/
/$list
$list filter=[prefix[QC ]tag[resolved]!sort[title]removeprefix[QC ]]
  $macrocall $name=qc_row id=currentTiddler/
/$list
/table


-- 
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: Is there a plugin or tool to delete tiddlers matching tag (or filter) ?

2014-09-17 Thread Stephan Hradek
To answer your first question, create this tiddler:

|!Search tag: | $edit-text tiddler=$:/temp/RenameTags/search tag=input 
type=text/ |

---

!//Matching tiddlers for deletion//
$list filter=[!has[draft.of]tag{$:/temp/RenameTags/search}sort[created]]

$button message=tm-delete-tiddlerDELETE/$button $link$view 
field=title//$link

/$list


-- 
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: Auto dial

2014-09-17 Thread PMario
On Tuesday, September 16, 2014 8:41:56 PM UTC+2, Jeremy Ruston wrote:


 [ext[tel:+123|call 123 as a phone number]]


imo parameters need to be switched?

[ext[call 123 as a phone number|tel:+123]] ... With FireFox this opens a 
dialog to start skype or an other program

-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] SOS! How to do math in TiddlyWiki5

2014-09-17 Thread Yaron Hadad
Hello!

I've updated my TiddlyWiki to version 5. The math stopped working 
unfortunately... I am using my TiddlyWiki mostly for math so this is 
essential for me.

Is there a way to make jsMath work in the new TiddlyWiki?

By the way, I love the new interface it is beatiful!

Thanks,
Yaron

-- 
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] SOS! How to do math in TiddlyWiki5

2014-09-17 Thread Andreas Hahn

Hi Yaron,

there are currently 2 possibilities to include math in TW5:

1) Via MathJax (which works similiar to jsmath.. i think :D). You can 
find a plugin and some examples for that here 
http://mathjax-tw5.kantorsite.net/


2) TW has native support for MathML as long as your browser supports it 
too, but I guess it won't be compatible with your current stuff and 
without an external editor is very cumbersome to type.


So try out the MathJax plugin and tell me if it works for you.

/Andreas

Am 17.09.2014 12:31, schrieb Yaron Hadad:

Hello!

I've updated my TiddlyWiki to version 5. The math stopped working 
unfortunately... I am using my TiddlyWiki mostly for math so this is 
essential for me.


Is there a way to make jsMath work in the new TiddlyWiki?

By the way, I love the new interface it is beatiful!

Thanks,
Yaron
--
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 
mailto:tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com 
mailto: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.


Re: [tw] Re: NoteStormTW official home

2014-09-17 Thread David Gifford
Not a clue. Good question for a new thread.

On Wed, Sep 17, 2014 at 1:22 AM, Shash skmurth...@gmail.com wrote:

 Hi Dave,

 Worked like a charm. One question however. Instead of transcluding the
 entire tiddler, is there anyway to transclude only 4-5 lines.

 Regards
 Shash

 On Wednesday, September 17, 2014 1:06:32 AM UTC+5:30, David Gifford wrote:

 Hi Shash

 I use a list filter in $:/_aa/ViewTemplate/NoteList which is tagged with
 $:/tags/ViewTemplate so it will be appended to each the tiddler.

 That way the tiddlers tagged with a tiddler's title and also tagged
 $:/Note appear in the notelist section at the bottom of the tiddler.

 Each note is wrapped with textboxwhite CSS which is in my Stylesheet
 tiddler.

 Hope that explanation helps.

 Dave

 On Tuesday, September 16, 2014 2:29:21 PM UTC-5, Shash wrote:

 Hi Dave,

 Really fantastic. I really liked the concept of this.

 I would like to understand a few tricks though. I really liked having
 all the tiddlers listed in for a particular tag in the same tiddler. I was
 looking for this a long time. Can you please help me on this. Thanks!

 Shash


 On Tuesday, September 16, 2014 11:17:04 PM UTC+5:30, RickL wrote:

 I like it!
 Lots of potential for multiple uses...

 On Friday, September 12, 2014 3:37:09 PM UTC-4, David Gifford wrote:

 NoteStormTW is now upgraded to 5.0.17. It should be good to use.
 Blessings!

 Dave

 On Friday, September 12, 2014 11:33:51 AM UTC-5, David Gifford wrote:

 Hello everyone,

 http://notestorm.giffmex.org/ is now the official home for
 NoteStormTW. There is also a link there to an example file. I spent hours
 trying in vain to do an adequate tutorial video. I have discovered that 
 is
 not one of my strengths. :-) So just play with NoteStormTW. I would love
 your feedback here.

 Once TW 5.0.17 is released, I will upgrade the file, since there will
 be a breaking change (the StyleSheet tag). After that, NoteStormTW should
 be good to go.

 Eventually I hope that NoteStormTW will become an official edition
 for TiddlyWiki, also available via GitHub. For now it is an 'unofficial
 user adaptation.'

 Blessings,

 Dave

  --
 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/EY74vuE6hK8/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.




-- 
David Gifford
Christian Reformed World Missions, Mexico City

-- 
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: NoteStormTW official home

2014-09-17 Thread RickL
Dave,
I see so many possibilities where this could be used!
One question - how can the sort order of the tiddler titles shown in 
'Contents' be changed?  Seems to sort chronologically by created date. Cold 
that be changed to sort alphabetically by title? That would be helpful if 
using this as a client list, or any list where tiddler titles were more 
relevant than creation date.

Thanks 
Rick

On Wednesday, September 17, 2014 7:23:03 AM UTC-4, David Gifford wrote:

 Not a clue. Good question for a new thread.

 On Wed, Sep 17, 2014 at 1:22 AM, Shash skmur...@gmail.com javascript: 
 wrote:

 Hi Dave,

 Worked like a charm. One question however. Instead of transcluding the 
 entire tiddler, is there anyway to transclude only 4-5 lines. 

 Regards
 Shash

 On Wednesday, September 17, 2014 1:06:32 AM UTC+5:30, David Gifford wrote:

 Hi Shash

 I use a list filter in $:/_aa/ViewTemplate/NoteList which is tagged with 
 $:/tags/ViewTemplate so it will be appended to each the tiddler.

 That way the tiddlers tagged with a tiddler's title and also tagged 
 $:/Note appear in the notelist section at the bottom of the tiddler.

 Each note is wrapped with textboxwhite CSS which is in my Stylesheet 
 tiddler.

 Hope that explanation helps.

 Dave

 On Tuesday, September 16, 2014 2:29:21 PM UTC-5, Shash wrote:

 Hi Dave,

 Really fantastic. I really liked the concept of this.

 I would like to understand a few tricks though. I really liked having 
 all the tiddlers listed in for a particular tag in the same tiddler. I was 
 looking for this a long time. Can you please help me on this. Thanks!

 Shash


 On Tuesday, September 16, 2014 11:17:04 PM UTC+5:30, RickL wrote:

 I like it!
 Lots of potential for multiple uses...

 On Friday, September 12, 2014 3:37:09 PM UTC-4, David Gifford wrote:

 NoteStormTW is now upgraded to 5.0.17. It should be good to use. 
 Blessings!

 Dave

 On Friday, September 12, 2014 11:33:51 AM UTC-5, David Gifford wrote:

 Hello everyone,

 http://notestorm.giffmex.org/ is now the official home for 
 NoteStormTW. There is also a link there to an example file. I spent 
 hours 
 trying in vain to do an adequate tutorial video. I have discovered that 
 is 
 not one of my strengths. :-) So just play with NoteStormTW. I would 
 love 
 your feedback here.

 Once TW 5.0.17 is released, I will upgrade the file, since there 
 will be a breaking change (the StyleSheet tag). After that, NoteStormTW 
 should be good to go.

 Eventually I hope that NoteStormTW will become an official edition 
 for TiddlyWiki, also available via GitHub. For now it is an 'unofficial 
 user adaptation.'

 Blessings,

 Dave

  -- 
 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/EY74vuE6hK8/unsubscribe.
 To unsubscribe from this group and all its topics, 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.




 -- 
 David Gifford
 Christian Reformed World Missions, Mexico City
  

-- 
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 TiddlyDesktop release?

2014-09-17 Thread Danielo Rodríguez
Hello.

I know that Jeremy should be very busy with the new release of tiddlywiki. 
I just want to ask in a constructive way. When is the next release of 
tiddlyDesktop planned?

There are some improvements I would like to see like:

   - The zip file packed into a single folder. Most of software zip 
   packages comes with a root directory. This way, if you just click unzip 
   here you will get a single folder, and not a collection of folders.
   - The ability of right click. Very useful in many situations. At leas to 
   have a configurable option for this.
   - The feature of saving tiddlers as individual files. Since the 
   application has access to the FS there is nothing that keep us away from 
   this.
   - On windows, if you close the main application window this will close 
   all the wikis. I would love to have only one window opened since I use only 
   one wiki.


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.


Re: [tw] Re: NoteStormTW official home

2014-09-17 Thread David Gifford
Hi RickL

Change the sort order of any tiddler by creating a list field, and adding
the tiddlers in the order you wish for them to be sorted.

On Wed, Sep 17, 2014 at 8:07 AM, RickL rickle...@gmail.com wrote:

 Dave,
 I see so many possibilities where this could be used!
 One question - how can the sort order of the tiddler titles shown in
 'Contents' be changed?  Seems to sort chronologically by created date. Cold
 that be changed to sort alphabetically by title? That would be helpful if
 using this as a client list, or any list where tiddler titles were more
 relevant than creation date.

 Thanks
 Rick

 On Wednesday, September 17, 2014 7:23:03 AM UTC-4, David Gifford wrote:

 Not a clue. Good question for a new thread.

 On Wed, Sep 17, 2014 at 1:22 AM, Shash skmur...@gmail.com wrote:

 Hi Dave,

 Worked like a charm. One question however. Instead of transcluding the
 entire tiddler, is there anyway to transclude only 4-5 lines.

 Regards
 Shash

 On Wednesday, September 17, 2014 1:06:32 AM UTC+5:30, David Gifford
 wrote:

 Hi Shash

 I use a list filter in $:/_aa/ViewTemplate/NoteList which is tagged
 with $:/tags/ViewTemplate so it will be appended to each the tiddler.

 That way the tiddlers tagged with a tiddler's title and also tagged
 $:/Note appear in the notelist section at the bottom of the tiddler.

 Each note is wrapped with textboxwhite CSS which is in my Stylesheet
 tiddler.

 Hope that explanation helps.

 Dave

 On Tuesday, September 16, 2014 2:29:21 PM UTC-5, Shash wrote:

 Hi Dave,

 Really fantastic. I really liked the concept of this.

 I would like to understand a few tricks though. I really liked having
 all the tiddlers listed in for a particular tag in the same tiddler. I was
 looking for this a long time. Can you please help me on this. Thanks!

 Shash


 On Tuesday, September 16, 2014 11:17:04 PM UTC+5:30, RickL wrote:

 I like it!
 Lots of potential for multiple uses...

 On Friday, September 12, 2014 3:37:09 PM UTC-4, David Gifford wrote:

 NoteStormTW is now upgraded to 5.0.17. It should be good to use.
 Blessings!

 Dave

 On Friday, September 12, 2014 11:33:51 AM UTC-5, David Gifford wrote:

 Hello everyone,

 http://notestorm.giffmex.org/ is now the official home for
 NoteStormTW. There is also a link there to an example file. I spent 
 hours
 trying in vain to do an adequate tutorial video. I have discovered 
 that is
 not one of my strengths. :-) So just play with NoteStormTW. I would 
 love
 your feedback here.

 Once TW 5.0.17 is released, I will upgrade the file, since there
 will be a breaking change (the StyleSheet tag). After that, NoteStormTW
 should be good to go.

 Eventually I hope that NoteStormTW will become an official edition
 for TiddlyWiki, also available via GitHub. For now it is an 'unofficial
 user adaptation.'

 Blessings,

 Dave

  --
 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/EY74vuE6hK8/unsubscribe.
 To unsubscribe from this group and all its topics, 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.




 --
 David Gifford
 Christian Reformed World Missions, Mexico City

  --
 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/EY74vuE6hK8/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.




-- 
David Gifford
Christian Reformed World Missions, Mexico City

-- 
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-17 Thread Danielo Rodríguez
After a couple of hours using it, here are some things I would like to see 
implemented:

   - Dynamic realm association. If I change the realm of a project I would 
   like to see all its task change the realm too. Probably many people would 
   expect the opposite behavior, to have a single project with many 
   realms. Matter of taste.
   - The realm visibility is a very nice feature, but sometimes it is too 
   away from where you are (specially on mobile). A realm selector inside the 
   main Dashboard would make it awesome.
   - Regarding the previous request... what about a fixed top-bar with some 
   useful shortcuts? Maybe you think this is useless since you have all those 
   tools in the sidebar. Well, the sidebar is not very accessible while 
   on mobile, and I'm using this tool in mobile and desktop.
   - Some times a task its so complex that you realize it should be 
   a sub-project. I would love to have a button to turn a task into 
   a sub-project of its parent.
   - Since the creation of tiddler and its modification is managed mostly 
   by your UI this does not fires the auto-save mechanism. I have autosave 
   activated but I still have to save manually. What about triggering 
   auto-save message on every edit?
   - Regarding the realm... I noticed that it affects the visibility of the 
   drop-down menus. I didn't expect this behavior. Try this: open a project 
   with certain realm. Change the realm visibility, create a new task from 
   that project.
   - I really love the Dashboard. It gives you a good big picture of what 
   do you have. The problem here is the task are non contextualized. A task is 
   usually a short text that means nothing without context. What about a 
   dashboard with project titles under each state? 
   -Wating actions
   -- Project A
   ---Task a
   ---Task b
   - What about a special realm filter called all? The name gives a clue of 
   what I would expect from it.


As I previously said, this is an amazing job, and I'm loving it a lot.
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: TiddlyWiki Hangout #61 on Tuesday 16th September at 4pm BST

2014-09-17 Thread David Gifford
So was there a Hangout? I don't see the upload at Youtube yet

Dave

On Tuesday, September 16, 2014 9:59:06 AM UTC-5, Jeremy Ruston wrote:

 The hangout is about to start over at:


 https://plus.google.com/hangouts/_/hoaevent/AP36tYcPvxMlcm5RDjKr0DJAX2mwyWeTc1w719NDmMWJD2ZABZ-OOw

 It appears that YouTube is undergoing scheduled maintenance which may 
 prevent us from recording the session.

 Best wishes

 Jeremy


 On Wed, Sep 10, 2014 at 10:09 AM, Jeremy Ruston jeremy...@gmail.com 
 javascript: wrote:

 TiddlyWiki Hangout #61 will be on Tuesday 16th September at 4pm BST 
 (which is UTC+01:00). More details:

 https://plus.google.com/events/cmgu0r720nf1ckn7nlbq01d8oj0

 Feel free to post questions with the QA button on the video preview 
 above, or by posting here,

 Best wishes

 Jeremy

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



 -- 
 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: Briefcase Plugin -- a GTD tool

2014-09-17 Thread Danielo Rodríguez
One more thing:

Why is not a future projects list inside the dashboard?
What about a third state for projects? Like task, waiting.
What do you think about including a completed task list under each project? 
Maybe it should be an expandable accordion.

-- 
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: NoteStormTW official home

2014-09-17 Thread Stephan Hradek
I did not follow the thread, but this is a trick with which one can 
transclude the first 100 words of a tiddler.

Don't know whether it's useful for anyone.

$list filter=[list[HelloThere!!text]limit[100]]currentTiddler 
/$list

Replace HelloThere with the tiddlername of your choice.

Replace 100 with the number of words you want transcluded.

-- 
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: TiddlyWiki Hangout #61 on Tuesday 16th September at 4pm BST

2014-09-17 Thread Jeremy Ruston
Hi David


We weren't able to record the hangout due to the YouTube scheduled maintenance 
mentioned above, but we went ahead and had the hangout anyway.




Much of the discussion was triggered by this material from ArmchairDesigner:




http://septembertw.tiddlyspot.com/




Best wishes




Jeremy
—
jeremy.rus...@gmail.com

On Wed, Sep 17, 2014 at 3:07 PM, David Gifford dgiff...@crcna.org wrote:

 So was there a Hangout? I don't see the upload at Youtube yet
 Dave
 On Tuesday, September 16, 2014 9:59:06 AM UTC-5, Jeremy Ruston wrote:

 The hangout is about to start over at:


 https://plus.google.com/hangouts/_/hoaevent/AP36tYcPvxMlcm5RDjKr0DJAX2mwyWeTc1w719NDmMWJD2ZABZ-OOw

 It appears that YouTube is undergoing scheduled maintenance which may 
 prevent us from recording the session.

 Best wishes

 Jeremy


 On Wed, Sep 10, 2014 at 10:09 AM, Jeremy Ruston jeremy...@gmail.com 
 javascript: wrote:

 TiddlyWiki Hangout #61 will be on Tuesday 16th September at 4pm BST 
 (which is UTC+01:00). More details:

 https://plus.google.com/events/cmgu0r720nf1ckn7nlbq01d8oj0

 Feel free to post questions with the QA button on the video preview 
 above, or by posting here,

 Best wishes

 Jeremy

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



 -- 
 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.


Re: [tw] New TiddlyDesktop release?

2014-09-17 Thread Jeremy Ruston
Hi Danielo

I hope to make a new release of TiddlyDesktop and TiddlyFox in the next few
weeks.

* The zip file packed into a single folder. Most of software zip packages
comes with a root directory. This way, if you just click unzip here you
will get a single folder, and not a collection of folders.

Are you talking about the Windows version here? I don't think it's possible
to flatten the directory structure; it's just how node-webkit works (I'm
disappointed there isn't a way to pack a node-webkit app into a single .exe
file).

* The ability of right click. Very useful in many situations. At leas to
have a configurable option for this.

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?

* The feature of saving tiddlers as individual files. Since the application
has access to the FS there is nothing that keep us away from this.

Export functionality is coming to the core and should work fine in
TiddlyDesktop.

* On windows, if you close the main application window this will close all
the wikis. I would love to have only one window opened since I use only one
wiki.

There's a ticket for this problem:

https://github.com/Jermolene/TiddlyDesktop/issues/4

Best wishes

Jeremy


On Wed, Sep 17, 2014 at 2:48 PM, Danielo Rodríguez rdani...@gmail.com
wrote:

 Hello.

 I know that Jeremy should be very busy with the new release of tiddlywiki.
 I just want to ask in a constructive way. When is the next release of
 tiddlyDesktop planned?

 There are some improvements I would like to see like:

- The zip file packed into a single folder. Most of software zip
packages comes with a root directory. This way, if you just click unzip
here you will get a single folder, and not a collection of folders.
- The ability of right click. Very useful in many situations. At leas
to have a configurable option for this.
- The feature of saving tiddlers as individual files. Since the
application has access to the FS there is nothing that keep us away from
this.
- On windows, if you close the main application window this will close
all the wikis. I would love to have only one window opened since I use only
one wiki.


 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.




-- 
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] Re: [TW5] How to export tiddler fields to a file without using the nodejs version

2014-09-17 Thread vpl
Hi Jeremy

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

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 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.


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

2014-09-17 Thread Jeremy Ruston
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.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] New TiddlyDesktop release?

2014-09-17 Thread Danielo Rodríguez

* Are you talking about the Windows version here? I don't think it's possible 
to flatten the directory structure; it's just how node-webkit works (I'm 
disappointed there isn't a way to pack a node-webkit app into a single .exe 
file).

Yes, I'm talking about Windows version. What I'm asking for is possible in 
Windows, it is related on how the zip is packed. What I expect after 
decompressing the zip file is to have a folder containing all the needed files. 



* 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?

Is not a matter of making tiddlyDesktop a a real browser, is just about giving 
to it some useful functions. There are many reasons why I do prefer 
tiddlyDesktop over Firefox :
1.  It is portable and beautiful and gives the feeling of using a dedicated 
application for what I'm doing. I have several programs open on my daily basis, 
and having one dedicated to one of my main tools is nice. 
2. I don't have to install an overloaded, ugly, resource eater browser that I 
don't like and I could not have rights to. 
3. I don't have to install a plugin that could not be available in the future 
(this happened in the past ) due to random decisions from mozzilla. 
3. We (and with this I mean you ☺) can configure tiddlyDesktop to be what we 
need. 
4. Fast and easy, just open the program and all my files are there. 
5. Do I mentioned that it is very cool? 


* Export functionality is coming to the core and should work fine in 
TiddlyDesktop.

I'm not talking about exporting. I'm talking about saving individual tiddlers 
as tid files like node JS does. 

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: [TW 5.0.16]Footnote Popup Not Working

2014-09-17 Thread Danielo Rodríguez
Glad you liked it. 

All the plugin developers are waiting till the stable release of tiddlywiky. 
After that some adaptation work is required. So visit again my wiki at 
TiddlySpot.com in a month for an updated version of all my plugins. 

RRegards 

-- 
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: TiddlyWiki 10th Anniversary Hangout on Saturday 20th September at 4pm

2014-09-17 Thread Danielo Rodríguez
Damn! 
This weekend is the Spanish national yoyo contest, which am I one of the 
organizers and an old champion. I have to attend the event, but I will try to 
find a wifi hotspot or something like that to attend to the 10th anniversary of 
my very favorite piece of software. 

-- 
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] tiddlywiki / nodejs issues

2014-09-17 Thread Paula Te
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+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-17 Thread Jeremy Ruston
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 pigwidgeonpa...@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+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: [tw5] Tiddlyclip plugin release - create clips of webpages

2014-09-17 Thread 'Mark S.' via TiddlyWiki
At the moment, it doesn't appear to work for snipping or pinning in Firefox 
30 for Linux Mint on Linux Mint 16. It docks, and Tid works, but snip and 
pin don't.

This is using FF plugin 0.0.4alpha  and  0.0.6-alpha TW plugin.

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] tiddlywiki / nodejs issues

2014-09-17 Thread Paula Te
{
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 
 javascript: 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 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.


Re: [tw] Re: TiddlyWiki 10th Anniversary Hangout on Saturday 20th September at 4pm

2014-09-17 Thread Jeremy Ruston
 This weekend is the Spanish national yoyo contest, which am I one of the
organizers and an old champion

Wow! I'm thoroughly impressed. I hope you'll do a yoyo-ers edition of
TiddlyWiki at some point...

It would be great if you were able to join us on Saturday, fingers crossed.

Best wishes

Jeremy



On Wed, Sep 17, 2014 at 5:39 PM, Danielo Rodríguez rdani...@gmail.com
wrote:

 Damn!
 This weekend is the Spanish national yoyo contest, which am I one of the
 organizers and an old champion. I have to attend the event, but I will try
 to find a wifi hotspot or something like that to attend to the 10th
 anniversary of my very favorite piece of software.

 --
 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.


Re: [tw] New TiddlyDesktop release?

2014-09-17 Thread Jeremy Ruston
Hi Danielo

* Are you talking about the Windows version here? I don't think it's
 possible to flatten the directory structure; it's just how node-webkit
 works (I'm disappointed there isn't a way to pack a node-webkit app into a
 single .exe file).

 Yes, I'm talking about Windows version. What I'm asking for is possible in
 Windows, it is related on how the zip is packed. What I expect after
 decompressing the zip file is to have a folder containing all the needed
 files.


Ah, I see what you mean, yes that makes sense. I've added a ticket:

https://github.com/Jermolene/TiddlyDesktop/issues/37


 * 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?

 Is not a matter of making tiddlyDesktop a a real browser, is just about
 giving to it some useful functions. There are many reasons why I do prefer
 tiddlyDesktop over Firefox :
 1.  It is portable and beautiful and gives the feeling of using a
 dedicated application for what I'm doing. I have several programs open on
 my daily basis, and having one dedicated to one of my main tools is nice.
 2. I don't have to install an overloaded, ugly, resource eater browser
 that I don't like and I could not have rights to.
 3. I don't have to install a plugin that could not be available in the
 future (this happened in the past ) due to random decisions from mozzilla.
 3. We (and with this I mean you ☺) can configure tiddlyDesktop to be what
 we need.
 4. Fast and easy, just open the program and all my files are there.
 5. Do I mentioned that it is very cool?


That's helpful, thanks.


 * Export functionality is coming to the core and should work fine in
 TiddlyDesktop.

 I'm not talking about exporting. I'm talking about saving individual
 tiddlers as tid files like node JS does.


OK, that makes sense.

Many thanks,

Jeremy



 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.




-- 
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: [tw5] Tiddlyclip plugin release - create clips of webpages

2014-09-17 Thread BJ
HI Mark,

 when you say snip and pin  don't work, do you mean no tiddlers are 
produced or that tiddlers are produced but the content is missing or wrong 
in someway?

cheers BJ

On Wednesday, September 17, 2014 7:13:21 PM UTC+2, Mark S. wrote:

 At the moment, it doesn't appear to work for snipping or pinning in 
 Firefox 30 for Linux Mint on Linux Mint 16. It docks, and Tid works, but 
 snip and pin don't.

 This is using FF plugin 0.0.4alpha  and  0.0.6-alpha TW plugin.

 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: [tw5] Tiddlyclip plugin release - create clips of webpages

2014-09-17 Thread BJ
two things I forgot to mention in the docs:
a 'limitation'  with tiddlyclip is that it works on a per window basic - so 
the source and the target tab must be in the same window.
only one copy of the target tiddlywiki (the one where the tiddlers go to) 
must be open within the browser.

cheers

BJ
On Wednesday, September 17, 2014 7:13:21 PM UTC+2, Mark S. wrote:

 At the moment, it doesn't appear to work for snipping or pinning in 
 Firefox 30 for Linux Mint on Linux Mint 16. It docks, and Tid works, but 
 snip and pin don't.

 This is using FF plugin 0.0.4alpha  and  0.0.6-alpha TW plugin.

 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] TiddlyWiki 10th Anniversary Hangout on Saturday 20th September at 4pm

2014-09-17 Thread Alex Hough
TiddlyWiki has a yoyo competition champ  it's midst! Such a variety... A
missionary based in Mexico and a Spanish yoyo champ Wonderful!

I hope to log in at some point - from boring old Stockport in UK - looking
forward to it,

Alex

On Wednesday, 17 September 2014, Jeremy Ruston jeremy.rus...@gmail.com
wrote:

  This weekend is the Spanish national yoyo contest, which am I one of
 the organizers and an old champion

 Wow! I'm thoroughly impressed. I hope you'll do a yoyo-ers edition of
 TiddlyWiki at some point...

 It would be great if you were able to join us on Saturday, fingers crossed.

 Best wishes

 Jeremy



 On Wed, Sep 17, 2014 at 5:39 PM, Danielo Rodríguez rdani...@gmail.com
 javascript:_e(%7B%7D,'cvml','rdani...@gmail.com'); wrote:

 Damn!
 This weekend is the Spanish national yoyo contest, which am I one of the
 organizers and an old champion. I have to attend the event, but I will try
 to find a wifi hotspot or something like that to attend to the 10th
 anniversary of my very favorite piece of software.

 --
 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.




 --
 Jeremy Ruston
 mailto:jeremy.rus...@gmail.com
 javascript:_e(%7B%7D,'cvml','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
 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.


[tw] Vertical alignment in Tables

2014-09-17 Thread 'Stephen Kimmel' via TiddlyWiki
I'm sure there's an easy way to do this and I'm just as sure it has already 
been discussed but I have to ask anyway.

At the moment, Tiddlywiki vertically aligns all table cells to center by 
default. I would like to have some tables to have a vertical alignment with 
the text in the cells all at the top of the cell. My current alternative is 
to mark every cell with a ^ to force my top vertical alignment. 

Is there some easy way to create and invoke a css class that would apply 
that style to the entire table?

-- 
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-17 Thread Stephan Hradek
Did you try to create a tiddler tagged as $:/tags/Stylesheet containing

td, th { vertical-align: top; }


-- 
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-17 Thread Danielo Rodríguez
Hello again,

Here you have some examples of one of my proposals:

Next Actionshr/
div class=tw-menu-list-item
  $list 
filter=[field:gtd_type[project]!field:gtd_status[done]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}]
div class=tw-menu-list-subitem
$list 
filter=[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[next]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}limit[1]]
   $view field=gtd_project/
/$list
$list 
filter=[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[next]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
  /span
  $list filter=[is[current]!field:text[]]
nbsp;$transclude 
tiddler=$:/plugins/briefcase/core/images/excerpt/
  /$list
/div
  /$list
/div
  /$list
/div






div class=tw-menu-list-item
  Future Actions
  hr/
  $list 
filter=[field:gtd_type[project]!field:gtd_status[done]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}]
div class=tw-menu-list-subitem
 
$list 
filter=[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[future]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}limit[1]]
   $view field=gtd_project/
/$list
$list 
filter=[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[future]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
  /span
  $list filter=[is[current]!field:text[]]
nbsp;$transclude 
tiddler=$:/plugins/briefcase/core/images/excerpt/
  /$list
/div
  /$list
/div
  /$list
/div





div class=tw-menu-list-item
  Waiting Actions
  hr/
  $list 
filter=[field:gtd_type[project]!field:gtd_status[done]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}]
div class=tw-menu-list-subitem
 
$list 
filter=[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[waiting]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}limit[1]]
   $view field=gtd_project/
/$list
$list 
filter=[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[waiting]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
  /span
  $list filter=[is[current]!field:text[]]
nbsp;$transclude 
tiddler=$:/plugins/briefcase/core/images/excerpt/
  /$list
/div
  /$list
/div
  /$list
/div



El miércoles, 17 de septiembre de 2014 16:08:30 UTC+2, Danielo Rodríguez 
escribió:

 One more thing:

 Why is not a future projects list inside the dashboard?
 What about a third state for projects? Like task, waiting.
 What do you think about including a completed task list under each 
 project? Maybe it should be an expandable accordion.


-- 
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-17 Thread 'Stephen Kimmel' via TiddlyWiki
When I did that it appeared to change the arrangement of all my tables. I 
was hoping the change only some of them. Specifically the ones with a class 
of tw-skimmel as done in a table with 
|myClass tw-skimmel|k

-- 
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-17 Thread Roma Hicks
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 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-17 Thread Eric Shulman
On Wednesday, September 17, 2014 12:43:45 PM UTC-7, Stephen Kimmel wrote:

 When I did that it appeared to change the arrangement of all my tables. I 
 was hoping the change only some of them. Specifically the ones with a class 
 of tw-skimmel as done in a table with 
 |myClass tw-skimmel|k


To limit the effect of CSS rules, you need more specificity, by including 
a class name as well as element tags, like this:
.tw-skimmel td, .tw-skimmel th { vertical-align: top; }
The above rule will then only be applied to TD or TH elements contained 
within a tw-skimmel element (in this case, as table)

Also note that the syntax for adding your classname to the table is just:
|tw-skimmel|k
I'll bet that you started by copying the sample syntax given 
in http://tiddlywiki.com/#Tables%20in%20WikiText, which demonstrates *two* 
CSS classes being assigned to the table, (i.e., both myClass and 
anotherClass).  You don't need to include myClass... it's not a literal 
keyword... it's only an example of a classname.

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-17 Thread Roma Hicks
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.

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.

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.

On Wednesday, September 17, 2014 2:24:20 PM UTC-5, Danielo Rodríguez wrote:

 Hello again,

 Here you have some examples of one of my proposals:

 Next Actionshr/
 div class=tw-menu-list-item
   $list 
 filter=[field:gtd_type[project]!field:gtd_status[done]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}]
 div class=tw-menu-list-subitem
 $list 
 filter=[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[next]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}limit[1]]
$view field=gtd_project/
 /$list
 $list 
 filter=[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[next]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
   /span
   $list filter=[is[current]!field:text[]]
 nbsp;$transclude 
 tiddler=$:/plugins/briefcase/core/images/excerpt/
   /$list
 /div
   /$list
 /div
   /$list
 /div






 div class=tw-menu-list-item
   Future Actions
   hr/
   $list 
 filter=[field:gtd_type[project]!field:gtd_status[done]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}]
 div class=tw-menu-list-subitem
  
 $list 
 filter=[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[future]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}limit[1]]
$view field=gtd_project/
 /$list
 $list 
 filter=[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[future]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
   /span
   $list filter=[is[current]!field:text[]]
 nbsp;$transclude 
 tiddler=$:/plugins/briefcase/core/images/excerpt/
   /$list
 /div
   /$list
 /div
   /$list
 /div





 div class=tw-menu-list-item
   Waiting Actions
   hr/
   $list 
 filter=[field:gtd_type[project]!field:gtd_status[done]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}]
 div class=tw-menu-list-subitem
  
 $list 
 filter=[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[waiting]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}limit[1]]
$view field=gtd_project/
 /$list
 $list 
 filter=[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[waiting]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
   /span
   $list filter=[is[current]!field:text[]]
 nbsp;$transclude 
 tiddler=$:/plugins/briefcase/core/images/excerpt/
   /$list
 /div
   /$list
 /div
   /$list
 /div



 El miércoles, 17 de septiembre de 2014 16:08:30 UTC+2, Danielo Rodríguez 
 escribió:

 One more thing:

 Why is not a future projects list inside the dashboard?
 What about a third state for projects? Like task, waiting.
 What do you think about including a completed task list under each 
 project? Maybe it should be an expandable accordion.



-- 
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-17 Thread 'Mark S.' via TiddlyWiki
Ok, it's working, but differently than before (or maybe my memory failed).

Yesterday when I used the clipping, the target (docked) TW gave me an 
import tiddler where I could verify that what I wanted to import. Or  did I 
just imagine that? Maybe the tiddler only appears for tids? Today it's not 
asking me when web clipping -- just doing the clipping in the background 
silently.

Ok, seems to be working one way or the other.

Thanks!
Mark







On Wednesday, September 17, 2014 10:23:26 AM UTC-7, BJ wrote:

 HI Mark,

  when you say snip and pin  don't work, do you mean no tiddlers are 
 produced or that tiddlers are produced but the content is missing or wrong 
 in someway?

 cheers BJ

 On Wednesday, September 17, 2014 7:13:21 PM UTC+2, Mark S. wrote:

 At the moment, it doesn't appear to work for snipping or pinning in 
 Firefox 30 for Linux Mint on Linux Mint 16. It docks, and Tid works, but 
 snip and pin don't.

 This is using FF plugin 0.0.4alpha  and  0.0.6-alpha TW plugin.

 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: Introduction 2 new macros SelectStoryMacro and StoryGlueMacro

2014-09-17 Thread DaOza
Hi Mario,

Portlets plugin is amazing. Are you likely to get this going on TW5?

Ta,

Ajay

-- 
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-17 Thread 'Stephen Kimmel' via TiddlyWiki
Bingo! 

A) That works exactly as expected and
B) That was exactly how I got there; by copying from the documentation. 
Perhaps some clarification to the docs is in order.

Thanks, Eric.

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

-- 
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-17 Thread Michele Zaffalon
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 pigwidgeonpa...@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+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.


-- 
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] Tiddlyclip plugin release - create clips of webpages

2014-09-17 Thread BJ
I set the web clipping to either append the 'new' content to an existing
tid or to create a new tiddler with an incrementing number on the end of
the name, this means that it is not possible to overwrite existing content.
When clipping tiddlers it is possible to overwrite tiddlers with the same
name - so I would like a check before they are overridden so I pass these
to the import mechanism (i think I may need to add some logic to the import
mechanism to do the checks for same name overwrite??

cheers

BJ

On 17 September 2014 22:28, 'Mark S.' via TiddlyWiki 
tiddlywiki@googlegroups.com wrote:

 Ok, it's working, but differently than before (or maybe my memory failed).

 Yesterday when I used the clipping, the target (docked) TW gave me an
 import tiddler where I could verify that what I wanted to import. Or  did I
 just imagine that? Maybe the tiddler only appears for tids? Today it's not
 asking me when web clipping -- just doing the clipping in the background
 silently.

 Ok, seems to be working one way or the other.

 Thanks!
 Mark








 On Wednesday, September 17, 2014 10:23:26 AM UTC-7, BJ wrote:

 HI Mark,

  when you say snip and pin  don't work, do you mean no tiddlers are
 produced or that tiddlers are produced but the content is missing or wrong
 in someway?

 cheers BJ

 On Wednesday, September 17, 2014 7:13:21 PM UTC+2, Mark S. wrote:

 At the moment, it doesn't appear to work for snipping or pinning in
 Firefox 30 for Linux Mint on Linux Mint 16. It docks, and Tid works, but
 snip and pin don't.

 This is using FF plugin 0.0.4alpha  and  0.0.6-alpha TW plugin.

 Mark


  --
 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/9LoS8wLaFlI/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.


-- 
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-17 Thread 'Mark S.' via TiddlyWiki
Looking through the TiddlyClip reference, but can't seem to find this.

Is there a way to either 

  (1) Use an existing tiddler as a template for a web clipping

or

  (2) Specify user fields to be filled when web clippping

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.


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

2014-09-17 Thread BJ
Thanks
I have your context search plugin in all my Tw5 wikis

BJ

On Tuesday, September 16, 2014 11:23:43 PM UTC+2, Danielo Rodríguez wrote:

 Thank you for a new tool for TW

 Glad to see that you included my context search plugin.


-- 
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] Announcing TiddlyWiki version 5.0.18-beta

2014-09-17 Thread Jeremy Ruston
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.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] tiddlywiki / nodejs issues

2014-09-17 Thread Jeremy Ruston
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.zaffa...@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 pigwidgeonpa...@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+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.


  --
 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: [tw5] Tiddlyclip plugin release - create clips of webpages

2014-09-17 Thread BJ
Hi Mark,
you can copy text and one image with the Pin Action. 
It is a difficult to retain the format of a web page (or parts of) when 
clipped  - it is a security risk to copy to raw html, so it is 'sanitized' 
which removes all the styling. The end result can be a mess, technical 
stuff tends to have unsophisticated layouts so these tend to have better 
results.

Tiddlyclip is highly configurable, I have a number of different 'Actions' 
that I use. I clip (sanitized) html to create lists of technical notes. I 
plan to add some extra rules to the demo embedding  youtube videos. I also 
plan to show how to clip notes and organise them into list. I also use 
tiddlyclip to create logbooks for my projects which I will demo as well.

cheers

BJ

On Tuesday, September 16, 2014 10:59:07 PM UTC+2, Mark S. wrote:


 It looks very promising! Getting information into a TW is half the battle 
 sometimes.

 When clipping web pages I notice that images are omitted. So if you want 
 the images you have to go back and do it pretty much by hand. Do you think 
 it might be possible to have a version that will be able to clip the images 
 too?

 I guess this must be technologically challenging, since I've seen 
 commercial apps that have the same difficulty (they can clip text or 
 images, but not at the same time).

 Thanks for your wo
 Mark

 On Tuesday, September 9, 2014 5:16:24 AM UTC-8, BJ wrote:

 I am creating a plugin and browser addon that allows clips of web pages 
 to be collected into a tiddlywiki. It is now functional but still in 
 development. 
 As it is still in development, and it modifies the contents of 
 tiddlywikis, it is possible that the data within a tiddlywiki could be 
 destroyed if there is a bug - it is therefore RECOMMENDED at present that 
 tiddlyclip is only used  for experimentation in a separate tiddlywiki. The 
 plugin along with its documentation can be found here:

 Note that I have only used the plugin and firefox addon  on ubuntu 12.04.
 Feedback always welcomed!
 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: Briefcase Plugin -- a GTD tool

2014-09-17 Thread Julie
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 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: Introduction 2 new macros SelectStoryMacro and StoryGlueMacro

2014-09-17 Thread PMario
On Wednesday, September 17, 2014 10:41:27 PM UTC+2, DaOza wrote:

 Portlets plugin is amazing. Are you likely to get this going on TW5?


I'd like to have some navigation elements like this. .. yes. 
I was hoping to see some releases from David Johnston see the video link 
[1] ... but he didn't release any of his plugins. ... Which is really sad.

https://www.youtube.com/watch?feature=player_detailpagev=DZiU4uSGFnQ#t=2663

-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.


Re: [tw] Re: Any idea how to shorten this?

2014-09-17 Thread Xavier Cazin
Hi Stephan,

Very nice and concise! I knew I didn't get your initial question :-)

Xavier.

-- Xavier Cazin

On Wed, Sep 17, 2014 at 10:44 AM, Stephan Hradek stephan.hra...@gmail.com
wrote:

 removeprefix! ;)

 I had a look at the documentation and found a solution I like.

 Instead of building my table rows in the loop, I do it in a macro now.
 Removing the title's prefix in the loop, I can reduce my list to:

 \define qc_row(id)
   tr
 td$checkbox tiddler=QC $id$ tag=resolved//td
 td
   $link to=QC $id$QC $id$/$link
   a href=testdirector:[S]our.qc.server/qcbin,MYDOMAIN,SOMETHINGELSE
 ,%5bAnyUser%5d;2:$id$↗/a
 /td
 td$transclude tiddler=QC $id$ field=summary//td
   /tr
 \end

 table
 tr
   thOK/th
   thDefect Number/th
 thSummary/th
 /tr

 $list filter=[prefix[QC ]!tag[resolved]!sort[title]removeprefix[QC ]]
   $macrocall $name=qc_row id=currentTiddler/
 /$list
 $list filter=[prefix[QC ]tag[resolved]!sort[title]removeprefix[QC ]]
   $macrocall $name=qc_row id=currentTiddler/
 /$list
 /table


  --
 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.


-- 
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-17 Thread Matabele
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 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: Announcing TiddlyWiki version 5.0.18-beta

2014-09-17 Thread Matabele
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
  


-- 
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-17 Thread Stephan Hradek


Am Mittwoch, 17. September 2014 22:51:47 UTC+2 schrieb Stephen Kimmel:

 B) That was exactly how I got there; by copying from the documentation. 
 Perhaps some clarification to the docs is in order.

 Regarding that: It's CSS that you need to learn for this. Nothing 
tiddlywiki should document as CSS is fairly well documented. Check 
http://www.w3schools.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: Vertical alignment in Tables

2014-09-17 Thread Eric Shulman
On Wednesday, September 17, 2014 10:20:50 PM UTC-7, Stephan Hradek wrote:

 Am Mittwoch, 17. September 2014 22:51:47 UTC+2 schrieb Stephen Kimmel:

 B) That was exactly how I got there; by copying from the documentation. 
 Perhaps some clarification to the docs is in order.
 Regarding that: It's CSS that you need to learn for this. Nothing 
 tiddlywiki should document as CSS is fairly well documented. Check 
 http://www.w3schools.com/


Actually, in this case, the confusion *is* in the TiddlyWiki documentation 

In http://tiddlywiki.com/#Tables%20in%20WikiText, the section regarding use 
of CSS classes for tables simply says:

Table CSS classes... can be specified as special pseudo-rows:
|myclass anotherClass|k

To those unfamiliar with TiddlyWiki syntax, it's not clear that myclass 
isn't a special keyword used by TW, or that more than one class can be 
specified using a space-separated list.  It's a subtle point, but clearly 
at least one person mis-interpreted the example.  There's always room to 
improve documentation!

-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.