[tw] Re: [TWC] Bullet proof way to publish a TW based application

2014-04-30 Thread Reto


 I have to further investigate how TS might be used in a simple way for 
 users to keep their local TWC application up to date.


I am pretty near the required solution which looks like this:

   - The TW containing all the plugins, macros and other tiddlers which are 
   part of the application is placed in public TiddlySpace.
   - Local TW based on this application update their application tiddlers 
   via LoadTiddlersPlugin http://www.tiddlytools.com/#LoadTiddlersPluginfrom 
this TiddlySpace
   
One thing to solve: it seems that the filter of LoadTiddlersPlugin takes 
only one parameter (a keyword like changes or updates or tag:value). 
I need to filter for changes AND tag:value because there are tiddlers I 
do not want to be loaded from the TiddlySpace. Any idea how to address 
this? Perhaps it is possible to configure the TiddlySpace in a way that 
only the application tiddlers are visible ...

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


Re: [tw] TW5 Newhere button process and example

2014-04-30 Thread Xavier Cazin
Hi David,

Thank you for sharing! Just wanted to add, for your step 3, that instead of
editing the list field of *$:/tags/ViewToolbar*, it's easier to set an
*empty* list-before field in *$:/_viewtoolbar/newherebutton* (see
http://tiddlywiki.com/static/TiddlerTags.html).

Best,
Xavier Cazin.

-- Xavier Cazin


On Tue, Apr 29, 2014 at 11:58 PM, David Gifford dgiff...@crcna.org wrote:

 Hello everyone,

 One outstanding ticket for TW5 was the creation of something that fulfills
 the function of the NewHerePlugin for TW classic (
 http://mptw.tiddlyspot.com/#NewHerePlugin). That plugin allows the user
 to click a button in one tiddler, a parent tiddler, and create a new
 tiddler, the child tiddler, tagged with the title of the parent tiddler.

 A while back Stephan Hradek created a new tiddler plugin for TW5. Last
 week I finally sat down and figured out how to use his plugin to create a
 new here button. You can see it in action, and see a number of tweaks I
 have made to TW5, at http://giffmex.org/experiments/braintags.html. In
 the toolbar at the top of each tiddler there you will see five extra icons.
 These are new here buttons based on different templates. (Please note that
 this file is a personal experimental sandbox. It is not meant for general
 distribution. Should you download it and use it for your own note-taking, I
 don't mind, but use only with extreme caution. I will not be responsible
 for anything that happens to your data if you run into problems.)

 In order to close the outstanding ticket for TW5, I wanted to write up,
 here, the process, so you can create your own new here buttons.

 1. GET THE PLUGIN: Go to Stephan's site http://tiddlystuff.tiddlyspot.com/and 
 open the More tab, then open the System tab. Drag the following tiddler
 to your TW5: 
 $:/plugins/skeeve/newtiddlerhttp://tiddlystuff.tiddlyspot.com/#%24%3A%2Fplugins%2Fskeeve%2Fnewtiddler
 .

 2. SET UP THE BUTTON SCRIPT:

 Create a tiddler ($:/_viewtoolbar/newherebutton or a name of your
 choosing) and tag it $:/tags/ViewToolbar. Paste the following in the
 tiddler, then close and save.

 \define get_title(l)
 $l$$(title)$]]
 \end

 $set name=title value={{!!title}}
 $set name=tags value=get_title [[
 $newtiddler class=btn-invisible title=your title here
 skeleton=$:/_template/newhere{{ $:/core/images/new-button
 }}/$newtiddler
 /$set
 /$set

 (Note that this should be placed at the VERY TOP of the tiddler body.)

 3. POSITION THE NEW BUTTON CORRECTLY IN THE VIEWTEMPLATE

 In your TW's More tab, in the Shadows tab, open the tiddler
 $:/tags/ViewToolbarhttp://giffmex.org/experiments/braintags.html#%24%3A%2Ftags%2FViewToolbar.
 Click to edit, and in the list field, add $:/_viewtoolbar/newherebutton TO
 THE LEFT of the other tiddler names listed. Close and save.

 4. CREATE THE TEMPLATE OR SKELETON TIDDLER

 Create a new tiddler entitled $:/_template/newhere. Tag the tiddler
 $(tags)$. Upon adding this tag, it will turn into a dot or an invisible
 tag. Not to worry. If you wish to add any content or other tags you wish to
 appear on every single new tiddler you make with the newhere button, feel
 free to add that, too. Close and save.

 Now you should have a new tiddler button to the left of the other icons at
 the top of all tiddlers, that when clicked, creates a new tiddler based on
 the template or skeleton tiddler, whose tag is the title of the tiddler
 from which you clicked the newhere button.

 For a little more documentation, see the tiddler Newtiddler Widget at
 Stephan's site http://tiddlystuff.tiddlyspot.com/.

 Enjoy your new here buttons, everyone! And don't forget to bookmark this
 thread so you don't lose these instructions.

 --
 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: [TW5] Transclusion issue

2014-04-30 Thread Shash
Hi,

It is not working as intended. Can you please help. Thanks!

Shash

On Wednesday, April 30, 2014 12:35:49 AM UTC+5:30, Stephan Hradek wrote:

 Try something like this:

 $list filter=[tag[Chapter-1]]$transclude/$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.


[tw] Re: TW5 Newhere button process and example

2014-04-30 Thread Alberto Molina
Thank you very much for sharing!

Alberto

-- 
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: [TWC] Bullet proof way to publish a TW based application

2014-04-30 Thread Danielo Rodríguez
Hello

Wich version of TWC are you using? How good does this works? I'm really 
interested on it. 

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


[tw] Re: [TWC] Bullet proof way to publish a TW based application

2014-04-30 Thread Reto


 Wich version of TWC are you using? How good does this works? I'm really 
 interested on it. 

I am using Version 2.8.1. Until now I made only a few tests and am not 
using it in a productive environment.

-- 
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] TWC Printing using Tiddly Desktop

2014-04-30 Thread Jeremy Ruston
Hi Steve

There's no support for printing within TiddlyDesktop; you'll need to open
the wiki in an ordinary browser for that. (Possibly we should provide an
easy means to open the wiki in the default browser).

Best wishes

Jeremy



On Tue, Apr 29, 2014 at 5:49 AM, SteveH hstev...@gmail.com wrote:

 Hi,

 I'm trying Leo's Tiddlywiki featuring the treeview menu with Tiddly
 Desktop.

 Tried to print a tiddler through the 'Publish' button, nothing happens.

 Thanks for your help.

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




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

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


[tw] [TW5] Newbie: Line-break question

2014-04-30 Thread Thomas Guldstrand Larsen
Hi,

Warning: newbie here...

When editing a tiddler, I write e.g

This is line one.
This in line two.

When saving the tiddler it becomes

This is line one. This is line two.

So I try:

This is line one.

This in line two.

and it becomes:

This is line one.

This in line two.

How to prevent that? I just want the formatting to be as I wrote it 
originally...I don't want This is line two to be in a new paragraph.

Is there any WYSIWYG editors for TW5?

Thanks


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


[tw] Re: [TW5] Newbie: Line-break question

2014-04-30 Thread Stephan Hradek
Try


This is line one.
This in line two.


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


Re: [tw] [TW5] Strange behaviour of tag pills in 3 column mode in 5.0.8-beta

2014-04-30 Thread Ton Gerner
Hi Jeremy,

Just to inform you; although it doesn't help ;-)

The good news is that with v5.0.10-beta the tag pills are clickable again 
with webkit based browsers.

The bad news is that Opera and Chrome now behave more or less like Internet 
Explorer: when clicked the windows are misformed (and sometimes displaced 
and/or 'splitted' displayed).

Tested with:
Windows 7 64-bit
Chrome v34.0.1847.131
Opera (portable) v12.17
Internet Explorer v11.0.9600.17041

N.B. Firefox v29.0 works OK.

Cheers,

Ton

On Tuesday, April 8, 2014 9:37:43 AM UTC+2, Jeremy Ruston wrote:

 Hi Ton

 I don't have anything else to report. As I said above, the 5.0.7 and 5.0.8 
 versions produce identical HTML which makes it very hard to deduce what is 
 going on. I rather ran out of ideas, I'm afraid. The problem only manifests 
 itself on WebKit; Firefox is OK, and Internet Explorer 11 is OK (but 
 suffers a different problem; see below).

 I'd welcome any help with tracking the problem down.

 Sorry not to be more helpful,

 Best wishes

 Jeremy


 [image: Inline image 1]




 On Tue, Apr 8, 2014 at 8:18 AM, Ton Gerner ton.g...@gmail.comjavascript:
  wrote:

 Hi Jeremy,

 Just curious if you found anything about this strange web-kit behaviour 
 and 5.0.8-beta.

 Cheers,

 Ton


 On Thursday, March 6, 2014 10:30:32 AM UTC+1, Jeremy Ruston wrote:

 Very odd. Both versions are actually producing identical markup for the 
 tiddler in question. We must be somehow tickling a bug in Chrome, I guess. 
 I'll investigate further,

 Best wishes

 Jeremy



 On Thu, Mar 6, 2014 at 9:08 AM, Ton Gerner ton.g...@gmail.com wrote:

 Hi Jeremy,

 Yes I have a 5.0.7 version: https://dl.dropboxusercontent.
 com/u/2638511/TW5_toolbar_v4.6.html

 Cheers,

 Ton



 On Thursday, March 6, 2014 10:00:07 AM UTC+1, Jeremy Ruston wrote:

 Hi Ton

 That's very interesting. Do you have a 5.0.7 version of tw5toolbar for 
 comparison?

 Many thanks,

 Jeremy



 On Wed, Mar 5, 2014 at 8:28 PM, Ton Gerner ton.g...@gmail.com wrote:

 At http://tw5toolbar.tiddlyspot.com/ I use a 'List tags' button that 
 opens a tiddler that contains:

 ---

 @@.threecolumns
 div

 {{$:/core/ui/MoreSideBar/Tags}}

 /div
 @@

 A style sheet contains:

 /* DISPLAY IN 3 COLUMNS */
 /* for List all tags */ 
 .threecolumns {
  display: block;
  column-count: 3;
  -moz-column-count: 3; 
  -webkit-column-count: 3;
 }

 With TW5.0.8-beta this works in Firefox v27, but not (anymore) in 
 Chrome v33 (all in Windows 7 64-bit).
 It still does work in TW5.0.7-beta and Chrome v33.

 One of the changes in TW5.0.8-beta is the addition of the 'Tag 
 manager'.
 Leaving that button out (copying only part of the code of 
 $:/core/ui/MoreSideBar/Tags in a tiddler) did not help.

 The strange thing is that the 'untagged' tag pill works as expected, 
 the other tag pills don't. It looks like the clickable area for the 
 tag 
 pills has been shifted outside the tag pills:

 Just above $/tags/PageTemplate (at the left side of the button) you 
 can click and $:/tags/ViewToolbar opens!
 Just above $/tags/PageControls (at the left side of the button) you 
 can click and $:/tags/ViewTemplate opens!
 Just above $/tags/stylesheet (at the left side of the button) you can 
 click and Documentation opens!
 Just below $:/tags/AdvancedSearch (at the left side of the button) 
 you can click and $/tags/stylesheet opens!

 Internet Explorer v11 works normal, Opera 12 shows only 2 colums, 
 misses the last tag pills but the tag pills can be clicked.

 For the time being I will skip the 3 column mode but I am curious 
 what happens: strange behaviour of TW5.0.8-beta, Chrome, or the 
 combination 
 of TW and Chrome?

 Any idea?

 Cheers,

 Ton

 -- 
 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/groups/opt_out.




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



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



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

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


[tw] TW5 disable editing/drag and drop

2014-04-30 Thread Adam Winn
Hi everyone! 

First off I think tiddlywiki5 is the coolest project. I'm an aspiring 
javascript dev learning node. so When I found TW5 it was awesome because 

I have been making an internal wiki for the company I work at with it. 
Looks awesome works great.except for the editing.

first off drag and drop is a HUGE pain for the users I have a bunch of 
images and if they click and drag even a little, it creates a new tiddler 
with garbled text. Also I Want to restrict who can update the wiki. 

any help would be appreciated.

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


[tw] Re: TW5 disable editing/drag and drop

2014-04-30 Thread Adam Winn
I guess I should also mention that i am using it locally. everyone is using 
it from a shared folder on our network.

-- 
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 Newhere button process and example

2014-04-30 Thread Matabele
Hi

Many thanks - I have incorporated this feature into a quick and dirty (but 
functional) gTD -- take a look here http://wills.tiddlyspot.com/.

I have included a tabbed left slider menu for gTD and have fixed the slider 
mechanism for v_5.0.10 (also fixed the reliance on fontawesome.)

regards

On Tuesday, April 29, 2014 11:58:27 PM UTC+2, David Gifford wrote:

 Hello everyone,

 One outstanding ticket for TW5 was the creation of something that fulfills 
 the function of the NewHerePlugin for TW classic (
 http://mptw.tiddlyspot.com/#NewHerePlugin). That plugin allows the user 
 to click a button in one tiddler, a parent tiddler, and create a new 
 tiddler, the child tiddler, tagged with the title of the parent tiddler.

 A while back Stephan Hradek created a new tiddler plugin for TW5. Last 
 week I finally sat down and figured out how to use his plugin to create a 
 new here button. You can see it in action, and see a number of tweaks I 
 have made to TW5, at http://giffmex.org/experiments/braintags.html. In 
 the toolbar at the top of each tiddler there you will see five extra icons. 
 These are new here buttons based on different templates. (Please note that 
 this file is a personal experimental sandbox. It is not meant for general 
 distribution. Should you download it and use it for your own note-taking, I 
 don't mind, but use only with extreme caution. I will not be responsible 
 for anything that happens to your data if you run into problems.)

 In order to close the outstanding ticket for TW5, I wanted to write up, 
 here, the process, so you can create your own new here buttons.

 1. GET THE PLUGIN: Go to Stephan's site http://tiddlystuff.tiddlyspot.com/and 
 open the More tab, then open the System tab. Drag the following tiddler 
 to your TW5: 
 $:/plugins/skeeve/newtiddlerhttp://tiddlystuff.tiddlyspot.com/#%24%3A%2Fplugins%2Fskeeve%2Fnewtiddler
 .

 2. SET UP THE BUTTON SCRIPT: 

 Create a tiddler ($:/_viewtoolbar/newherebutton or a name of your 
 choosing) and tag it $:/tags/ViewToolbar. Paste the following in the 
 tiddler, then close and save.

 \define get_title(l)
 $l$$(title)$]]
 \end

 $set name=title value={{!!title}}
 $set name=tags value=get_title [[
 $newtiddler class=btn-invisible title=your title here 
 skeleton=$:/_template/newhere{{ $:/core/images/new-button  
 }}/$newtiddler
 /$set
 /$set

 (Note that this should be placed at the VERY TOP of the tiddler body.)

 3. POSITION THE NEW BUTTON CORRECTLY IN THE VIEWTEMPLATE

 In your TW's More tab, in the Shadows tab, open the tiddler 
 $:/tags/ViewToolbarhttp://giffmex.org/experiments/braintags.html#%24%3A%2Ftags%2FViewToolbar.
  
 Click to edit, and in the list field, add $:/_viewtoolbar/newherebutton TO 
 THE LEFT of the other tiddler names listed. Close and save.

 4. CREATE THE TEMPLATE OR SKELETON TIDDLER

 Create a new tiddler entitled $:/_template/newhere. Tag the tiddler 
 $(tags)$. Upon adding this tag, it will turn into a dot or an invisible 
 tag. Not to worry. If you wish to add any content or other tags you wish to 
 appear on every single new tiddler you make with the newhere button, feel 
 free to add that, too. Close and save.

 Now you should have a new tiddler button to the left of the other icons at 
 the top of all tiddlers, that when clicked, creates a new tiddler based on 
 the template or skeleton tiddler, whose tag is the title of the tiddler 
 from which you clicked the newhere button.

 For a little more documentation, see the tiddler Newtiddler Widget at 
 Stephan's site http://tiddlystuff.tiddlyspot.com/.

 Enjoy your new here buttons, everyone! And don't forget to bookmark this 
 thread so you don't lose these instructions.


-- 
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 Newhere button process and example

2014-04-30 Thread Matabele
Hi

Neat -- many thanks

regards

On Tuesday, April 29, 2014 11:58:27 PM UTC+2, David Gifford wrote:

 Hello everyone,

 One outstanding ticket for TW5 was the creation of something that fulfills 
 the function of the NewHerePlugin for TW classic (
 http://mptw.tiddlyspot.com/#NewHerePlugin). That plugin allows the user 
 to click a button in one tiddler, a parent tiddler, and create a new 
 tiddler, the child tiddler, tagged with the title of the parent tiddler.

 A while back Stephan Hradek created a new tiddler plugin for TW5. Last 
 week I finally sat down and figured out how to use his plugin to create a 
 new here button. You can see it in action, and see a number of tweaks I 
 have made to TW5, at http://giffmex.org/experiments/braintags.html. In 
 the toolbar at the top of each tiddler there you will see five extra icons. 
 These are new here buttons based on different templates. (Please note that 
 this file is a personal experimental sandbox. It is not meant for general 
 distribution. Should you download it and use it for your own note-taking, I 
 don't mind, but use only with extreme caution. I will not be responsible 
 for anything that happens to your data if you run into problems.)

 In order to close the outstanding ticket for TW5, I wanted to write up, 
 here, the process, so you can create your own new here buttons.

 1. GET THE PLUGIN: Go to Stephan's site http://tiddlystuff.tiddlyspot.com/and 
 open the More tab, then open the System tab. Drag the following tiddler 
 to your TW5: 
 $:/plugins/skeeve/newtiddlerhttp://tiddlystuff.tiddlyspot.com/#%24%3A%2Fplugins%2Fskeeve%2Fnewtiddler
 .

 2. SET UP THE BUTTON SCRIPT: 

 Create a tiddler ($:/_viewtoolbar/newherebutton or a name of your 
 choosing) and tag it $:/tags/ViewToolbar. Paste the following in the 
 tiddler, then close and save.

 \define get_title(l)
 $l$$(title)$]]
 \end

 $set name=title value={{!!title}}
 $set name=tags value=get_title [[
 $newtiddler class=btn-invisible title=your title here 
 skeleton=$:/_template/newhere{{ $:/core/images/new-button  
 }}/$newtiddler
 /$set
 /$set

 (Note that this should be placed at the VERY TOP of the tiddler body.)

 3. POSITION THE NEW BUTTON CORRECTLY IN THE VIEWTEMPLATE

 In your TW's More tab, in the Shadows tab, open the tiddler 
 $:/tags/ViewToolbarhttp://giffmex.org/experiments/braintags.html#%24%3A%2Ftags%2FViewToolbar.
  
 Click to edit, and in the list field, add $:/_viewtoolbar/newherebutton TO 
 THE LEFT of the other tiddler names listed. Close and save.

 4. CREATE THE TEMPLATE OR SKELETON TIDDLER

 Create a new tiddler entitled $:/_template/newhere. Tag the tiddler 
 $(tags)$. Upon adding this tag, it will turn into a dot or an invisible 
 tag. Not to worry. If you wish to add any content or other tags you wish to 
 appear on every single new tiddler you make with the newhere button, feel 
 free to add that, too. Close and save.

 Now you should have a new tiddler button to the left of the other icons at 
 the top of all tiddlers, that when clicked, creates a new tiddler based on 
 the template or skeleton tiddler, whose tag is the title of the tiddler 
 from which you clicked the newhere button.

 For a little more documentation, see the tiddler Newtiddler Widget at 
 Stephan's site http://tiddlystuff.tiddlyspot.com/.

 Enjoy your new here buttons, everyone! And don't forget to bookmark this 
 thread so you don't lose these instructions.


-- 
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: Some further TW5 thoughts/opinions

2014-04-30 Thread Alberto Molina
Hi Jeremy,

Concerning the multiple tag fields proposed by Mat and seconded by David 
Gifford, you wrote a while back:
 

 The change would manifest itself in several ways:

 * When adding a new field to the tiddler, one would be able to stipulate 
 the type of the field. The list of types would include string, date, 
 integer, color, tiddler title, and, now, tiddler list. (At the 
 moment fields have a type but it only manifests itself in Chrome where 
 color fields get a colour picker in the editor)

 * Certain widgets and filter operations that currently apply to tags will 
 be broadened to cover other tiddler list fields. For example, if I've added 
 a field called extags that is defined as a tiddler list that I am using 
 as a separate tags field, then I would be able to write a filter like 
 [extag[MyTag]] to test for a tag within that field

 * Things like drag and drop reordering of lists would be implemented as 
 standard widgets that could operate on any tiddler list field

 It's one of those cases where by we're taking an existing core mechanism 
 within TW5 and extending and generalising it just a little so that it can 
 be used to address more our missing features. It's actually a 
 simplification of the design of TW5, accomplished through extending it's 
 capabilities.



I'm also very interested in the idea multiple tag fields, or at least 
multiple list fields. Is there any plan to implement it in the future? (I 
don't see anything in the current roadmap.)

Thanks.

Alberto

-- 
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] Newbie: Line-break question

2014-04-30 Thread Matabele
Hi

If you don't mind an indent, a quick method I often employ is an abuse of 
the wikitext for definitions; after a lone semicolon is placed somewhere - 
colons can be used anywhere to place lines one after the other (but 
indented.)

;

:This is line 1
:This is line 2

I also abuse the semicolon for creating headers (beats entering three 
exclamation marks.)

;Header 1

some text

;Header2

etc

regards

On Wednesday, April 30, 2014 3:25:54 PM UTC+2, Thomas Guldstrand Larsen 
wrote:

 Hi,

 Warning: newbie here...

 When editing a tiddler, I write e.g

 This is line one.
 This in line two.

 When saving the tiddler it becomes

 This is line one. This is line two.

 So I try:

 This is line one.

 This in line two.

 and it becomes:

 This is line one.

 This in line two.

 How to prevent that? I just want the formatting to be as I wrote it 
 originally...I don't want This is line two to be in a new paragraph.

 Is there any WYSIWYG editors for TW5?

 Thanks




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


[tw] Re: TW5 Newhere button process and example

2014-04-30 Thread Ton Gerner
Hi Dave,

Jeremy showed a little bit of it during the last Hangout.
Nice clean interface.
Interesting flexible search.
Thanks for sharing.

Cheers,

Ton

On Tuesday, April 29, 2014 11:58:27 PM UTC+2, David Gifford wrote:

 Hello everyone,

 One outstanding ticket for TW5 was the creation of something that fulfills 
 the function of the NewHerePlugin for TW classic (
 http://mptw.tiddlyspot.com/#NewHerePlugin). That plugin allows the user 
 to click a button in one tiddler, a parent tiddler, and create a new 
 tiddler, the child tiddler, tagged with the title of the parent tiddler.

 A while back Stephan Hradek created a new tiddler plugin for TW5. Last 
 week I finally sat down and figured out how to use his plugin to create a 
 new here button. You can see it in action, and see a number of tweaks I 
 have made to TW5, at http://giffmex.org/experiments/braintags.html. In 
 the toolbar at the top of each tiddler there you will see five extra icons. 
 These are new here buttons based on different templates. (Please note that 
 this file is a personal experimental sandbox. It is not meant for general 
 distribution. Should you download it and use it for your own note-taking, I 
 don't mind, but use only with extreme caution. I will not be responsible 
 for anything that happens to your data if you run into problems.)

 In order to close the outstanding ticket for TW5, I wanted to write up, 
 here, the process, so you can create your own new here buttons.

 1. GET THE PLUGIN: Go to Stephan's site http://tiddlystuff.tiddlyspot.com/and 
 open the More tab, then open the System tab. Drag the following tiddler 
 to your TW5: 
 $:/plugins/skeeve/newtiddlerhttp://tiddlystuff.tiddlyspot.com/#%24%3A%2Fplugins%2Fskeeve%2Fnewtiddler
 .

 2. SET UP THE BUTTON SCRIPT: 

 Create a tiddler ($:/_viewtoolbar/newherebutton or a name of your 
 choosing) and tag it $:/tags/ViewToolbar. Paste the following in the 
 tiddler, then close and save.

 \define get_title(l)
 $l$$(title)$]]
 \end

 $set name=title value={{!!title}}
 $set name=tags value=get_title [[
 $newtiddler class=btn-invisible title=your title here 
 skeleton=$:/_template/newhere{{ $:/core/images/new-button  
 }}/$newtiddler
 /$set
 /$set

 (Note that this should be placed at the VERY TOP of the tiddler body.)

 3. POSITION THE NEW BUTTON CORRECTLY IN THE VIEWTEMPLATE

 In your TW's More tab, in the Shadows tab, open the tiddler 
 $:/tags/ViewToolbarhttp://giffmex.org/experiments/braintags.html#%24%3A%2Ftags%2FViewToolbar.
  
 Click to edit, and in the list field, add $:/_viewtoolbar/newherebutton TO 
 THE LEFT of the other tiddler names listed. Close and save.

 4. CREATE THE TEMPLATE OR SKELETON TIDDLER

 Create a new tiddler entitled $:/_template/newhere. Tag the tiddler 
 $(tags)$. Upon adding this tag, it will turn into a dot or an invisible 
 tag. Not to worry. If you wish to add any content or other tags you wish to 
 appear on every single new tiddler you make with the newhere button, feel 
 free to add that, too. Close and save.

 Now you should have a new tiddler button to the left of the other icons at 
 the top of all tiddlers, that when clicked, creates a new tiddler based on 
 the template or skeleton tiddler, whose tag is the title of the tiddler 
 from which you clicked the newhere button.

 For a little more documentation, see the tiddler Newtiddler Widget at 
 Stephan's site http://tiddlystuff.tiddlyspot.com/.

 Enjoy your new here buttons, everyone! And don't forget to bookmark this 
 thread so you don't lose these instructions.


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


[tw] [TW5] Feature Request for Journal button by Stephan Hradek

2014-04-30 Thread Shash
Hello, 

This is particularly about the Journal buttons created by Stephan. Its an 
awesome thing I would say. One feature I would like to be implemented is to 
have the date in the tag field. That would give great flexibility to list 
all the events of a particular date. I tried doing it but with my limited 
knowledge could not achieve the same. Help here would be really 
appreciated. 
The problems I am facing 

   - When I copy the New Staff Meeting button from 
herehttp://tw5magick.tiddlyspot.com/ I 
   get the following error.


Undefined widget 'newtiddler'


   - The other important aspect is dateTime. 
   

$set name=tag value=minutes

In the above line is it OK if I modify as below once the newtiddler widget 
gets to work

$set name=tag value=dateTime -0MM-0DD

Please guide me in solving these problems. 

Thanks!
Shash

-- 
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 Split operator not working on 5.0.10

2014-04-30 Thread Alberto Molina
Since there's only one list field, the split filter operator is the best 
workaround available atm.

I look forward to see it working again. 

Thanks Stephan for your work with TW5!

Alberto

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


[tw] [TW5] Can I link to a tiddler via a URL?

2014-04-30 Thread Devin Weaver
Is it possible (implemented yet) to link to a tiddler by URL?

Some TiddlyWiki's I put up online it would be nice to send people links to 
specific tiddlers in them and not require the tiddlers to be in the 
Default Tiddlers list. This could be useful for static micro blogs.

When I hover over an internal link the Status Bar displays an address 
like: http://tiddlywiki.com/#JavaScript but entering this into the address 
bar does nothing (presumably due to a click handlers not hash changes).

Cheers.

-- 
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] Feature Request for Journal button by Stephan Hradek

2014-04-30 Thread Birthe C
Hi Shash
Di you remember to import the newtiddler widget also?

Birthe

Den onsdag den 30. april 2014 20.50.24 UTC+2 skrev Shash:

 Hello, 

 This is particularly about the Journal buttons created by Stephan. Its an 
 awesome thing I would say. One feature I would like to be implemented is to 
 have the date in the tag field. That would give great flexibility to list 
 all the events of a particular date. I tried doing it but with my limited 
 knowledge could not achieve the same. Help here would be really 
 appreciated. 
 The problems I am facing 

- When I copy the New Staff Meeting button from 
 herehttp://tw5magick.tiddlyspot.com/ I 
get the following error.


 Undefined widget 'newtiddler'


- The other important aspect is dateTime. 


 $set name=tag value=minutes

 In the above line is it OK if I modify as below once the newtiddler widget 
 gets to work

 $set name=tag value=dateTime -0MM-0DD

 Please guide me in solving these problems. 

 Thanks!
 Shash


-- 
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 Split operator not working on 5.0.10

2014-04-30 Thread Stephan Hradek
I've posted a fix on tiddlystuff.tiddlyspot.com

Please not that I'm still not at TW 5.0.10 so you need to copy and paste 
the source you will find at the bottom of Selfmade Lists into your 

$:/core/modules/filters/split.js tiddler.

I think this should help you faster than waiting for me to create a real 
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] Re: [TW5] Can I link to a tiddler via a URL?

2014-04-30 Thread Stephan Hradek
Not yet, but IIRC it's on the roadmap.

-- 
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: TWC Printing using Tiddly Desktop

2014-04-30 Thread SteveH
Thanks for your quick response.

The desktop app. seems nice and stable, I've imported tiddlers from local 
files without any of the 'normal hassle'. 

I've been wondering if the app's stability allow it to cope with larger 
numbers of tiddlers and is quicker than operating within a browser.


-- 
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 Split operator not working on 5.0.10

2014-04-30 Thread cmari
Thank you, Stephan!
cmari


On Wed, Apr 30, 2014 at 2:46 PM, Stephan Hradek stephan.hra...@gmail.comwrote:

 I've posted a fix on tiddlystuff.tiddlyspot.com

 Please not that I'm still not at TW 5.0.10 so you need to copy and paste
 the source you will find at the bottom of Selfmade Lists into your

 $:/core/modules/filters/split.js tiddler.

 I think this should help you faster than waiting for me to create a real 
 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.


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