[tw5] Re: Generate list of tiddlers based on a partial field match with variables

2019-05-08 Thread 'Mark S.' via TiddlyWiki
Well, the select widget has to store its results somewhere. However, you can specify some other tiddler in the select widget (e.g. <$select tiddler="SomeOtherTiddler"...> ) You would then have to refer to it in your count widget <$count

[tw5] Re: #TiddlyDesktop -- Basic notes

2019-05-08 Thread @TiddlyTweeter
Ciao Mark S. Right. Is that for you only on the version that uses node style multiple .tid files? I not used it before. Just tested it and see the issue you describe. Solo single file wiki I don't think have this issue? Both with TiddlyDesktop & Bob I think there can be "node" issues that

[tw5] Re: You like icons? Try the brand new feather icons plugin

2019-05-08 Thread SylvainComte
Hi Josiah, I've also the idea that the system could be extended. Not so easy by the way, but not that hard. "Just" need time... To add icons: * Draw them with your favorite editor * Optionally, clean them in svgomg : https://jakearchibald.github.io/svgomg/ * Grab the code * Edit the

[tw5] Re: Generate list of tiddlers based on a partial field match with variables

2019-05-08 Thread 'Mark S.' via TiddlyWiki
If you don't mind having every single year in your drop-down, then change the range to range[1781,1979] or whatever your years are. Also get rid of "0s" since it's no longer relevant. On Wednesday, May 8, 2019 at 12:07:30 PM UTC-7, Damon Pritchett wrote: > > Thanks Mark, > > That works for the

[tw5] Re: Generate list of tiddlers based on a partial field match with variables

2019-05-08 Thread Damon Pritchett
Thank you, sir. You are a gentleman and a scholar, sir. Damon On Wednesday, May 8, 2019 at 12:32:27 PM UTC-7, Mark S. wrote: > > If you don't mind having every single year in your drop-down, then change > the range to range[1781,1979] or whatever your years are. Also get rid of > "0s" since

[tw5] Does TW use rel="noopener noreferrer" on wikified external links?

2019-05-08 Thread A Gloom
TW documentation site advises on using rel="noopener noreferrer" on manually created external links (using html tag)-- does TW use rel="noopener noreferrer" on wikified external links?. I couldn't find anything showing it does though I would assume so (Wordpress does so for all external

[tw5] Re: #TiddlyDesktop -- Basic notes

2019-05-08 Thread 'Mark S.' via TiddlyWiki
Good point. I just did a quick test. It looks like the lingering nw.exe problem only happens if you open a data-folder wiki (multiple tids). -- Mark On Wednesday, May 8, 2019 at 9:25:53 AM UTC-7, @TiddlyTweeter wrote: > > Ciao Mark S. > > Right. Is that for you only on the version that uses

[tw5] Re: Does TW use rel="noopener noreferrer" on wikified external links?

2019-05-08 Thread TonyM
A Using the developer tools in Chrome/FireFox I used inspect to point to some links on TiddlyWiki.com generated from http://domain.com/folder external links and rel="noopener noreferrer" was used. So I expect the answer is yes. I would howver experiment to see if this is the same for

[tw5] Re: IDEA Multi-line Fields ... Possible implementation

2019-05-08 Thread TonyM
Mario, This sounds interesting can you please clarify. Are you saying, Such "field" definitions would make the content in the field pragma become a value of this "Virtual Field". If I use edit-text I can name such fields and edit them as if they were independent fields but I would only be

Re: [tw5] Re: Play several songs consecutively

2019-05-08 Thread Xabriña
Thank you very much bimlas. The complement works like a charm. Greetings. El domingo, 5 de mayo de 2019, 11:35:34 (UTC+2), bimlas escribió: > > Fixed some issues (including RSOD), please check it again: > https://bimlas.gitlab.io/tw5-mediaplayer > -- You received this message because you are

[tw5] Re: You like icons? Try the brand new feather icons plugin

2019-05-08 Thread @TiddlyTweeter
Ciao Sylvain I looked at this. its very good. Why? It simplifies icon handling. In a lightweight way that makes better sense than alternatives. I am beginning to think it could be a more generic method. HOW WOULD I ADD ICONS I LIKE to your system? Best wishes Josiah On Tuesday, 7 May 2019

