[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*,

[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

[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

[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

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

[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

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

[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

[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: