[tw] Re: Basic math macros

2015-01-26 Thread Danielo Rodríguez



1. make *tiddler* be the last argument, because by default you get it 
from *currentTiddler*

 Good idea. I will do it
 


1. call it *add *and scratch subtract, as adding and subtracting are 
really the same thing
2. calling it *add*, perhaps rather use parameter *until*, rather than 
*max* or *min*

 I think I prefer to keep them in separated Macros. Is more easier to read 
and understand.


1. put the ordering buttons before the titles, so they are at a 
consistent location.

 Good one also. 


- add order 1
   add one to order of current tiddler
   - add order -1
   subtract one from order of current tiddler
   - add order 1 tiddler:foo
   add one to order of tiddler foo
   - $tiddler tiddler=fooadd order 1/$tiddler
  same
   - add order 1 10
   add one to order of current tiddler until 10

 Best wishes, Tobias.


-- 
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: Basic math macros

2015-01-26 Thread PMario
Try this:

order = 2


subtract  order 1.1

order = 0.8999

hmmm. ... not really, what I want to see ;)
-m


-- 
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] Automattically adding date created to title of tiddler

2015-01-26 Thread Astrid Elocson
Hi Dmitry,

There's a *new journal* button in the Tools tab of the sidebar. It creates 
a new tiddler with today's date as its title. The Control Panel lets you adjust 
the exact format http://tiddlywiki.com/#Creating%20journal%20tiddlers of 
the title.

Putting *{{!!created}}* in the title doesn't work, because tiddler titles 
can't contain WikiText. Or more accurately, WikiText syntax isn't processed 
in tiddler titles. Tiddler titles have to be fixed strings of characters.

– æ

-- 
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] Automattically adding date created to title of tiddler

2015-01-26 Thread Dmitry Berman
Hi All,

What is the best way of automatically having the creation date included in 
the tiddlers title when it created.

I've tried doing 'test title - {{!!created}} but that does not seem to 
work. Am I just getting the format wrong or is this not possible because 
created date doesn't yet exist at this point?

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] Automattically adding date created to title of tiddler

2015-01-26 Thread Dmitry Berman
Thanks Astrid,

That makes sense. I'm using Journals for something else, but I can use tags 
too separate the two work flows.

Dmitry

On Monday, January 26, 2015 at 9:53:45 AM UTC-5, Astrid Elocson wrote:

 Hi Dmitry,

 There's a *new journal* button in the Tools tab of the sidebar. It 
 creates a new tiddler with today's date as its title. The Control Panel 
 lets you adjust the exact format 
 http://tiddlywiki.com/#Creating%20journal%20tiddlers of the title.

 Putting *{{!!created}}* in the title doesn't work, because tiddler titles 
 can't contain WikiText. Or more accurately, WikiText syntax isn't processed 
 in tiddler titles. Tiddler titles have to be fixed strings of characters.

 – æ


-- 
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] Icon menus demo

2015-01-26 Thread Birthe C
Hi Jed,

Waw, and most things easy to change according to user preference. I really 
like the Right Menu Pop Out on Hover Style - or maybe not the green so 
much, but easy to change ;-) I did not find a way to use SideBar. I did try 
the button Toggle Old Sidebar from the menus, but it is covered by the 
leftmenu icons.


Birthe

-- 
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: Sparkline plugin not working: sparkline is invisible unless highlighted

2015-01-26 Thread PTP
http://tiddlywiki.com/coreplugins.html does not exists anymore! Where can I 
get the core plugins?

-- 
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: How to create a tag editing field in tiddler?

2015-01-26 Thread Birthe C
Ton Gerner has a button for adding tags in view mode 
http://tw5custom.tiddlyspot.com/#Customization%20examples


Birthe
http://tw5custom.tiddlyspot.com/#Customization%20examples
On Monday, January 26, 2015 at 4:42:27 AM UTC+1, James wrote:

 Hi All,

 Is there any way I can create a tag editing field in my tiddler?  So that 
 I don't need to click edit on my tiddler whenever I wish to edit/remove 
 the tag.

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


Re: [tw] Re: Tiddler Sticky Notepads? Tag stickers?

