[tw5] Re: Quinoid v0.0.5alpha - Serious Cat

2019-02-01 Thread TonyM
190201a Looking good, can install plugin from library however reload not working. Can remove from browsing and add back to reload. Iframe not working? Will test further with a seriouse mobile first wiki for purpose. Perhaps my personal journal. -- You received this message because you are

[tw5] Any chance for TWDesktop new release?

2019-02-01 Thread TonyM
Mohammad, What do you require in this new release? Perhaps just an upgrade of the core version? What happens when you open a 5.1.19 wiki in tiddlydesktop? Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: [tw] Can someone please give an example of external image linking

2019-02-01 Thread 'Mark S.' via TiddlyWiki
This is an old thread. When it was first started, it wouldn't have been possible to use node to serve up your images. Luckily, now you can look at https://tiddlywiki.com/#Using%20the%20integrated%20static%20file%20server on details of where to put static files to be served up. -- Mark On

[tw5] Re: Quinoid v0.0.5alpha - Serious Cat

2019-02-01 Thread Mohammad
Hi Mark, Tested on Android 9.0 - Favicon works - Link to external pages like https://google.com work (asks if you like to leave the page)? - On Android back button returns to Quinoid Thank you Mohammad On Friday, February 1, 2019 at 7:16:09 PM UTC+3:30, Mark S. wrote: > > >

[tw5] Any chance for TWDesktop new release?

2019-02-01 Thread Mohammad
Is there any chance to have a new release of TWDesktop? --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 tiddlywiki+unsubscr...@googlegroups.com. To

[tw5] Re: [tw] Can someone please give an example of external image linking

2019-02-01 Thread Mark Krieg
This reply was very helpful to me! I was able to get the _canonical_uri image tiddler working in TiddlyDesktop, but under Node.js, I don't know where I store the images folder. I'm using the server edition on Node.js. Under TiddlyDesktop I use: TiddlyWikiMedia/IMG_0459.jpg where the folder

[tw5] Re: Listing tiddlers by length of text field

2019-02-01 Thread Joe Bush
Wow, I take it back. I never actually refreshed the page, because I failed to realize that the filter needed to be loaded on startup. It works now and I feel like an idiot. On Friday, February 1, 2019 at 8:33:54 PM UTC-6, Joe Bush wrote: > > Really? Huh. Yes, I dragged both the macro and the

[tw5] Re: Listing tiddlers by length of text field

2019-02-01 Thread Joe Bush
Really? Huh. Yes, I dragged both the macro and the filter into a blank wiki freshly downloaded from tiddlywiki.com. I tried that one in chrome, and tried the other in nwjs. I wonder what factors exist outside that setup. Could there be interference from outside the file? None of my chrome

[tw5] Re: Date in custom field is one day off

2019-02-01 Thread Damon Pritchett
Thanks Mark, That worked perfectly. I had tried something similar, but some of the nuances messed me up I guess. Why does mname need quotes, but m does not? Also, what determines whether or not there is a / before the > for the list widget versus having ? Or are these two related questions?

[tw5] Re: Date in custom field is one day off

2019-02-01 Thread 'Mark S.' via TiddlyWiki
\define date-str(date) <$list filter="[[$date$]splitbefore[-]]" variable=x > <$list filter="[[$date$]removeprefixsplitbefore[-]removesuffix[-]]" variable=m> <$list filter="[[data-months]getindex]" variable="mname"> <$list filter="[[$date$]splitbefore[-]removesuffix[-]]" variable=y > <$list

[tw5] Re: Date in custom field is one day off

2019-02-01 Thread Damon Pritchett
Mark, The problem is nor d and y, it’s m. Even before I made my changes the month was not text. Damon -- 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: Date in custom field is one day off

2019-02-01 Thread 'Mark S.' via TiddlyWiki
To eliminate the "links", instead of <> and <>, try <$text text=<>/> . -- Mark On Friday, February 1, 2019 at 3:49:41 PM UTC-8, Damon Pritchett wrote: > > Hey Mark, > > Acrobatics for me and child's play for, but I'm learning. Tried you're > code with a little modification and it outputs

[tw5] Re: Date in custom field is one day off

