[tw5] Re: passing multiple strings into a template?

2019-03-16 Thread 'Mark S.' via TiddlyWiki
What you want to do is change how the tiddler presents its content in view mode. But you don't want every tiddler to change how it appears. Typically in this situation, you use a (real) template. Or actually, you modify the view template. To indicate that you want this tiddler treated

[tw5] Re: passing multiple strings into a template?

2019-03-16 Thread Elijah
Because then I can't get that tiddler too to also display the formatted quote. At least, that is how it is currently. Right now, the tiddler with the quote, and attribution fields has the {{tiddler||template}} in the main text field. I'll give you a "real" example to help explain. This is the

[tw5] Re: passing multiple strings into a template?

2019-03-16 Thread 'Mark S.' via TiddlyWiki
In your example, you're using a field for the quote. Why not use the text field for the actual body of the quote? On Saturday, March 16, 2019 at 6:54:11 PM UTC-7, Elijah wrote: > > My personal Tiddlywiki has hundreds of tiddlers each containing a single > quotation (some just a few words,

[tw5] Re: passing multiple strings into a template?

2019-03-16 Thread Elijah
My personal Tiddlywiki has hundreds of tiddlers each containing a single quotation (some just a few words, others entire excerpts with several paragraphs), from various authors. I'm trying to create a template into which I pass in both the quote, and the author's name. I want to display the

[tw5] Re: Conditional fonts based on Operating System

2019-03-16 Thread Mark Krieg
Oh my goodness! So easy! THANK YOU!! Mark On Saturday, March 16, 2019 at 6:15:41 PM UTC-4, Thomas Elmiger wrote: > > Hi Mark, > > CSS applies the first available font from a list, so if you put the MacOS > (only) font first and the iOS font second, it should work the way you

[tw5] Re: passing multiple strings into a template?

2019-03-16 Thread 'Mark S.' via TiddlyWiki
In cases like this, it's better if you explain what your objective is, rather than tilting at the technology. For instance, if your sentences are stored in individual tiddlers, then perhaps some sort of listing macro would work. It all depends. Good luck -- Mark On Saturday, March 16, 2019 at

[tw5] Re: Announcing 4 New Plugins (sort of)

2019-03-16 Thread Birthe C
Hi Admis, The palette I used was "*Blue* - A blue theme" The first one listed in the palette tab. The buttons are easy drag button, Create a new story window and Choose the story visualisation. They "disappear" but are visual when hovering. But looking at it once more I found out that it is

[tw5] passing multiple strings into a template?

2019-03-16 Thread Elijah
Is there any (other) way to pass multiple strings into a template? The way I'm currently doing it is as follows: template: “<$view field="quote"/>”-<$view field="attribution"/> tiddler: {{tiddler||template}} There are several reasons this isn't ideal, and so I am hoping someone has done

[tw5] Re: Quinoid v0.0.8alpha Downloadable, Configurable Resources

2019-03-16 Thread 'Mark S.' via TiddlyWiki
Thanks for the feedback, Watt! -- Mark On Saturday, March 16, 2019 at 3:43:34 PM UTC-7, Watt wrote: > > Thank you Mark the geo apk works for me. > > I had already allowed location permissions to the previous version so > can't say if it prompts for location or not. No prompts popped up anyway.

[tw5] Re: Announcing 4 New Plugins (sort of)

2019-03-16 Thread admls
Hi Birthe, The tagpill dropdown is hm let's say enormous. > Wow. Yeah. You weren't kidding. That stylesheet makes some of the scrolling a little bit nicer on some of the dropdown boxes. The issue can be fixed by making width and height into max-width and max-height. The repopup plugin is a

[tw5] Re: Announcing 4 New Plugins (sort of)

2019-03-16 Thread Birthe C
Hi Admis, The tagpill dropdown is hm let's say enormous. i removed $:/tags/Stylesheet from $:/plugins/admls/repopup/styles/general. The tagpill dropdown is normal now, and everything else works the same. Birthe -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Quinoid v0.0.8alpha Downloadable, Configurable Resources