2015-01-26 Thread Alex Hough
I'm using them in an attic room:
* sticking them to beams, wall and ceiling
* not for GTD,
**rather planning the writing of a paper - and
**developing ideas.

Its like I have tiddlers all around me. I can move them about then put them
into a TW


Alex



On 26 January 2015 at 15:52, 'Mark S.' via TiddlyWiki 
tiddlywiki@googlegroups.com wrote:

 Just curious -- how are you using sticky notes in a GTD system? The
 problem with stickies is that they don't stack very well, making them
 inconvenient to sort and view. They also like to unstick from the edges of
 monitors which typically have less than an inch margin nowadays. I suppose
 you could dedicate the inside cover of a notebook to arranging them.

 Mark


 On Monday, January 26, 2015 at 3:33:17 AM UTC-8, AlexHough wrote:

 Dear All,

 The GTD methodology had a huge influence everyone was going round with
 index cards. I did this and in hindsite it got me nowhere.

 I am now using sticky notes -- a freebie from a business school -- and
 wondered about ordering my own custom tiddler  notes. A paper version of
 tiddler promoting TW at the same time

 It got me thinking about tags to... maybe a set of stickers in tag pill
 shapes... with enough space to write on.

 The thing is I don't want to order 100s of pads...


 Anyone interested?
 Could sickly pads be an accompaniment to the poster?
 * making the start of a promo pack
 ** leading to an analogue 'workshop version' of TW

 just thought I'd share the thought

 Alex

 [1] http://www.totalmerchandise.co.uk/products/details/A7-BiC-
 Sticky-Notes

  --
 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: Tiddler Sticky Notepads? Tag stickers?

2015-01-26 Thread 'Mark S.' via TiddlyWiki
Just curious -- how are you using sticky notes in a GTD system? The problem 
with stickies is that they don't stack very well, making them inconvenient 
to sort and view. They also like to unstick from the edges of monitors 
which typically have less than an inch margin nowadays. I suppose you could 
dedicate the inside cover of a notebook to arranging them.

Mark

On Monday, January 26, 2015 at 3:33:17 AM UTC-8, AlexHough wrote:

 Dear All,

 The GTD methodology had a huge influence everyone was going round with 
 index cards. I did this and in hindsite it got me nowhere.

 I am now using sticky notes -- a freebie from a business school -- and 
 wondered about ordering my own custom tiddler  notes. A paper version of 
 tiddler promoting TW at the same time

 It got me thinking about tags to... maybe a set of stickers in tag pill 
 shapes... with enough space to write on.

 The thing is I don't want to order 100s of pads...


 Anyone interested?
 Could sickly pads be an accompaniment to the poster?
 * making the start of a promo pack
 ** leading to an analogue 'workshop version' of TW

 just thought I'd share the thought

 Alex

 [1] http://www.totalmerchandise.co.uk/products/details/A7-BiC-Sticky-Notes


-- 
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: How to create a tag editing field in tiddler?

2015-01-26 Thread Birthe C
Eucaly's popuptagger maybe http://eucaly-tw5.tiddlyspot.com/#PopupTagger


Birthe

-- 
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: Basic math macros

2015-01-26 Thread Danielo Rodríguez


 I am working a bit on a math plugin, but this is a much simpler and more 
 conveniet for things like ordering lists the way you are.


As I said, this is very very simple. Not intended to anything complex
 

 It is a clever solution to reordering lists. Would you mind if I use it in 
 the icon menus thing I am working on? 


In fact, your project gave me the inspiration I needed to make this. I 
though it several times, but your wiki remind me about it and gave some 
ideas. Of course you are very welcome to use it!!!

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


Re: [tw] Re: Tiddler Sticky Notepads? Tag stickers?

2015-01-26 Thread Birthe C
Hi Alex,
One of the reasons I started using TW, was to get rid of all those Post-it 
notes everywhere. At first I thought you would make people use TW Post-it 
notes until they simply had to turn to TW for help :-D

Your description of how you use them creatively and especially the ketso 
link gave a clearer picture. I might even try to make better use of my 
remaining Post-it notes. They are simple, yellow and without decoration.

On the ketso link the notes are leave shaped, you suggested tiddler shape I 
hate to write on such formed preprinted and small notes.