2019-02-01 Thread Damon Pritchett
Hey Mark, Acrobatics for me and child's play for, but I'm learning. Tried you're code with a little modification and it outputs exactly what I want. Here's what I did: \define date-str(date) <$list filter="[[$date$]splitbefore[-]]" variable=x > <$list

[tw5] Missing close button in pop-ups

2019-02-01 Thread TonyM
Saw this somewhere as well, for the first time recently. I thought the wiki had failed. I will try and reproduce it as well. Rony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw5] Re: Double click to edit

2019-02-01 Thread bimlas
Sorry, this plugin seems to be needed for some reason, so please restore the tiddler. As I look, Cardo overwrites some of the core tiddlers, $:/core/ui/ViewTemplate/body for example: the 2Click2Edit tag is added and it seems this allowing the "action". If I remove it, it will not open tiddler

[tw5] Re: Date in custom field is one day off

2019-02-01 Thread 'Mark S.' via TiddlyWiki
Here's some acrobatics: \define mo-str(date) <$list filter="[[$date$]splitbefore[-]]" variable=y > <$list filter="[[$date$]removeprefixsplitbefore[-]removesuffix[-]]" variable=m> <$list filter="[[data-months]getindex]"/> \end <$macrocall $name="mo-str" date={{!!mydate}}/> Assuming date is

[tw5] Missing close button in pop-ups

2019-02-01 Thread Adam Shepherd
For some reason the close button doesn't show up for me anymore on "pop-up" alerts and menus and I couldn't find any other way to close them. I've attached an example of where it is missing (and the same menu in an empty TW). Can someone help me find where I can reverse what I did (I've made so

[tw5] Re: Listing tiddlers by length of text field

2019-02-01 Thread Adam Shepherd
It does work for me. Did you drag the necessary macro and filter to your wiki? I followed the instructions here , saved and refreshed my wiki and it worked wonderfully. On Friday, February 1, 2019 at 7:16:38 PM UTC+1, Joe

[tw5] Re: Double click to edit

2019-02-01 Thread Sean Boyle
Now I am getting this: "Undefined widget 'click'" On Friday, February 1, 2019 at 12:33:05 PM UTC-8, bimlas wrote: > > No, this is a "hard coded disabling" of the plugin, it does nothing wrong. > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Double click to edit

2019-02-01 Thread bimlas
No, this is a "hard coded disabling" of the plugin, it does nothing wrong. -- 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: Double click to edit

2019-02-01 Thread Sean Boyle
I stripped the "module-type" field and left the text. It seems to work OK now. Am I in for trouble doing it this way? On Friday, February 1, 2019 at 12:03:54 PM UTC-8, bimlas wrote: > > Sean, > > You can use Cardo without this feature: > > - (enable Cardo) > - Open

[tw5] Re: Double click to edit

2019-02-01 Thread bimlas
Sean, You can use Cardo without this feature: - (enable Cardo) - Open $:/plugins/Cardo/Danielos2Click2Edit/ClickListener.js in edit mode - Remove the text and the "module-type" field as well - Save and restart I don't understand why the author has put unwanted plugins into it, but you can

[tw5] Re: Quinoid v0.0.5alpha - Serious Cat

2019-02-01 Thread Watt
Works! 'Links out' bring up an Android 'choose browser' dialogue. Links open successfully in a default browser. Android back button returns me to Quinoid. An embedded youtube video works! On first use an internal href=file:///filepath/mywiki.html link did cause a 'Do you want to navigate away

[tw5] Re: Double click to edit

2019-02-01 Thread Sean Boyle
I just disabled Cardo (which also keeps me dropped down to only "Search", "Tools", and "Calendar" tabs on the sidebar). Normal behaviour is restored. I would love to get my tabs back "Open", "Contents", "Recent", "Tools", "more", or better yet, use Cardo w/o the tweaked double-click,

[tw5] Re: Date in custom field is one day off

2019-02-01 Thread Damon Pritchett
Mark, In reality, all I really need is sortability and the filtering down to the year. So the roll your own method will suit those needs. However, what I’d like to be able to do is to display the dates with words for the months rather than numbers without having to do acrobatics to do so.

[tw5] Re: Double click to edit

2019-02-01 Thread Sean Boyle
The list of plugins: $:/plugins/bj/Calendar $:/plugins/Cardo $:/plugins/kiram/datepicker $:/plugins/telmiger/HarvyBalls $:/pluggins/kixam/moment $:/plugins/tiddlywii/music-score $:/plugins/chanilino/viz $:/plugins/telmiger/PluginSize $:/plugins/tiddlywiki/railroad $:/plugins/reidgould/shortid