2019-03-16 Thread Watt
Thank you Mark the geo apk works for me. I had already allowed location permissions to the previous version so can't say if it prompts for location or not. No prompts popped up anyway. The wiki does now receive location info and acquires geo points via the geoloc macro and displays maps via

[tw5] Re: Tiddler Commander: Release Candidate

2019-03-16 Thread Watt
It'll be the Ecosia browser I was using - I tried firefox and it was fine, no javascript error. Thanks Mohammad. -- 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

[tw5] Conditional fonts based on Operating System

2019-03-16 Thread Thomas Elmiger
Hi Mark, CSS applies the first available font from a list, so if you put the MacOS (only) font first and the iOS font second, it should work the way you want. Good luck! Thomas -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: template issues

2019-03-16 Thread Elijah
Nice work-around. 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

[tw5] Re: template issues

2019-03-16 Thread 'Mark S.' via TiddlyWiki
Technically, the first part of that kind of template expects to see the name of a tiddler, not plain tiddler text. However, TW will play along and pretend that there is a tiddler "some text". So if you change <$view...> to <$view field="title"/> it should work in most cases. So it's applying

[tw5] template issues

2019-03-16 Thread Elijah
Here's my template: “<$view/> ” Now, I have a tiddler with the following in it: {{some text||template}} some more text It's not working. I know it's the <$view/> that is the reason it isn't working, but I don't know what to do about it. Any assistance would be appreciated. -- You received

[tw5] Re: Specifying the Type attribute for a list

2019-03-16 Thread passingby
Its quite handy and short. I definitely use it. Thank you! On Saturday, March 16, 2019 at 4:17:32 AM UTC-7, S. S. wrote: > > passingby, > > A little convoluted, but this works: > > > .u { list-style-type:upper-alpha; } > .l { list-style-type:lower-alpha; } > .r { list-style-type:upper-roman; } >

[tw5] Conditional fonts based on Operating System

2019-03-16 Thread Mark Krieg
Is it possible to have a stylesheet that would check for the current operating system and change the font accordingly, or possibly just have TiddlyWiki choose a different stylesheet based on the operating system? If so, how would I go about that? The reason I'm asking is because I'm have

[tw5] Re: Tiddler Commander: Release Candidate

2019-03-16 Thread Mohammad
Hi Watt, I checked it on the phone (Android + Chrome) it works fine! but the UI is not optimized for mobile phone! By the way, it seems something wrong in your side! --Mohammad On Saturday, March 16, 2019 at 9:46:51 PM UTC+3:30, Watt wrote: > > It still gives me the red javascript error

[tw5] Re: Quinoid v0.0.8alpha Downloadable, Configurable Resources

2019-03-16 Thread 'Mark S.' via TiddlyWiki
@Tony and anyone interested in GEO. I've just posted quinoid-v-0-08-190316a-GEO.apk. (https://github.com/Marxsal/Quinoid01/releases/tag/v0.0.8alpha) I tried looking through the forum for the GEO TW file you wanted to use, but of course couldn't find it. This apk *may* allow you to do your

[tw5] Re: Tiddler Commander: Release Candidate

2019-03-16 Thread Watt
It still gives me the red javascript error message when I close those 2 tiddlers Mohammad. I don't do anything else. I'm looking at it on a phone though - if nobody else gets it then it's probably just me. I'll wait and see. -- You received this message because you are subscribed to the Google

[tw5] TiddlyWiki .md Files

2019-03-16 Thread Adam
Greetings to all, I like using TiddlyWiki on NodeJs but my only problem is that it doesn't use markdown by default and I prefer to have all my notes in .md files. Is there any way for TiddlyWiki to store files in .md and not .tid format? Cheers, Adam -- You received this message because you

[tw5] Same shadow tiddler in different plugins: a question about priority rules