I would much prefer something looking like our beloved tiddlers. New user 
would get used to that, and old users get help fighting withdrawal symptoms 
after computer break down. Who knows some might put them in zettelkasten.


Birthe

-- 
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] Tons of questions, new user.

2015-01-26 Thread Brandon Sergent
Official twitter account sent me here looking for a hack that bulk removes 
entries.

I was trying to install a search plugin but it's for an old version.

I screwed up and imported a bunch of garbage into my wiki.

Also I need to be able to search my entries by tags/boolean.

It would probably be easier to just start over but I don't know how to 
export individual entries. Is that possible?

I find searching Google groups to be basically impossible. (this is the 
worst possible choice for a support mechanism imo, which is why I took the 
long shot of pestering the official twitter account) So pardon me if this 
is covered elsewhere. I tried before I ever messaged the twitter account.

Would it be viable to just wait for a native bulk delete option? How do I 
know if TW gets an update? How would I apply 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: Tons of questions, new user.

2015-01-26 Thread Brandon Sergent
So I can delete the post but not edit it. God I hate GG. Party like it's 
1990.

-- 
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: Citations from Google Scholar

2015-01-26 Thread Jed Carty
I think that there are bibtex to json converters around, that conversion would 
make tiddlywiki happier and simplify editing entries on a wiki. I don't think 
it would be too terribly hard to make a display template that takes json data 
and displays bibtex formatted output that can be copy/pasted into a bib file.
I suppose if you want to get fancy you could use filters to get tiddlywiki to 
generate the whole bib file for you.

Now I want to try to make this.

-- 
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: Basic math macros

2015-01-26 Thread Tobias Beer
I've come to think that these ordering solutions — while better than none — 
really fall short of what TiddlyWiki probably should provide out of the 
box, which is a clean drag and drop solution.

All these enter some number here or push some not quite working up and 
down buttons there are a little clumsy, imho. Not quite working meaning the 
problem of having tiddlers with the same number and then what...

Best wishes, Tobias.

-- 
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: Sparkline plugin not working: sparkline is invisible unless highlighted

2015-01-26 Thread Jeremy Ruston
Hi PTP

On Mon, Jan 26, 2015 at 4:43 PM, PTP parothepar...@gmail.com wrote:

 http://tiddlywiki.com/coreplugins.html does not exists anymore! Where can
 I get the core plugins?


The page moved when TW5 was released to:

http://classic.tiddlywiki.com/coreplugins.html

Best wishes

Jeremy.


  --
 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: Punjabi Translation

2015-01-26 Thread Jeremy Ruston
Hi Atul

Many thanks for your hard work. The translations look great. I've merged
them here:

https://github.com/Jermolene/TiddlyWiki5/commit/b845751d3c549366adb2f6e5c58b0114fa95ba30

The new translations can be seen in an updated preview:

http://tiddlywiki.com/prerelease