[tw5] Re: Double click to edit

2019-02-01 Thread Sean Boyle
I have a number of plugins, but not that one. I recently installed Cardo. Does that tweak the behaviour? Also, I have now updated to 5.1.19 and the problem (not surprisingly) remains. On Friday, February 1, 2019 at 11:09:21 AM UTC-8, Mark S. wrote: > > Check your plugins and see if you have

[tw5] Re: Date in custom field is one day off

2019-02-01 Thread 'Mark S.' via TiddlyWiki
You might explain what your requirements will be. That is, how will you be using the dates? If all you need are sortable dates, then rolling your own like 2018-02-01 should be fine as long as you're consistent. But if you need to see "all historic events that occurred within 10 days of each

[tw5] Re: Double click to edit

2019-02-01 Thread 'Mark S.' via TiddlyWiki
Check your plugins and see if you have installed "double-click to edit tiddlers". -- Mark On Friday, February 1, 2019 at 10:52:27 AM UTC-8, Sean Boyle wrote: > > I am running 5.1.17 and somewhere along the trail I ended up with a > double-click in a tiddler opening it for edit, but like the

[tw5] Listing tiddlers by length of text field

2019-02-01 Thread Joe Bush
I'm trying to list "stub" tiddlers for me to work on, which I want to find by sorting/filtering them by text length. I found this tactic from a while back, but it doesn't work anymore. https://tobibeer.github.io/tb5/#How%20Big%20Are%20Tiddlers%20In%20Size%3F I've tried downloading a blank TW5

[tw5] Re: [HELP] inserting images

2019-02-01 Thread Ste Wilson
Pancake.io and updog.co can be used to serve images from Dropbox. -- 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

[tw5] Re: Date in custom field is one day off

2019-02-01 Thread Damon Pritchett
So I found that separating the year, month and day doesn't really do what I want. It's much easier to treat the field as text and then enter 1871-02-15. I'll still be able to sort that way. I'm still hoping that someone will see this thread and have a fix or work around. Is this a bug? Damon

[tw5] Re: Date in custom field is one day off

2019-02-01 Thread Damon Pritchett
Tony, I'll give your suggestion a try and let you know. In answer to your question, no the old dates were not correct when not specifying UTC. All dates were incorrect before specifying UTC and only dates 1884 and sooner were correct when specifying UTC. Damon On Thursday, January 31, 2019

[tw5] Re: Quinoid v0.0.5alpha - Serious Cat

2019-02-01 Thread 'Mark S.' via TiddlyWiki
quinoid-190201a.apk will use the favicon from your TW (after visiting page). Some people may find this an improvement over Q-T cat . ;-) Also adds internet permissions. I haven't tested whether this actually changes anything in terms of viewing hosted images. Be careful! Make backups before

[tw5] Re: Bug in Reveal-Widget when using (non-existing) stateTitle in combination with stateField

2019-02-01 Thread BurningTreeC
Hi Mirko, thanks for reporting! This is a bug and an oversight. I've added this part of the code, so I'll create a pull request to fix it! Thanks, BTC Am Donnerstag, 31. Januar 2019 21:00:23 UTC+1 schrieb Mirko Richter: > > Hi, > > i realized a (probably?) bug in the reveal-widget of 5.1.19

[tw5] Re: List all tiddlers modified in last seven days including today

2019-02-01 Thread Mohammad
Wonderful! Thanks Tony! I learned I can use this operator to limit my search between some dates also! Cheers Mohammad On Friday, February 1, 2019 at 11:45:01 AM UTC+3:30, TonyM wrote: > > Mohammad, > > Use the days operator. https://tiddlywiki.com/#days%20Operator > > [days[-7]] > > Regards

[tw5] Re: List all tiddlers modified in last seven days including today

2019-02-01 Thread TonyM
Mohammad, Use the days operator. https://tiddlywiki.com/#days%20Operator [days[-7]] Regards Tony On Friday, February 1, 2019 at 6:10:03 PM UTC+11, Mohammad wrote: > > This may be a redundant question > > How can I use list + filter to display all tiddlers modified in last week? > >-