Re: [tw] [TW5] TED Talks TW - Learning Stuff by building stuff

2015-01-25 Thread Alex Hough
Why does we have our own festival of thought -- TID talks ! Alex On Sunday, 25 January 2015, RichShumaker richshuma...@gmail.com wrote: Alberto, I just searched and didn't find Jeremy's name. That doesn't mean he didn't do a talk as they don't post all talks. If anyone knows any TED Talks

[tw] Re: Is it possible to get a list of unique values of a single field?

2015-01-25 Thread Astrid Elocson
Are you sure about that? Positive. If you don't believe me, look at the code in filters/list.js. It starts by retrieving an array of titles from the list field. *list* without an exclamation mark simply returns that array. But negated *list* iterates over its input titles, i.e. *tag[foo]* in

[tw] Re: katex plugin: Can't display the # character

2015-01-25 Thread BJ
seems to be a katex bug https://github.com/Khan/KaTeX/issues/163 cheers BJ On Sunday, January 25, 2015 at 9:23:13 AM UTC-6, vpl wrote: Hi, I hope it's the right place to submit this question. I'm using the Katex plugin on my prof TiddlyWiki and discover that I can't display the #

[tw] Re: [TW5] If any one is still online. Here is a Beta to play with (for drawing mindmaps and graphs)