2019-03-16 Thread mauloop
I have a bunch of tiddlers that I use to import in every new wiki I set up. Some of them overrides shadows tiddlers from the core as well as from other plugins. I decided to organize all of these into a new plugin saved in the tiddliwiki/plugins/mau folder, to serve all of my existing and

Re: [tw5] Dear Tiddlywiki Group admin: please enable tags feature

2019-03-16 Thread Jeremy Ruston
Hi Mohammad I’ve added “css” as a new suggested tag, Best wishes Jeremy > On 16 Mar 2019, at 06:57, Mohammad wrote: > > Hi Jeremy! > In the current list of forum tag there is nothing for CSS or Stylesheet! > I appreciate if you add one of them. > > --Mohammad > > > On Monday, February

Re: [tw5] Run and Time: Performance of Tiddlywiki Scrript

2019-03-16 Thread Jeremy Ruston
Hi Mohammad > Is there any code, macro, widget to calculate the elapsed time for any action > in Tiddlywiki? > > Is there a simple timer macro to see the elapsed time when another macro > performs a task? The core has built-in instrumentation for the refresh cycle. Find “Performance

[tw5] Re: Run and Time: Performance of Tiddlywiki Scrript

2019-03-16 Thread Mohammad
I tried something like this, with no success \define run-n-time(macro, timerTid:"timerTid") <$macrocall $name=timer timerTiddler=<<__timerTid__>> index=start/> <$macrocall $name=<<__macro__>> /> <$macrocall $name=timer timerTiddler=<<__timerTid__>> index=stop/> \end \define

[tw5] Re: workaround for apache webdav

2019-03-16 Thread argasm
Hi Mario, Thanks for the answers. I use tiddlywiki exposed to the web. Le samedi 16 mars 2019 14:47:30 UTC+1, PMario a écrit : > > Hi, > > Do you use WebDav in a local setup, or is it exposed to the web? > > -m > -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Tiddler Commander: Release Candidate

2019-03-16 Thread Mohammad
Hi Josiah, Many thanks for your feedback! Please follow the issues with diff engine! At the mean time I appreciate your evaluation and comments for improving Commander. --Mohammad On Saturday, March 16, 2019 at 6:39:59 PM UTC+3:30, @TiddlyTweeter wrote: > > Ciao Mohammad > > I really

[tw5] Re: Selectable input fields - a work in progress

2019-03-16 Thread BurningTreeC
> > BurningTreeC wrote: >> >> @Mat , I think a different mechanism is needed for that popup-triggering. >> It believe it can be additionally implemented, but we'd need to figure out >> what the conditions are when it should catch in >> > > Did you check out Snowgoons solution >

[tw5] Re: Selectable input fields - a work in progress

2019-03-16 Thread Mat
BurningTreeC wrote: > > @Mat , I think a different mechanism is needed for that popup-triggering. > It believe it can be additionally implemented, but we'd need to figure out > what the conditions are when it should catch in > Did you check out Snowgoons solution

[tw5] Run and Time: Performance of Tiddlywiki Scrript

2019-03-16 Thread Mohammad
Is there any code, macro, widget to calculate the elapsed time for any action in Tiddlywiki? Is there a simple timer macro to see the elapsed time when another macro performs a task? --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: Tiddler Commander: Release Candidate

2019-03-16 Thread @TiddlyTweeter
Ciao Mohammad I really appreciate the modularity. I think in some ways SNR may need an additional (add-on?) module for teaching how to get the best from Regular Expressions? I'm thinking about it. I found a way to get around many of the issues with the current diff. engine (the issues of

[tw5] Re: Selectable input fields - a work in progress

2019-03-16 Thread BurningTreeC
@Mat , I think a different mechanism is needed for that popup-triggering. It believe it can be additionally implemented, but we'd need to figure out what the conditions are when it should catch in -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: Selectable input fields - a work in progress