I used the Indian flag for both translations (
http://en.wikipedia.org/wiki/File:Flag_of_India.svg). Is that the best
approach?

You can use the revised prerelease translators edition to perform any
updates:

http://tiddlywiki.com/prerelease/editions/translators/

Best wishes

Jeremy.


On Sat, Jan 24, 2015 at 9:13 PM, Birthe C strikkeglad...@googlemail.com
wrote:

 I did the same thing in the danish translation. To be honest I do not know
 a danish word for some of the words, never heard it. A lot of english words
 are mixed into danish in normal talk and articles.


 Birthe



 On Saturday, January 24, 2015 at 8:11:16 PM UTC+1, Atul Grover wrote:

 Thanks Tobias,

 You are right... a few words need to remain in Internationally recognized
 notation.
 As regards 'parser and other such words, one can decide only after using
 the wiki.
 I guess a translation goes through a draft or two before it becomes
 usable in the true sense.

 I shall use the translated version for a while and submit another version
 (with better acceptability).

 Regards
 Atul



 On Friday, January 16, 2015 at 1:02:55 PM UTC+5:30, Atul Grover wrote:

 Hi Jeremy,

 Here is my first translation for North Indian audience.

 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: Citations from Google Scholar

2015-01-26 Thread Tobias Beer
What is reference mananger?

Afaics, BibTex is not a meaningful format for direct use in TiddlyWiki, fields 
are.

There could be a...

   - generic ReferencePlugin
   - providing an easy way to create new reference / entries
  - able to output a list of references linked-to from tiddlers 
  matching a filter
   - BibTex plugin
  - able to parse .bib files, providing an import / export wizard
   
That's surely nothing created in an afternoon.

Best wishes, Tobias. 

-- 
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: Citations from Google Scholar

2015-01-26 Thread Alex Hough
What I like here is the simple cut and paste approach.
TW is a cut and paste tool //par excellence//

Filling in fields means more than on CP...



Alex

On 26 January 2015 at 17:40, Tobias Beer beertob...@gmail.com wrote:

 What is reference mananger?

 Afaics, BibTex is not a meaningful format for direct use in TiddlyWiki, fields
 are.

 There could be a...

- generic ReferencePlugin
- providing an easy way to create new reference / entries
   - able to output a list of references linked-to from tiddlers
   matching a filter
- BibTex plugin
   - able to parse .bib files, providing an import / export wizard

 That's surely nothing created in an afternoon.

 Best wishes, Tobias.

 --
 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: Basic math macros

2015-01-26 Thread Tobias Beer


 I think I prefer to keep them in separated Macros. Is more easier to read 
 and understand.


entirely your call...

add order -1 

...looks pretty understandable to me, and keeps the number of macros down.

I actually went ahead and made:

http://tb5.tiddlyspot.com/#calc

So you can do...

   - calc !!order -1
   - calc !!order 1
   - calc !!order *1
   - calc !!order /1
   - calc 2 /1
   - $macrocall $name=calc value=someValue operation=+1
   - calc !!order -1 until:0 beyond:true

Best wishes, Tobias.

-- 
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: Tiddler Sticky Notepads? Tag stickers?

2015-01-26 Thread Tobias Beer


 Anyone interested?
 Could sickly pads be an accompaniment to the poster?
 * making the start of a promo pack
 ** leading to an analogue 'workshop version' of TW


Hi Alex, can you elaborate a bit on...

   - Interested ...in what exactly?
   - Which pads, poster, promo pack?
   - What workshop?
   - How does all that relate to GTD or stickies?

Best wishes, Tobias. 



-- 
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: Citations from Google Scholar

2015-01-26 Thread Tobias Beer


 I suppose if you want to get fancy you could use filters to get tiddlywiki 
 to generate the whole bib file for you. 


Sure, the only thing to consider is that bibtex comes with a few 
requirements as to which types require / expect what fields.

Things get a little trickier if you want to be able to import / output 
cross-references http://en.wikipedia.org/wiki/BibTeX#Cross-referencing.

Best wishes, Tobias.

-- 
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: Tiddler Sticky Notepads? Tag stickers?

2015-01-26 Thread Alex Hough
Tobias,

OK I think I was rather slack on my communications skills today :(

In many workshops I've attended sticky Post-it notes are often used in so
called brainstorming sessions to facilitate creativity in groups.

TW is perhaps more associated with the index card. The popularity of index
cards was greatly enhanced by David Allen's GTD and the Hipster PDA [2].
MonkeyGTD uses the hipster PDA in its logo [3]

While index cards are for my money, way cooler than Post-it notes, they are
used to promote organisations,along with  other stationary items: pens,
mouse mats, mugs. The market caters for organisations who with to give away
pads of Post-it notes emblazoned with logos, strap-lines and other
marketing paraphernalia. Today, I have been using some kindly given away by
a university.

The Post-it has the advantages over the index card in that it can be stuck
to a wall and grouped. It's part of the everyday business paraphernalia -
everyone knows what they are.


TiddlyWiki is not a company, so it doesn't have a budget to promote itself
using these kind of items, but TW users could buy TW post-its for their own
use, in workshops (if they were running them) for the purpose of promoting
TW. One could print the TW poster (or a variant of it), put it on the wall
of a room being used for a brainstorming session. After the brainstorming
session, the Post-its would be used to populate a TW which would then be
shared amongst the participants. Some of the Post-it pads might go missing,
just like the ones I was using today.

I was also thinking about Ketso [4] only something based on TW and
Post-its... where paper and technology come together. Just as Ketso has a
methodology and a brand, a product / use case could come out of TW. It
would be one of a suite of use cases TW, uses which could join together.
For example a group workshop's data have a GTD tool bolted on, or a TW
Scholar tools.

The use case would not be a full blown wiki, but rather one which would be
used by a facilitator. A pack could be offered to faciliators and part of
that pack could be a set of Post-its designed for integration with a
particular TW. While folk may not want to pay for TW itself, they may buy
some branded Post-its - especially if they thought the profits would
initiatives to validate TW use as a serious tool used by serious people...

The output of the workshop could be something similar to TW.com, where
changes are proposed on GitHub

best wishes


Alex
[1] http://en.wikipedia.org/wiki/Post-it_note
[2] http://en.wikipedia.org/wiki/Hipster_PDA
[3] http://mgsd.tiddlyspot.com/#mGSD
[4] http://www.ketso.com/

On 26 January 2015 at 17:24, Tobias Beer beertob...@gmail.com wrote:

 Anyone interested?
 Could sickly pads be an accompaniment to the poster?
 * making the start of a promo pack
 ** leading to an analogue 'workshop version' of TW


 Hi Alex, can you elaborate a bit on...

- Interested ...in what exactly?
- Which pads, poster, promo pack?
- What workshop?
- How does all that relate to GTD or stickies?

 Best wishes, Tobias.

  --
 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: Tiddler Sticky Notepads? Tag stickers?

2015-01-26 Thread Alex Hough
Jeremy,

The Ketso model is interesting to look at...

The value of the culture of co-operation generated by TW could be
instantiated into a method of non-linear note-taking in groups

Alex

On 26 January 2015 at 20:44, Jeremy Ruston jeremy.rus...@gmail.com wrote:

 I think it's a great idea. If this experiment works, perhaps we might
 develop the idea into merchandise that we can sell to help raise project
 funds.

 Best wishes

 Jeremy

 On Mon, Jan 26, 2015 at 8:20 PM, Birthe C strikkeglad...@googlemail.com
 wrote:

 Hi Alex,
 One of the reasons I started using TW, was to get rid of all those
 Post-it notes everywhere. At first I thought you would make people use TW
 Post-it notes until they simply had to turn to TW for help :-D

 Your description of how you use them creatively and especially the ketso
 link gave a clearer picture. I might even try to make better use of my
 remaining Post-it notes. They are simple, yellow and without decoration.

 On the ketso link the notes are leave shaped, you suggested tiddler shape
 I hate to write on such formed preprinted and small notes.

 I would much prefer something looking like our beloved tiddlers. New user
 would get used to that, and old users get help fighting withdrawal symptoms
 after computer break down. Who knows some might put them in zettelkasten.


 Birthe

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


-- 
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: Tiddler Sticky Notepads? Tag stickers?

2015-01-26 Thread Jeremy Ruston
I think it's a great idea. If this experiment works, perhaps we might
develop the idea into merchandise that we can sell to help raise project
funds.

Best wishes

Jeremy

On Mon, Jan 26, 2015 at 8:20 PM, Birthe C strikkeglad...@googlemail.com
wrote:

 Hi Alex,
 One of the reasons I started using TW, was to get rid of all those Post-it
 notes everywhere. At first I thought you would make people use TW Post-it
 notes until they simply had to turn to TW for help :-D

 Your description of how you use them creatively and especially the ketso
 link gave a clearer picture. I might even try to make better use of my
 remaining Post-it notes. They are simple, yellow and without decoration.

 On the ketso link the notes are leave shaped, you suggested tiddler shape
 I hate to write on such formed preprinted and small notes.

 I would much prefer something looking like our beloved tiddlers. New user
 would get used to that, and old users get help fighting withdrawal symptoms
 after computer break down. Who knows some might put them in zettelkasten.


 Birthe

  --
 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: Click to open tiddler - CTRL click to open in edit mode

2015-01-26 Thread PMario
Hi Bill,
ctrl-click a tiddler link already opens a tiddler but doesn't scroll the 
page.
-m

-- 
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: Click to open tiddler - CTRL click to open in edit mode

2015-01-26 Thread Bill Denbigh
I am using the wiki in zooming mode so i missed that. I guess the actual 
method of doing it is not that important, i was just wondering if a way of 
directly opening a tiddler in edit mode already existed in the UX

On Monday, January 26, 2015 at 4:36:51 PM UTC-5, PMario wrote:

 Hi Bill,
 ctrl-click a tiddler link already opens a tiddler but doesn't scroll the 
 page.
 -m


-- 
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] Automattically adding date created to title of tiddler

2015-01-26 Thread Stephan Hradek


Am Montag, 26. Januar 2015 16:11:33 UTC+1 schrieb Dmitry Berman:

 Thanks Astrid,

 That makes sense. I'm using Journals for something else, but I can use 
 tags too separate the two work flows.


Just take a look at how the journal button is configured. I think it 
shouldn't be too difficult to add an AnotherJournalType button which 
creates your tiddler already properly tagged. 

-- 
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: An Idea for syncing TiddlyWiki

2015-01-26 Thread Tobias Beer
I think with all these shared / collaboration concepts one thing is key:

separating the wiki(s) from the store(s)

For collaboration around TiddlyWiki, the single-file paradigm is 
essentially untenable,
not just for the simple reason that to currently push 1 byte of changed 
tiddler
you my need to push +2mb of changed wiki... unless you're using a pretty 
vulnerable node server.

So, imho, we're looking for solutions with prebuild / cooked / baked 
TiddlyWiki *wikis* that are configured to CRUD individual tiddlers to 
whichever *stores* said wiki is configured to talk to.

So, making TiddlyWiki use Seafile or BTSync, you have two problems...

   1. reading, writing individual tiddlers to stores
  - perhaps different adapters / syncer modules to talk to either
  - it should be possible to tell TiddlyWiki to which store out of x to 
  add tiddler y
 - perhaps even to which subfolder
  2. reading, writing the wiki (application) itself
  - which could be the same as 1. if there was
 - some skelleton TiddlyWiki with a basic configuration for some 
 wiki-store
 - all customizations to the wiki written to said store
 - in other words, separating content from presentation / the 
 application
- insofar that's needed for a proper startup
 - the point being, that the wiki file itself is only modified when 
 absolutely necessary
- so as make use of caching and not clogging communication with 
reading and writing an entire wiki rather than tiddlers
- of course, you don't want to make a bazillion requests per 
tiddler either,
- so, talk to stores and read bags, e.g. meaningful 
collections of tiddlers
   - while writing tiddlers back to it individually

Best wishes, Tobias.

-- 
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: An Idea for syncing TiddlyWiki

2015-01-26 Thread NT
Hey Mario, 
I stumbled upon your post on the search for a possibility to realize a 
shared/distributed work on a tiddlywiki in the cloud - not in the web - 
with automatic syncing between teampartners who should be able to edit the 
wiki at the same time (more or less). I think the problems are on hand for 
this case. I also watched the hangout with presentation of seafile. Some 
questions remained, as I had no time time try tw5 with node.js and seafile 
on my own, hopefully you could answer them??

Regarding to the context of your seafile presentation:
1. Looks like you worked with tiddlywiki on node.js in seafile, since I saw 
multiple separated files for each tiddler - did you (I did not yet, only 
have read about)?
2. That the inconsistent (conflict) file is brought up by seafile is nice, 
but do you get noticed about that?
2.1 Say you have 300 tiddlers aka 300 files - you'll not be able to 
discover on your own when a new conflict file will appear among them. So do 
you get a notice of the conflict?
3. Another question regarding node.js and multiple files - is that working 
on ios and android as well?
4. Is multiuser editing considered at all in the design of tw5? Because I 
only saw that you can enter the username in the properties of tw5, but 
whoever edits the wiki afterwards does it with the pre-entered user name if 
she's paying no attention - that's not relyable.


Thanks for your time, NT from germany.

-- 
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: What is the default-tiddler-location for?

2015-01-26 Thread Danielo Rodríguez
Forget my stupid question.

I was editing a different tiddlywiki.info file. It works as expected. Nice!

El lunes, 26 de enero de 2015, 9:43:55 (UTC+1), Danielo Rodríguez escribió:

 Hello,

 I want to specify a different folder to save tiddlers to. I tried 
 configuring the config option default-tiddler-location to someting like 
 ../../../ but tiddlers are saved to the same location than before.
 How can I achieve this? What is the correct workflow?

 Thanks in advance.


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


[tw] Re: Basic math macros

2015-01-26 Thread Alberto Molina
Wow! 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] Icon menus demo