2015-01-25 Thread Felix Küppers
Hi Peter, thanks for your interest in the plugin. :) Maybe this is not the best place to discuss this (it's a fairly old google topic). Since you have a spefic issue, to open an issue at the github page of tiddlymap would make sense in my opinion. I opened it here:

[tw] Re: [TWC] Fet script question

2015-01-25 Thread Tobias Beer
Hi sklpns, Here's that inline script... S: yearly income report @ scripts http://scripts.tiddlyspace.com/#%5B%5BS%3A%20yearly%20income%20report%5D%5D Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this

[tw] Re: Is it possible to get a list of unique values of a single field?

2015-01-25 Thread Tobias Beer
* *[tag[foo]!list[t!!f]]* is relative, and outputs any foo-tagged titles that are not listed in field *f* of tiddler *t* Are you sure about that? I think there is quite a difference between *list* and *listed*. Best wishes, Tobias. -- You received this message because you are subscribed

[tw] Re: [TWC] Fet script question

2015-01-25 Thread sklpns
Hi Tobias and, again, thank you very much for your input. Indeed, using fields would be cleaner but in my actual case I'm using form tiddler plugin http://tiddlywiki.abego-software.de/#FormTiddlerPlugin (along with data tiddler plugin) http://tiddlywiki.abego-software.de/#DataTiddlerPlugin as

[tw] display list of tiddlers by tag

2015-01-25 Thread Dmitry Berman
Hi Everyone, I just downloaded TW, so forgive me ignorance. Here is what I am trying to do: On the side bar I would like to see a list of Tags like: tag1 tag2 tag3 and when I click on one of these I would like to see, in the main display area, all of the tiddlers under that tag... using

[tw] Re: display list of tiddlers by tag

2015-01-25 Thread Tobias Beer
The following tiddler will create a new *Menu* tab in the sidebar with your links (also attached as a json file that you can import via drag and drop)... title: $:/_dmitry/ui/SideBar/Menu tags: $:/tags/SideBar caption: Menu list-before: style.menu a{display:block;}/stylediv class=menu

[tw] Re: Is it possible to get a list of unique values of a single field?

2015-01-25 Thread Tobias Beer
* *[list[t!!f]]* is absolute, and outputs the titles listed in field *f* of tiddler *t* * *[tag[foo]!list[t!!f]]* is relative, and outputs any foo-tagged titles that are not listed in field *f* of tiddler *t* Ok, I get it now. The confusion seems to be from comparing apples and pears. If

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

2015-01-25 Thread James
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

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

2015-01-25 Thread Stephan Hradek
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

[tw] Re: How can the public add data to my tw?

2015-01-25 Thread Danielo Rodríguez
El martes, 20 de enero de 2015, 8:15:56 (UTC+1), ram...@gmail.com escribió: I haven't tried it but an easy way to limit what the users can do will be like, if you mess with the file permissions for the available tiddlers, maybe it wont be possible to delete the already created tiddlers but

[tw] Basic math macros

2015-01-25 Thread Danielo Rodríguez
Hello, This is so simple and easy that I can't understand that no one did it before. Maybe someone did but without sharing. This is useful for ordering a list by ui (button up and button down) or adding basic amounts. Check it out at: http://mathmacros.tiddlyspot.com

[tw] Re: [TW5] If any one is still online. Here is a Beta to play with (for drawing mindmaps and graphs)

2015-01-25 Thread Peter Miller
I'd like to use TiddlyMap (formerly TaskGraph) as a simple layout tool and hence to be able to export a view rather than just the tiddlers. I see that you can save node positions but is there any way that you can save them to a tiddler, ideally with node relationships, so that you can use them

[tw] Re: [TW5] If any one is still online. Here is a Beta to play with (for drawing mindmaps and graphs)

2015-01-25 Thread Peter Miller
...and the locations are here: $:/plugins/felixhayashi/tiddlymap/graph/views/[view]/map where [view] is the name of your view. On Sunday, January 25, 2015 at 1:50:26 PM UTC, Peter Miller wrote: I think I found part of the answer. There's a json tiddler

[tw] Re: [TW5] If any one is still online. Here is a Beta to play with (for drawing mindmaps and graphs)

2015-01-25 Thread Peter Miller
I think I found part of the answer. There's a json tiddler $:/plugins/felixhayashi/tiddlymap/graph/edges/[edge-name] that gives the relationships for that particular edge-name albeit in terms of the TiddlyMap IDs. Presumably there are other tiddlers as described in the help

Re: [tw] Re: [TW5] node.js tiddlywiki over ssl possible

2015-01-25 Thread Daniel Baird
You can do SSL directly from a node server -- I don't know if Jeremy has actually done it with the TW server, but it's not especially difficult. However it's often a good idea to do SSL through a well-used and mature proxy like nginx or apache. Then your attack service is a bit narrower (well not

[tw] katex plugin: Can't display the # character

2015-01-25 Thread vpl
Hi, I hope it's the right place to submit this question. I'm using the Katex plugin on my prof TiddlyWiki and discover that I can't display the # character I've tried even using the reference site of this plugin http://tiddlywiki.com/plugins/tiddlywiki/katex/ I've tried \dash \sharp \# #

[tw] Re: [TWC] Fet script question

2015-01-25 Thread Tobias Beer
Tobias, I'm at a loss for words, thank you very much indeed. You're welcome. I'm testing the script for the last couple of hours, finding a minor glitch, as it doesn't show January expenses (first row). Of course. Fixed. ^^ Get the update from here... S: yearly income report @

Re: [tw] [TW5] Static sites - sitemap and ATOM plugins updated...

2015-01-25 Thread Tobias Beer
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

[tw] [TW5] Icon menus demo

2015-01-25 Thread Jed Carty
I decided to make a new thread because it is quite different from what I had started with, but here is the current version of the icon menus I have been playing with and talked about here https://groups.google.com/forum/?nomobile=true#!topic/tiddlywiki/UO9y7LWy0Lc I removed the normal menu and

[tw] Re: display list of tiddlers by tag

2015-01-25 Thread Dmitry Berman
Hi Tobias, Thanks for the quick reply. This mostly works and is really helping me think about my work flow. Only one question: Instead of creating/opening one twiddler that has a list of all associated twiddlers is it possible to open ALL the associated twiddlers at once by clicking on the

[tw] Re: display list of tiddlers by tag

2015-01-25 Thread Dmitry Berman
Thanks Tobias, I think I've almost gotten to what I need from what you showed me. I'll keep pocking around On Sunday, January 25, 2015 at 8:21:49 PM UTC-5, Tobias Beer wrote: Hi Dmitry, Perhaps you're interested in... Saving And Loading A History Snapshot @ tb5

[tw] Re: display list of tiddlers by tag

2015-01-25 Thread Tobias Beer
Hi Dmitry, Perhaps you're interested in... Saving And Loading A History Snapshot @ tb5 http://tb5.tiddlyspot.com/#Saving%20And%20Loading%20A%20History%20Snapshot Alternatively you coul manually define action widgets in a button widget. $button class=tc-btn-invisible tc-tiddlylink Click Me!

[tw] Re: Is it possible to get a list of unique values of a single field?

2015-01-25 Thread Tobias Beer
* *[tag[foo]**[list[t!!f]]* is relative, and outputs any foo-tagged titles that are listed in field *f* of tiddler *t* Ok, I get it now. This is not happening, although it probably should, otherwise you cannot talk of negation. Made a pull request...

[tw] Re: [TWC] Fet script question

2015-01-25 Thread sklpns
Tobias, I'm at a loss for words, thank you very much indeed. I'm testing the script for the last couple of hours, finding a minor glitch, as it doesn't show January expenses (first row). Could be I mistyped something, as my data fields have different names (01 instead of Jan), though the other

[tw] Re: Is it possible to get a list of unique values of a single field?

2015-01-25 Thread Tobias Beer
In fact, I just opened another issue to handle this consistently throughout all filters... *handle filter negation via filters.js* https://github.com/Jermolene/TiddlyWiki5/issues/1420 No filters should implement their own negation handlers. Instead, a helper function

Re: [tw] [TW5] Static sites - sitemap and ATOM plugins updated...

2015-01-25 Thread Alex Hough
Jim, I am not a tech guy Can I ask, why do we need a sitemap? Best wishes Alex On Saturday, 24 January 2015, Jim Lehmer leh...@dullroar.com wrote: *ATOM feed *- https://github.com/dullroar/TW5-atomfeed *Sitemap *- https://github.com/dullroar/TW5-sitemap Both contain the following