[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-05-23 Thread Jed Carty
I can't take too much credit here since the big enabling thing for this is the action-listops widget. If that didn't work as nicely as it does than I would have had much more trouble. Mat, They should have some name to show they are a more general thing but I have no idea what to call them. Je

[tw] Re: Custom tiddler Templates for Medicinal Plant Monographs

2016-05-23 Thread Jed Carty
Mark, Well, I have a keyboard and I have spent a while getting everything set up so I can do some work effectively on my tablet. But most of my work is done on a nice desktop with multiple monitors. I am working on some things that will address those problems by extending how tags work in tidd

[tw] Re: [TW5] TiddlyClip install in FF 46

2016-05-23 Thread BJ
Hi Ken, currently you will have to download the file https://github.com/buggyj/tiddlyclip/blob/master/tiddlyclip-0.0.9-fx%2Ban.xpi click on the 'raw' button and download the file, then drag and drop it onto the ff addons window. all the best BJ On Sunday, May 22, 2016 at 4:46:41 PM UTC+1, ken

[tw] Re: Custom tiddler Templates for Medicinal Plant Monographs

2016-05-23 Thread Radium
Some fields like "medicinal plants" have a mind blowing number of "bits & pieces", So a drop-down list for "parts" seams logical, but think twice about "uses" if your desktop doesn't have 50 monitors stacked on top of each other ;) A simple text-field armed with a "suggestions as typing" function

[tw] Re: Custom tiddler Templates for Medicinal Plant Monographs

2016-05-23 Thread Radium
Jed, Regarding your current plants TW plugin/extension/edition (what shall I call it?) Is it possible for text-fields to get clear after clicking the "add" button or ENTER key? Since: writing + ENTER (or clicking the "Add" button) is better than: writing + ENTER (or clicking the "Add" button) +

[tw] Update Material Design for latest TW5

2016-05-23 Thread Hans Maulwurf
Could someone update this theme https://github.com/bcse/tw5-material-theme ? It's sadly not working with the latest 5.1.11 -- 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 e

[tw] Re: Custom tiddler Templates for Medicinal Plant Monographs

2016-05-23 Thread Jed Carty
Radium, The updated version clears the input when you click add as well as many other improvements. I haven't gotten around to updating the encyclopedia part of it yet though. There are many improvements in what I am making so if you are planning on using this in any sort of long term sense you

[tw] Re: Custom tiddler Templates for Medicinal Plant Monographs

2016-05-23 Thread Radium
I'm going to use the system and data for the rest of my life. I'm a pharmacist, with lots of info about drugs and plants to "organize in my own way", and use it when I need it throughout my career. So yeah, I'm in for the long-term. But along making your stuff to use, I will try to learn from you

[tw] Re: Custom tiddler Templates for Medicinal Plant Monographs

2016-05-23 Thread Radium
*Idea for relating the values between TWO different TagTypes (uses, parts, chems, etc):* For scientific fields which require this level of detail, like pharmacognosy (study of medicinal plants and making drugs out of them). Example uses: - sorting the plants with "tyramine" inside their "root"

[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-05-23 Thread Jed Carty
I made a lot of updates. There aren't many changes in functionality but there should be some huge improvements in usability. You can set which fields you want to use as alternate tag fields globally and you can set a different default color for the tag pills in each field. There is a list in th

[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-05-23 Thread Jed Carty
Now the custom tag colors should work the same as with normal tags. There is also now a setting that lets you use icons or images, or just any wikified text, as the tag or as the label displayed for the field. The second part doesn't work in the normal tags field, only in the new ones and it mu

[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-05-23 Thread Mat
I have a feeling (...actually, I *know*) this will become extremely useful! Some points; You talk about (and have implemented - yay!) global such fields but the more fields one have the more likely it is that one will want local control, I think. In my very recently released VarsFields

Re: [tw] Re: Custom tiddler Templates for Medicinal Plant Monographs

2016-05-23 Thread Alex Hough
Radium, It would be interesting (to me at least) to see your works in progress. It would be fantastic to see how your thinking, Jed's work and Matt's contributions develop best wishes Alex On 23 May 2016 at 12:26, Radium wrote: > *Idea for relating the values between TWO different TagTy

[tw] Re: Custom tiddler Templates for Medicinal Plant Monographs

2016-05-23 Thread Matabele
Hi Radium An alternative to dropdowns, is to cycle through available options -- like the keep operator example on the ActionListops widget demo site: http://listops.tiddlyspot.com/ You'll need the x-listops filter set from the site, which includes the cycle[] and keep[] operators used for this

[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-05-23 Thread Jed Carty
The macros TagLikeList and EditTagLikeList are the view and edit parts of what I made. If you just put <> it will display the contents of the foo field in the current tiddler like it was tags with the label Foo. <> will do the same thing but it is the editing part. They are exactly what is used

Re: [tw] Re: [TW5] TiddlyClip install in FF 46

2016-05-23 Thread ken robertson
Thank you all good people, we have lift-off! -- Regards Ken On 23 May 2016 at 19:33, BJ wrote: > Hi Ken, > currently you will have to download the file > > https://github.com/buggyj/tiddlyclip/blob/master/tiddlyclip-0.0.9-fx%2Ban.xpi > > click on the 'raw' button and download the file, then dra

[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-05-23 Thread Matabele
Hi Jed It should be possible to modify the existing filters designed for the tags field, so as to handle any field containing a list. The hurdle will be maintaining backward compatibility. A syntax something like tag:field[mytag] and tagging:field[] might be acceptable (with default field = 't

[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-05-23 Thread Mat
I was evidently unclear with my points; but actually, never mind. I'll clarify at a later point, theyre not important now. using [[foo]listed[bar]], what I need is the equalvilent of [all[]tags[]]. > [all[]listed[!!bar]] only gives the results from the current tiddler and > ignores the all[] pa

[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-05-23 Thread Mat
I meant "bar". Who the hell wants a "demo" when you can get a whole bar. <:-) -- 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.

Re: [tw] Re: NodeJS on Android

2016-05-23 Thread Arlen Beiler
Once you've set it up (long press and hit more to get to the help), run "apt update" and "apt upgrade", then "apt install nodejs". After that, cd to the TiddlyWiki directory and run the usual commands. You can also create a shortcut bash script to cd to the directory and run the command. That's exp

[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-05-23 Thread Jed Carty
Matabele, Using the existing names like that may be the way to go but there are things specific to how the tags field is handled behind the scenes that would prevent just pointing the same code at a different field from working. Tags are stored in comma separated lists and there is some proces

[tw] Re: [TW5] Button to quickly set tiddler type

2016-05-23 Thread 'c pa' via TiddlyWiki
<$select field="type"> Regular TiddlyWiki Stuff Plain Text -- 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: (Classic) Defining start number in ordered lists

2016-05-23 Thread 'c pa' via TiddlyWiki
! Ordered list # First item #* First item child #* First item child That spans several lines # Second item -- 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

[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-05-23 Thread Mat
> > I think that the set widget hates me. I adds [[ and ]] around each thing > returned by a filter if there are spaces. Title lists are space separated > so you get results like > [[one two [[three and four [[bob joe two]] [[eddie one]] > from using [all[]get[bar]] and it is very frustrati

Re: [tw] Re: [not TW] Noteworthy UI for Personal Knowledge Base

2016-05-23 Thread Danielo Rodríguez
El domingo, 22 de mayo de 2016, 16:24:13 (UTC+2), Mat escribió: > > On Sunday, May 22, 2016 at 2:18:55 PM UTC+2, Pit.W. wrote: >> >> Does it work with TW5? >> > > > It's not clear what you mean with "work" - but, regardless, that site is > just an external, totally different site. As far as I kn

[tw] Re: [TW5] Button to quickly set tiddler type

2016-05-23 Thread Ruslan Prokopchuk
Thank you very much! Now I can tangle/untangle my literate sources instantly! понедельник, 23 мая 2016 г., 20:10:20 UTC+3 пользователь c pa написал: > > <$select field="type"> > Regular TiddlyWiki Stuff > Plain Text > > -- You received this message because you are subscribed to the Google

Re: [tw] Re: [not TW] Noteworthy UI for Personal Knowledge Base

2016-05-23 Thread Mat
@Danielo - this thread has gone totally bananas so I'm not sure what anyone is saying anymore. But I can sincerely say that I'm glad to see you on the boards again! <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-05-23 Thread 'c pa' via TiddlyWiki
Jed, I created a get all values in a list filter here: http://cpashow.tiddlyspot.com/#%24%3A%2F_cpa%2Fmodules%2Ffilters%2Fgetfieldlist.js -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails fr

Re: [tw] Update Material Design for latest TW5

2016-05-23 Thread Jeremy Ruston
Hi Hans That's pretty cool; I hadn't seen it before. The author has replied to the issue that you raised saying that they don't plan to update the theme because they no longer use TiddlyWiki. I haven't looked at the source, but I'm guessing that the work to update the theme will be pretty mino

[tw] Re: [TW5] Another way to make multiple tag-like fields

2016-05-23 Thread Jed Carty
I gave in and just edited the tags filter, it turns out it took much less than I expected. So you can use [tags:foo[]] to get the list of things in the foo field instead of in the tags field. So, with this the other fields can be used the same way as tags field. I am not sure if there is an equ

[tw] Re: [TW5] REQUEST. Could we please get a TWC theme?

2016-05-23 Thread 'MGT' via TiddlyWiki
BJ, did you ever get around to implementing the tiddlerbar plugin in TW5? Cheers, Mark -- 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...@goo

Re: [tw] Re: [not TW] Noteworthy UI for Personal Knowledge Base

2016-05-23 Thread RichardWilliamSmith
Very interesting, Mat - thanks for sharing. I looked and failed to find anything 'expensive' about it and the fact that it doesn't work on Firefox at the moment would appear to be a bug. The guy who made it has his own company - http://moebio.com/ His software is released open source - http://m

Re: [tw] Re: [not TW] Noteworthy UI for Personal Knowledge Base

2016-05-23 Thread 'Birthe C' via TiddlyWiki
seHi Richard, True knowledge is to know how to find out! Thank you. So many examples to look at. I was able to view the examples dated after 2012 in Firefox. Maybe I do not understand but would it not be very time consuming to use that leaving less time to collect knowledge? Birthe Den tirs

Re: [tw] Update Material Design for latest TW5

2016-05-23 Thread Sylvain Naudin
Thanks Hans for linking this ressources, I'll try to see if I can. Sylvain Le lundi 23 mai 2016 20:27:07 UTC+2, Jeremy Ruston a écrit : > > Hi Hans > > That's pretty cool; I hadn't seen it before. The author has replied to the > issue that you raised saying that they don't plan to update the t