2015-01-26 Thread Alberto Molina
Very interesting. Thanks to share!

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: How to create a tag editing field in tiddler?

2015-01-26 Thread James
Can I use it in the list?  For instance, use a list to list all my tiddler 
in a table.  So that I can modify all the tags in one single page.

On Monday, 26 January 2015 15:56:59 UTC+8, Stephan Hradek wrote:

 Put this into your tiddler:

 {{||$:/core/ui/EditTemplate/tags}}




-- 
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] What is the default-tiddler-location for?

2015-01-26 Thread Danielo Rodríguez
Hello,

I want to specify a different folder to save tiddlers to. I tried 
configuring the config option default-tiddler-location to someting like 
../../../ but tiddlers are saved to the same location than before.
How can I achieve this? What is the correct workflow?

Thanks in advance.

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


[tw] Re: How to create a tag editing field in tiddler?

2015-01-26 Thread Stephan Hradek
you mean like this?

table
  $list filter=[all[]]
tr
  td
$link$view field=title//$link
  /td
  td
{{||$:/core/ui/EditTemplate/tags}}
  /td
/tr
  /$list
/table

Only problem I see: When you enter into one tag field, the text will appear 
in all. When you click add then, the tag will be removed from all 
tag-edit fields. But this is just cosmetic.




