[tw] Re: [TW5] Add information to Fields/Links ?

2014-08-19 Thread Jean-Charles
Le lundi 18 août 2014 21:54:33 UTC+2, Stephan Hradek a écrit : Am Montag, 18. August 2014 21:17:46 UTC+2 schrieb Jean-Charles: I came across TW5 while coding a personal document management for myself, and TW5 seem to be an excellent candidate. However I would like to expose a feature

[tw] Re: [TW5] Add information to Fields/Links ?

2014-08-19 Thread Jean-Charles
Got the trick to access the field and make a Link of it : $list filter=[!has[draft.of]tag[document]sort[created]] *$link to={{!!title}}$view field=title/ /$linksmall$link to={{!!author}}$view field=author//$link/small /$list I am still by feedback regarding the following kind of use case

[tw] Re: [TW5] Announcing TiddlyWiki 5.0.14-beta

2014-08-19 Thread Ton Gerner
Hi Jeremy, Is there something similar for the Sidebar (double chevron) button? Usecase: my (TW5.0.13) read-only plugin [1] that does not work properly in TW5.0.14. In $:/plugins/tongerner/ro/publish I can toggle the visibility of the Sidebar button on/off (CSS-wise), which works. But when I

[tw] Re: [TW5] Announcing TiddlyWiki 5.0.14-beta

2014-08-19 Thread Danielo Rodríguez
I just took a look but: *I love it! * I'm curious about how you have implemented the import mechanism. As you maybe remember I was working on a plugin to do exactly this, and I was just using an array for temporary storage. My widget uses filters (some of them preset) to select which

Re: [tw] [TW5] Add information to Fields/Links ?

2014-08-19 Thread Jeremy Ruston
Hi Jean-Charles I came across TW5 while coding a personal document management for myself, and TW5 seem to be an excellent candidate. However I would like to expose a feature that may really be neat for managing all kind of informations, and that do not seem to exist from my (newbie)

Re: [tw] Re: Tweaking reveal states and button states

2014-08-19 Thread David Gifford
Hey Jeremy Here are the results of my experimenting with your toc macro, slightly tweaked and with different CSS http://giffmex.org/experiments/toctemplate.html#StartHere Sorry I can't be at the hangouts this semester, I have classes at the seminary on Tuesdays. Blessings! And thanks again

Re: [tw] Re: Tweaking reveal states and button states

2014-08-19 Thread Jeremy Ruston
Hi Dave Great, glad it's making sense. I've just added a variant of the toc macro that selectively displays the expand/collapse buttons according to whether a node actually has any children: https://github.com/Jermolene/TiddlyWiki5/commit/58730b74526c056ff0206fdc3469354c3fe21d24 It needs more

Re: [tw] Re: Tweaking reveal states and button states

2014-08-19 Thread David Gifford
Ah, that is nice to be able to distinguish between them. The visual issue is that the items with no children stay flush left, so they are no longer aligned correctly with the ones that do have children that move right when the icon is added. Dave On Tue, Aug 19, 2014 at 6:31 AM, Jeremy Ruston

Re: [tw] Re: Tweaking reveal states and button states

2014-08-19 Thread David Gifford
what about a bold plus sign for closed tiddlers with children, and bold minus signs for open tiddlers with children, and for tiddlers with no children? On Tue, Aug 19, 2014 at 6:31 AM, Jeremy Ruston jeremy.rus...@gmail.com wrote: Hi Dave Great, glad it's making sense. I've just added a

[tw] Re: [TW5] How to automate Table of Content?

2014-08-19 Thread Danielo Rodríguez
The problem is, how do you determine which tag should be the parent and which should be the child? El lunes, 18 de agosto de 2014 18:14:15 UTC+2, Ken Gray escribió: this is really awesome. I was wondering if there was a way of making netsted categories based on tags. for instance, if a

[tw] Macro Rojo

2014-08-19 Thread Ken Gray
so Danielo Rodríguez made this really nice 'Red Text' macro and it got me to wondering if I could make one for each of the other colors I want. so I made a macro called $:/macros/danielo/rojo-blue.js with this text. note the changes highlighted but it doesn't work when I call it from a

Re: [tw] Re: [TW5] How to automate Table of Content?