2019-03-16 Thread Mohammad
Thanks BTC, I follow up your discussion with Mat! By the way, if auto-triggering can be changed by trigger on demand, it will give lot of flexibility! Best Mohammad On Saturday, March 16, 2019 at 2:26:46 PM UTC+3:30, BurningTreeC wrote: > > Thanks Mohammad, > > >> Interesting! The search

[tw5] Re: Selectable input fields - a work in progress

2019-03-16 Thread BurningTreeC
> > BurningTreeC wrote: >>> >>> ok, meanwhile I made it work in textareas, too and tried some things in >>> this direction. It seems to be possible. >>> >> >> HA! I did not expect you to actually look into this but it seems you >> also sense how extremely useful this would be if it worked :-D

[tw5] Re: Selectable input fields - a work in progress

2019-03-16 Thread BurningTreeC
> > BurningTreeC wrote: >> >> ok, meanwhile I made it work in textareas, too and tried some things in >> this direction. It seems to be possible. >> > > HA! I did not expect you to actually look into this but it seems you > also sense how extremely useful this would be if it worked :-D !!

Re: [tw5] Possibilities of using Google Apps Scripts?

2019-03-16 Thread Siniy-Kit
look here http://heeg.ru/shop_test29.html#%24%3A%2Fcore%2Fmodules%2Fwidgets%2Faddup.js I put this macros to every tiddler <$list filter="[is[current]addprefix[']addsuffix[%']]"> <$addup val1=<> val2="B" val3="limit 300"/> by this http://heeg.ru/shop_test29.html#%24%3A%2F_show_podrazdel

[tw5] Re: Selectable input fields - a work in progress

2019-03-16 Thread BurningTreeC
> > Byc, > > I have not played with this yet, so please excuse my ignorance but could > the possible values be selected from a filter for example > "[subfilder] +[subfolder]" > > regards > Tony > Hi Tony, yes therefor there's the filterTiddler attribute. Give it the title of a tiddler where

[tw5] Re: Selectable input fields - a work in progress

2019-03-16 Thread Mat
BurningTreeC wrote: > > ok, meanwhile I made it work in textareas, too and tried some things in > this direction. It seems to be possible. > HA! I did not expect you to actually look into this but it seems you also sense how extremely useful this would be if it worked :-D !! > What

[tw5] Re: Tiddler Commander: Release Candidate

2019-03-16 Thread Mohammad
Hello Watt, I cannot reproduce the error! Would you please check it again! --Mohammad On Saturday, March 16, 2019 at 11:36:32 AM UTC+3:30, Watt wrote: > > You're right, it's there. > A strange anomaly looking at it today though, if I click Home, I then have > 2 tiddlers open - Tiddler

[tw5] Re: workaround for apache webdav

2019-03-16 Thread PMario
Hi, Do you use WebDav in a local setup, or is it exposed to the web? -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

[tw5] Re: workaround for apache webdav

2019-03-16 Thread PMario
Hi, WebDav works fine with the latest PUT saver, if you *disable server side compression*. I did create a proof of concept using the *last-modified *header attribute. It basically works in the same way as etags, but also allows you to compress the wiki over the wire. My implementation

[tw5] Re: Announcing 4 New Plugins (sort of)

2019-03-16 Thread Birthe C
Hi Admis, > Importing your plugins to another Tiddlywiki using another palette makes the plugin buttons invisible. ($:/Topbar and $:/Sidebar) Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Selectable input fields - a work in progress

2019-03-16 Thread TonyM
Byc, I have not played with this yet, so please excuse my ignorance but could the possible values be selected from a filter for example "[subfilder] +[subfolder]" regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: Selectable input fields - a work in progress

2019-03-16 Thread BurningTreeC
> > BurningTreeC wrote: > > Hi Mat, do you mean revealing a popup/dropdown when typing something that >> matches one or more items of a given list? Like typing "hello" and it opens >> a popup if there are tiddlers whose titles contain "hello" ? >> > > Yes, that would be a possible application

[tw5] Re: Selectable input fields - a work in progress