-- 
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: How to create a tag editing field in tiddler?

2015-01-26 Thread James
Thank you.  It works.

On Monday, 26 January 2015 15:56:59 UTC+8, Stephan Hradek wrote:

 Put this into your tiddler:

 {{||$:/core/ui/EditTemplate/tags}}




-- 
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: How to create a tag editing field in tiddler?

2015-01-26 Thread James
Can I use it in the list?  For instance, use a list to list all my tiddler 
in a table.  So that I can modify all the tags in one single pag

On Monday, 26 January 2015 15:56:59 UTC+8, Stephan Hradek wrote:

 Put this into your tiddler:

 {{||$:/core/ui/EditTemplate/tags}}




-- 
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: How to create a tag editing field in tiddler?

2015-01-26 Thread Tobias Beer


 Only problem I see: When you enter into one tag field, the text will 
 appear in all. When you click add then, the tag will be removed from all 
 tag-edit fields. But this is just cosmetic.


I have added a modification to the template so as to allow independent 
instances using the qualify macro... (on top of many other changes):

*fixes edit-mode tags and consolidates tag macro*
https://github.com/Jermolene/TiddlyWiki5/pull/1379
*preview:* Consolidate Tag Macro @ tbdemo 
http://tbdemo.tiddlyspot.com/#Consolidate%20Tag%20Macro