2014-08-19 Thread Ken Gray
could you do it in the order it's coded? the first being the parent and then the children would just fall into place after that? Ken On Tue, Aug 19, 2014 at 8:43 AM, Danielo Rodríguez rdani...@gmail.com wrote: The problem is, how do you determine which tag should be the parent and which

[tw] Re: TiddlyWiki Hangout #57 on Tuesday 19th August at 4pm BST (UTC+1)

2014-08-19 Thread Jeremy Ruston
The hangout is about to start over at: https://plus.google.com/hangouts/_/hoaevent/AP36tYePeyO_O-v0icOeOliwl-TDXdNGpxJMDy6pDw2z_6bqYi-qcw Best wishes Jeremy On Sat, Aug 16, 2014 at 2:08 PM, Jeremy Ruston jeremy.rus...@gmail.com wrote: Just a reminder that the next TiddlyWiki Hangout will be

Re: [tw] Re: [TW5] How to automate Table of Content?

2014-08-19 Thread Danielo Rodríguez
What do you mean with: *could you do it in the order it's coded?* El martes, 19 de agosto de 2014 16:16:24 UTC+2, Ken Gray escribió: could you do it in the order it's coded? the first being the parent and then the children would just fall into place after that? Ken On Tue, Aug

[tw] Re: [TW5] Filter for Subsequence Item under TOC

2014-08-19 Thread Danielo Rodríguez
You have duplicated this topic at: https://groups.google.com/forum/#!topic/tiddlywiki/-cLtPJoqG2E El miércoles, 13 de agosto de 2014 05:27:38 UTC+2, James escribió: Can I add a filter under the sub topic in TOC? I understand that TOC did pretty well in creating the hierachy and collapse

[tw] Font Colour

2014-08-19 Thread Ken Gray
I was doing some work with Danielo Rodríguez's work with the rojo macro and since it's pretty easy to build a bunch of scripts for a bunch of different colours, couldnt we modify this to pass along colour as a parameter? here's his rojo code and how it's called. rojo text to put in red color

[tw] Re: Is auto-tagging possible in TiddlyWiki (5.0.13-beta)?

2014-08-19 Thread Danielo Rodríguez
This seems a very good approach. I think Jeremy should consider to include this into the core. What about a pull request Stephan? The only step left is to move that list to an external tiddler and make every new tiddler to add its title to it. El sábado, 9 de agosto de 2014 20:04:15 UTC+2,

Re: [tw] Re: [TW5] How to automate Table of Content?

2014-08-19 Thread Ken Gray
in the same what you assign levels in non-ordered lists. if you have 3 tids with 'parent' tag assigned and each of them have one tag with 'child0', 'child1', 'child2' respectively but the 1st tid has 'child2' AND 'child3' like this. - parent - child0 - tid0 - child1

Re: [tw] Re: [TW5] How to automate Table of Content?

2014-08-19 Thread Ken Gray
the html would look likej this liparent/liullichild0/liullitid0/li/ullichild1/liullitid1/li/ullichild2/liullitid2/li/ullichild3/liullitid0/li On Tuesday, August 19, 2014 10:51:19 AM UTC-5, Ken Gray wrote: in the same what you assign levels in non-ordered lists. if you have 3 tids with

[tw] Re: [TW5] Announcing TiddlyWiki 5.0.14-beta

2014-08-19 Thread 'Stephen Kimmel' via TiddlyWiki
Two trivial suggestions concerning the new import function: If possible I would like to see a checkbox that would allow me to unselect all or alternatively start with none selected. If all I want to import is just a few tiddlers, having to individually uncheck hundreds of individual tiddlers

[tw] Re: [TW5] Announcing TiddlyWiki 5.0.14-beta

2014-08-19 Thread Måns
+1 And a list filter list and/or search based on tags feature + select all from the resulting list. That would be very practical! Cheers Måns Mårtensson Den tirsdag den 19. august 2014 19.16.51 UTC+2 skrev Stephen Kimmel: Two trivial suggestions concerning the new import function: If

[tw] Re: Font Colour

2014-08-19 Thread Ton Gerner
Hi Ken, Why not do it in WikiText? Create a macro tiddler, tagged with $:/tags/Macro, containing: \define red(color,text) @@color:$color$; $text$ @@ \end and use it like this: clr red This is red Cheers, Ton On Tuesday, August 19, 2014 5:44:38 PM UTC+2, Ken Gray wrote: I was doing some

