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

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

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

[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 > auto-tri

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

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

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

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

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

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

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

[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 tiddlywiki+unsubscr...@googlegroups.com.

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

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

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

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 s

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

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

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

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

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

[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: 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 timer(timerTiddler:"ti

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 Instrumen

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 25,

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

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

[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] 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 GEO

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

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

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

[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 tiddlywiki@

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

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

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

[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 "Ti

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

[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] 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 som

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

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

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

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

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

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

2019-03-16 Thread Mohammad
Many thanks Jeremy, I was experimenting with Commander and noticed on 1000 tiddler above I have a performance loss For example I created 1500 tiddlers. Select all of them and add a prefix to their title like pre- It took around 6000 ms in two steps! By the way while I cannot check run and time

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

2019-03-16 Thread Mohammad
Added to TW-Scripts On Saturday, March 16, 2019 at 8:01:52 PM UTC+3:30, Jeremy Ruston wrote: > > 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

[tw5] Re: Tiddler Commander: Release Candidate

2019-03-16 Thread Mohammad
Good to know that Watt! I did test on Chrome, Firefox, Opera, and Edge (Internet explorer) --Mohammad On Sunday, March 17, 2019 at 1:51:27 AM UTC+3:30, Watt wrote: > > It'll be the Ecosia browser I was using - I tried firefox and it was fine, > no javascript error. Thanks Mohammad. -- You re

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

2019-03-16 Thread Mohammad
It is also worth to have a look at the below solution TW-Scripts https://tw-scripts.github.io/TW-Scripts/#Conditionally%20Display%20The%20Tiddler%20Contents --Mohammad On Sunday, March 17, 2019 at 6:19:54 AM UTC+3:30, Elijah wrote: > > Because then I can't get that tiddler too to display the f

[tw5] Tiddlywiki Documentation: Frequent updates

2019-03-16 Thread Mohammad
Nowadays https://tiddlywiki.com gets updates more frequently and as Jeremy announced, it will not remain for the next release! As an example see the yesterday question on Performance measurement in the forum and the new documentation on tiddlywiki.com https://tiddlywiki.com/#Performance%20Instr