*Here's a demo of editing all tags...*
Edit All Tags @tbdemo http://tbdemo.tiddlyspot.com/#Edit%20All%20Tags

I guess what you really want is a different ui, though.
One that shows regular tag buttons with tag-popups
but also allows to add new tags as you would when in edit-mode,
i.e. with the add-tag popup.

Best wishes, Tobias.

-- 
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: Basic math macros

2015-01-26 Thread Alex Hough
very nice.

on my large screen the journey across the screen to close the tid seemed a
long way away

Alex

On 26 January 2015 at 09:55, Alberto Molina alberton...@gmail.com wrote:

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


-- 
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] Tiddler Sticky Notepads? Tag stickers?

2015-01-26 Thread Alex Hough
Dear All,

The GTD methodology had a huge influence everyone was going round with
index cards. I did this and in hindsite it got me nowhere.

I am now using sticky notes -- a freebie from a business school -- and
wondered about ordering my own custom tiddler  notes. A paper version of
tiddler promoting TW at the same time

It got me thinking about tags to... maybe a set of stickers in tag pill
shapes... with enough space to write on.

The thing is I don't want to order 100s of pads...


Anyone interested?
Could sickly pads be an accompaniment to the poster?
* making the start of a promo pack
** leading to an analogue 'workshop version' of TW