[tw] Re: Font Colour

2014-08-19 Thread Ken Gray
that's perfect!!! however, I'm getting 'illegal character' JS error. did it mess up your copy/paste? On Tuesday, August 19, 2014 1:23:10 PM UTC-5, Ton Gerner wrote: Hi Ken, Why not do it in WikiText? Create a macro tiddler, tagged with $:/tags/Macro, containing: \define red(color,text)

[tw] Re: Font Colour

2014-08-19 Thread Ton Gerner
Hi Ken, Sorry, too fast I started with a red macro and forgot to rename the red macro to clr macro. Here the revised version: Create a macro tiddler, tagged with $:/tags/Macro, containing: \define clr(color,text) @@color:$color$; $text$ @@ \end and use it like this: clr red This is red

[tw] Re: Is auto-tagging possible in TiddlyWiki (5.0.13-beta)?

2014-08-19 Thread Stephan Hradek
I don't think it's too good an approach. You'll get a very huge regular expression plus you need to make sure that every tiddler's special characters (like [, ], {, } ., |, *, ?, +…) are properly escaped. -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: Font Colour

2014-08-19 Thread Ken Gray
I'm using the standard version with firefox v31.0 it's a popup message for me; you shoulb be able to read my pasted code as well. On Tuesday, August 19, 2014 2:40:38 PM UTC-5, Ton Gerner wrote: Hi Ken, It just works here with Firefox and Chrome. Where do you get that error. In the

[tw] Re: Font Colour

2014-08-19 Thread Ken Gray
nevermind. when it didn't work the first time I thought I setup the macro tid wrong and added the type as javascript...which it isn't. so now that I pulled that off it works great!!! thanks. On Tuesday, August 19, 2014 2:40:38 PM UTC-5, Ton Gerner wrote: Hi Ken, It just works here with

[tw] Re: Font Colour

2014-08-19 Thread Ton Gerner
Hi Ken, I'am using Firefox v31 as well. Which TW version? I tried with 5.0.14-beta and 5.0.13-beta without any error message. Cheers, Ton On Tuesday, August 19, 2014 9:47:55 PM UTC+2, Ken Gray wrote: I'm using the standard version with firefox v31.0 it's a popup message for me; you shoulb

Re: [tw] [TW5] Add information to Fields/Links ?

2014-08-19 Thread Jean-Charles
Thank you very much for your answer. As an absolute beginner, I must probably play around with filters to achieve what I want. I have a quick question if you do not mind. I try to list all the Tiddlers that have a specific author with : $list filter=[field:author[*SomeAuthor*]] * $link

Re: [tw] [TW5] Add information to Fields/Links ?

2014-08-19 Thread Stephan Hradek
This should work: $list filter=[field:author{!!title}] -- 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

[tw] Re: Is auto-tagging possible in TiddlyWiki (5.0.13-beta)?

2014-08-19 Thread 'rogmint' via TiddlyWiki
I've been experimenting with Simon Baird's clever but aged MPTW http://mptw.tiddlyspot.com/ system. Courtesy of several plug-ins, this gives easy tagging and a tag cloud (which I've named Topics). See the screen grabs below. AAM1 - https://flic.kr/p/owFwjH AAM2 - https://flic.kr/p/oNUt3n I

[tw] [TW5] Constant messages from discarded drafts

2014-08-19 Thread James Knight
Hey everyone, Love using TW5. I'm on Tiddllywiki 5 *5.0.14-beta *Node.js installed through npm on an AMR system running a version of Debian (Cubian on my Cubie truck to be specific) I am consistently having the following error messages popups: Sync error while processing 'Draft of 'Networking

[tw] Re: Is auto-tagging possible in TiddlyWiki (5.0.13-beta)?

2014-08-19 Thread 'rogmint' via TiddlyWiki
For the sake of completeness, here's how the original version of MPTW handles tag listing. AAM5 - https://flic.kr/p/owVzpG . Once a tag has been created, adding it to a new tiddler becomes a matter of selection rather than retyping. The system appears to promote tags it thinks will be