[tw5] Re: Generate list of tiddlers based on a partial field match with variables

2019-05-08 Thread Damon Pritchett
Ok - now for another question. How can I modify this to make it use a variable instead of a field so that the tiddler isn't changed? Thanks Damon On Tuesday, May 7, 2019 at 4:13:25 PM UTC-7, Damon Pritchett wrote: > > Thanks to all. I thought I had tried that, but apparently I was changing >

[tw5] Re: Generate list of tiddlers based on a partial field match with variables

2019-05-08 Thread Damon Pritchett
Oh ok. That makes sense. Thanks. One more question. If I wanted to make it so I can select any given year or a decade, is there a way I can do that without having to type in all of the selections? Such as some kind of loop or similar? Also, I would anticipate that the dropdown would get very

[tw5] Re: Does TW use rel="noopener noreferrer" on wikified external links?

2019-05-08 Thread A Gloom
On Wednesday, May 8, 2019 at 5:04:51 PM UTC-4, A Gloom wrote: > > TW documentation site advises on using rel="noopener noreferrer" on > manually created external links (using html tag)-- does TW use > rel="noopener noreferrer" on wikified external links?. I couldn't find > anything showing

[tw5] For keeping track of folded tiddlers

2019-05-08 Thread A Gloom
Something I use for keeping track of what tiddlers i have folded so I can selectively unfold them without using unfolding all (my method of madness involves having tiddlers folded that end users needn't worry about viewing) <$list filter="[prefix[$:/state/folded/]text[hide]]

[tw5] You like icons? Try the brand new feather icons plugin

2019-05-08 Thread SylvainComte
Hi Tony works like a charm by replacing the corresponding $:/core/images/ content with `<>` You may have to add a class and make some css. I did for the save-wiki button. Also feather library has "only" 179 icons, so you may miss some if you want to replace all TiddlyWiki's. Discovered a bug

[tw5] You like icons? Try the brand new feather icons plugin

2019-05-08 Thread TonyM
Thanks, I do not so much want to replace but extend. I created additional editor toolbar items and wanted to draw from a larger set including favicons and did not quite work it out. Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Is encrypt tiddler plugin working in recent versions of TW?

2019-05-08 Thread TonyM
Danielo Thanks it is a good solution. I would like to see it extended a little to save the key between decrypt and encrypt ie the key is reused. Perhaps even reencrypt all decrypted tiddlers with there own key on action such as save if desired. This would simply improve workflow and I may be

[tw5] Change initial field/textarea setup

2019-05-08 Thread TonyM
Stacy, I and Mohammad worked out you can use the edit text widget with the textarea option to treat fields other than text like the text field with new lines. It is only if you use the edit field option in the edit view template that you loose the line feeds. Another approach is to design a

[tw5] IDEA Multi-line Fields ... Possible implementation

2019-05-08 Thread PMario
Hi Folks, Just reading an other thread in the group: Change initial field/textarea setup . I had an idea about multi line fields, which are requested here quite a bit. The default UI for inserting fields is a bit "heavy

[tw5] Re: IDEA Multi-line Fields ... Possible implementation

2019-05-08 Thread PMario
Proposed Spec. (this post will be updated.) 1) field names must be lower-case (same a now) 2) Fields, that contain 1 line of text stay in the text area eg: \field my-field 1 line of text \end 3) "1 liners" will be converted into fields when the tiddler is saved eg: - they go to the field

[tw5] Re: Generate list of tiddlers based on a partial field match with variables

2019-05-08 Thread Damon Pritchett
Thanks Mark, That works for the decades. How would I modify that to add the individual years as well as the decades? By the way, I really appreciate the help. I obviously need it. Damon On Wednesday, May 8, 2019 at 11:21:02 AM UTC-7, Mark S. wrote: > > It's a little more complicated. You can

[tw5] Re: Generate list of tiddlers based on a partial field match with variables

2019-05-08 Thread 'Mark S.' via TiddlyWiki
It's a little more complicated. You can generate like this: \define regxdate() ^$(prefix)$ <$select field='primary'> <$list filter="[range[185,188]]" variable="prefix"> >><>0s The macro goes at the top of the tiddler. You can use the "multiple" and "size" options to put the list in its own