just thought I'd share the thought

Alex

[1] http://www.totalmerchandise.co.uk/products/details/A7-BiC-Sticky-Notes

-- 
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: Basic math macros

2015-01-26 Thread Tobias Beer
Nice, especially for ordering! :-)

A few suggestions:

   1. make *tiddler* be the last argument, because by default you get it 
   from *currentTiddler*
   2. call it *add *and scratch subtract, as adding and subtracting are 
   really the same thing
   3. calling it *add*, perhaps rather use parameter *until*, rather than 
   *max* or *min*
   4. put the ordering buttons before the titles, so they are at a 
   consistent location.
  - add order 1
  add one to order of current tiddler
  - add order -1
  subtract one from order of current tiddler
  - add order 1 tiddler:foo
  add one to order of tiddler foo
  - $tiddler tiddler=fooadd order 1/$tiddler
 same
  - add order 1 10
  add one to order of current tiddler until 10
   
Best wishes, Tobias.

-- 
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] Static sites - sitemap and ATOM plugins updated...

2015-01-26 Thread Alex Hough
Thanks Tobias,

The sitemap makes it easier for google to index...

A huge topic!

Alex

On 25 January 2015 at 21:19, Tobias Beer beertob...@gmail.com wrote:

 I am not a tech guy Can I ask, why do we need a sitemap?


 https://support.google.com/webmasters/answer/156184?hl=en

 Best wishes, Tobias.

 --
 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: Basic math macros

2015-01-26 Thread Jed Carty
I am working a bit on a math plugin, but this is a much simpler and more 
conveniet for things like ordering lists the way you are. It is a clever 
solution to reordering lists. Would you mind if I use it in the icon menus 
thing I am working on?

The current icon menus demo:
https://www.dropbox.com/s/0pi4959vnbjlcia/LeftAndRightIcons.htm?dl=0


The current version of my math plugin:
http://inmysocks.tiddlyspot.com/#MathyThing%20Plugin

-- 
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: Citations from Google Scholar

2015-01-26 Thread Tobias Beer
So, the task is to turn this...

@book{senge2006fifth,
  title={The fifth discipline: The art and practice of the learning 
organization},
  author={Senge, Peter M},
  year={2006},
  publisher={Random House LLC}
}

...or rather a fullblown library containing stuff like this, into this...

title: senge2006fifth
tag: book
year: 2006
author: Senge, Peter M
publisher: Random House LLC
full-title: The fifth discipline: The art and practice of the learning 
organization

One thing is for sure, the unique thing needs to eventually be *title*, not 
*full-title*.
Another thing that's for sure is that the tid format looks so much better 
to the eye than bibtex.

Anyhow, that's certainly plugin territory
whereas I sure wouldn't want to write my own parser.
Have yet to find a bibtex to json parser that does what it says.

Best wishes, Tobias.

-- 
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: Click to open tiddler - CTRL click to open in edit mode

2015-01-26 Thread Tobias Beer


 I am using the wiki in zooming mode so i missed that. I guess the actual 
 method of doing it is not that important, i was just wondering if a way of 
 directly opening a tiddler in edit mode already existed in the UX


Doesn't, but ALT+CLICK sounds like the right candidate for the job.

Best wishes, Tobias.

-- 
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] Click to open tiddler - CTRL click to open in edit mode

2015-01-26 Thread Bill Denbigh
I regularly want to open a tiddler in edit mode directly without open the 
tiddler and then clicking edit. Is there a shortcut to open in edit mode 
(something like a CTLR-click) to bypass the middle step?

Thanks, Bill

-- 
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] Fet script question

2015-01-26 Thread sklpns
Works like a charm. Thank you very much sir.
sklpns

-- 
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: Tons of questions, new user.

2015-01-26 Thread Alex Hough
Welcome Brandon,

Please bear with us

Alex

On 26 January 2015 at 19:23, Brandon Sergent brandon.serg...@gmail.com
wrote:

 So I can delete the post but not edit it. God I hate GG. Party like it's
 1990.

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