2019-03-16 Thread Mat
BurningTreeC wrote: Hi Mat, do you mean revealing a popup/dropdown when typing something that > matches one or more items of a given list? Like typing "hello" and it opens > a popup if there are tiddlers whose titles contain "hello" ? > Yes, that would be a possible application yes. The "given

[tw5] Re: Selectable input fields - a work in progress

2019-03-16 Thread BurningTreeC
> > BurningTreeC that would be a warmly welcome addition. Navigation via > arrows is probably standard UI these days. > > Considering how your solution makes things trigger from within the > edit-text widget, would you say it could serve as an ingredient in the > Feature Request: Trigger

[tw5] Re: Specifying the Type attribute for a list

2019-03-16 Thread S. S.
passingby, A little convoluted, but this works: .u { list-style-type:upper-alpha; } .l { list-style-type:lower-alpha; } .r { list-style-type:upper-roman; } .n { list-style-type: none; margin: 0; padding: 0; } *.u How **.l about ***.r that! .n Your ***.r fancy **.l list *.u works

[tw5] Re: Selectable input fields - a work in progress

2019-03-16 Thread Mat
BurningTreeC that would be a warmly welcome addition. Navigation via arrows is probably standard UI these days. Considering how your solution makes things trigger from within the edit-text widget, would you say it could serve as an ingredient in the Feature Request: Trigger Custom Popups via

[tw5] Re: Selectable input fields - a work in progress

2019-03-16 Thread BurningTreeC
Thanks Mohammad, > Interesting! The search box I noticed lets you scroll among result and by > pressing the enter it gets and passes the input for further processing. > yeah, right! these actions are customizable > One other point is the saveTiddler attribute, as it lets prevent >

[tw5] Re: Announcing 4 New Plugins (sort of)

2019-03-16 Thread BurningTreeC
Hi @admls, this is an amazing work, big thumbs up! Thanks for mentioning my hammer widgets, I can see some parallels, but you're really bringing the pieces together so that they can be used right away I was hoping for something like your plugins and they look great keep up the good work and

[tw5] Re: Announcing 4 New Plugins (sort of)

2019-03-16 Thread Birthe C
Hi Admis, As far as I can see, you have very few places that could be translated, but even so it would be nice to have an easy way of doing that. You see, your plugins are going to be VERY popular ;-) To my knowledge very few plugin authors has done that. Thomas Elmiger did. The translations

[tw5] Re: Tiddler Commander: Release Candidate

2019-03-16 Thread Watt
You're right, it's there. A strange anomaly looking at it today though, if I click Home, I then have 2 tiddlers open - Tiddler Commander and $:/Commander. If I close them both I'm getting the red java error message. Click Home again and it disappears, replaced by the 2 tiddlers. Is it just me?

Re: [tw5] Dear Tiddlywiki Group admin: please enable tags feature

2019-03-16 Thread Mohammad
Hi Jeremy! In the current list of forum tag there is nothing for CSS or Stylesheet! I appreciate if you add one of them. --Mohammad On Monday, February 25, 2019 at 4:32:01 PM UTC+3:30, Jeremy Ruston wrote: > > I don’t think the tags we use here need be influenced by those used on >

[tw5] Re: Tiddler Commander: Release Candidate

2019-03-16 Thread Mohammad
Hello Watt, Thank you! Just press the Home button on the sidebar it is there! --Mohammad On Saturday, March 16, 2019 at 4:31:56 AM UTC+3:30, Watt wrote: > > Great stuff Mohammad, it's looking very good and will be an essential > plugin for me. > What about a link to Tiddler Commander itself

[tw5] Re: Selectable input fields - a work in progress

2019-03-16 Thread Mohammad
Interesting! The search box I noticed lets you scroll among result and by pressing the enter it gets and passes the input for further processing. One other point is the saveTiddler attribute, as it lets prevent auto-triggering other processes! This will let's developer a lot of flexibility!