[tw5] Re: Count data dictionary values

2019-06-07 Thread TonyM
Mario I noticed when using macros or action widgets such as newttiddler parameters of the form name=value can be automatically converted to variables containing the value. I would like to see a method to do this with multiple key value pairs exposed for users. Solutions such as yours would bene

[tw5] Re: Styling and sizing images as buttons

2019-06-07 Thread TonyM
Thanks all for your suggestions. I will trawl through and see if I can simplify this. I want to know how to prepare svgs I import so I can use them as buttons standard big and little, as a tile or an actual image. I know favicon must be a bit map and I convert some svgs to long for this. Howeve

[tw5] Re: Styling and sizing images as buttons

2019-06-07 Thread Mohammad
Added to TWScripts with some examples. On Wednesday, June 5, 2019 at 11:58:59 AM UTC+4:30, PMario wrote: > > Hi Tony, > > If you open the eg: chevron-left > , you'll > see, that it actually contains a "hand crafted" SVG file. > >

[tw5] Re: Would like a hierarchical tag tree

2019-06-07 Thread Damon Pritchett
Another question. Is it possible to do what I would like with simple nested lists? Damon On Friday, June 7, 2019 at 5:21:46 PM UTC-5, Damon Pritchett wrote: > > Howdy again, > > I have tried for a couple of hours today to solve this problem (in my last > post), but I just can't figure it out

[tw5] Re: Count data dictionary values

2019-06-07 Thread PMario
Hi, BE AWARE: The whole thing is still beta. 5.1.20 isn't released yet. I did just create a PR at github: https://github.com/Jermolene/TiddlyWiki5/pull/3971 and a test version is uploaded to tiddlyspot: http://3971.tiddlyspot.com have fun! mario -- You received this message because you are

[tw5] Re: Styling and sizing images as buttons

2019-06-07 Thread PMario
Hi David, You can try: .tc-tiddler-controls button svg My CSS was meant as an example, if you transclude the icons into a tiddler. ... -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving email

[tw5] Re: Scope of {{!!field}}

2019-06-07 Thread Brian Diamante
This is great. Didn't know about <>... so many possibilities! I appreciate the help! Brian On Thursday, June 6, 2019 at 12:19:21 PM UTC-6, Eric Shulman wrote: > > On Thursday, June 6, 2019 at 10:38:47 AM UTC-7, BJ wrote: >> >> the tabs macro uses the variable 'currentTab' so you could test for

[tw5] Re: Would like a hierarchical tag tree

2019-06-07 Thread Damon Pritchett
Howdy again, I have tried for a couple of hours today to solve this problem (in my last post), but I just can't figure it out even with the Inspect feature of Chrome. It's probably very simple, but I'm not seeing it. Thanks, Damon On Thursday, June 6, 2019 at 10:04:44 AM UTC-5, Damon Pritch

[tw5] Re: Using Voice Input TiddlyWiki

2019-06-07 Thread 'Mark S.' via TiddlyWiki
Don't you need an always-on data connection for the voice/dictation? Just wondering. Do your voice commands let you share your "keep notes" with another app? If so, you could tell G/Keep to share with an android-based TW app. On Friday, June 7, 2019 at 1:08:54 PM UTC-7, steved wrote: > > Folk

[tw5] Re: Using Voice Input TiddlyWiki

2019-06-07 Thread steved
Folks have mentioned basic voice dictation (speech to text) and systems that will do speech to text accurately in any open text area including in an open tiddler - and yes that all works, in chrome, in windows (with IFTTT) and on android and iphone. But I was trying to hit the next level (whic

[tw5] Re: Presenting: Columns - for in-tid columns

2019-06-07 Thread Scott Kingery
Thanks for this. Really cool and I'm sure to find lots of uses. Causes and interesting effect if you wrap it around a long TOC.like <> On Friday, June 7, 2019 at 5:06:41 AM UTC-7, Mat wrote: > > The TWaddler presents... > ...nothing big but still useful for the occasions that you need it: >

[tw5] Presenting: Columns - for in-tid columns

2019-06-07 Thread Ste Wilson
Excellent! Applied to a long list already! http://stephenteacher.tiddlyspot.com/#Equations Is it possible to use it with @@columns or does it have to be https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/02bf3d37-1

[tw5] Re: Get Tiddler information in a Macro

2019-06-07 Thread Milind
Is there any sample code that shows how to get to the tree from say the tiddler object? It is quite time consuming to go through and understand the code especially if you are not a javascript programmer. I have already spent a couple of hours on this and seem to be getting nowhere. The docu

[tw5] Re: Get Tiddler information in a Macro

2019-06-07 Thread Milind
Is there any sample code tgat shows how to get to the tree from say the tiddler object? It is quite time consuming to go through and understand the code especially if you are not a javascript programmer. I have already spent a couple of goirs on this and seem to be getting nowhere. The docu

[tw5] Re: Get Tiddler information in a Macro

2019-06-07 Thread BJ
If you edit a tiddly in the prerelease there are options to see the parse tree in the preview panel: https://tiddlywiki.com/prerelease/ It uses the wikify widget - see: https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/widgets/wikify.js On Friday, June 7, 2019 at 4:58:52 PM UTC

[tw5] Re: Get Tiddler information in a Macro

2019-06-07 Thread BJ
you can see how the tree is parsed in the markdown plug - a nearly identical tree is produced by the markdown lib and is then converted to a tw tree https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/markdown/wrapper.js all the best BJ On Friday, June 7, 2019 at 4:58:52 P

[tw5] Re: Get Tiddler information in a Macro

2019-06-07 Thread Milind
Thank you very much for the reply. I don't want to follow tiddler transclusions for now, just want to keep it simple to learn more. How do I access the parse-tree? On Friday, 7 June 2019 01:17:12 UTC-7, PMario wrote: > > Hi Milind, > > I want to get all the content of the tiddler and get a list

[tw5] Re: Basic Question about JavaScript

2019-06-07 Thread 'Mark S.' via TiddlyWiki
The two main ways of using are javascript macros, and widgets. The documentation for Widgets is pretty poor/sparse. But javascript macros are easier: https://tiddlywiki.com/dev/index.html#JavaScript%20Macros On Thursday, June 6, 2019 at 11:22:01 PM UTC-7, Chems wrote: > > Hey, > > how do I ac

[tw5] Re: Styling and sizing images as buttons

2019-06-07 Thread David Nebauer
Hi Mario. I may not be understanding this discussion. I want to enlarge the ViewToolBar and Sidebar buttons in the tiddlywikis on my mobile phone to make them easier to press. I tried your solution -- of altering .tc-image-button using a stylesheet tiddler -- in both standalone and nodejs versi

[tw5] Presenting: Columns - for in-tid columns

2019-06-07 Thread Mat
The TWaddler presents... ...nothing big but still useful for the occasions that you need it: Columns stylesheet ...is just a small one tiddler tiddler stylesheet that makes it easy to show tiddler content in multiple columns, like newspaper articles. It is designe

[tw5] Re: Windows 10 and vocals

2019-06-07 Thread @TiddlyTweeter
Repeat for email ... On Friday, 7 June 2019 13:23:31 UTC+2, @TiddlyTweeter wrote: > > TonyM asked ... > > ... give us some high level instructions on how to do this? > > > Not a lot to say... > > This does it ... > https://www.pcmag.com/feature/362412/how-to-use-speech-recognition-and-dictate-tex

[tw5] Re: ANN: New Plugin: embed Fira Code font

2019-06-07 Thread @TiddlyTweeter
It would be great to know where it doesn't work. In theory bits of SVG should work. Josiah On Monday, 3 June 2019 13:36:52 UTC+2, Scott Sauyet wrote: > > @ David: > > Thanks for the report. I'm glad it's working well *somewhere*! > > I haven't had time yet to dig in to see why it's not working

[tw5] Re: Using Voice Input TiddlyWiki

2019-06-07 Thread @TiddlyTweeter
Right. Using a vocal navigation system alongside a dictation system is still problematic. I'm not so clear if this is a system issue or a local switch. Thinking about what is involved it seems something about levels of recognition. It may be a standards issue? Do they exist? Josiah On Friday,

[tw5] Re: Styling and sizing images as buttons

2019-06-07 Thread @TiddlyTweeter
> > PMario wrote: > ...with TW we use it in a "special way". รน Right. Interesting issue. TW usage of SVG is rich--as rich as all its methods. In core documentation that would be too much, I think, off topoic. But in practical usage it matters to understand it if you need to? Is this thread

[tw5] Re: Using Voice Input TiddlyWiki

2019-06-07 Thread Watt
I'm dictating this into the body of a Tiddler using voice typing on Android and as you can see accuracy is nearly 100% . On my Android phone, in English, input to tiddlers with voice typing is easy and amazingly accurate. The problem is with navigation, you can't open a Tiddler using voic

Re: [tw5] Re: Size on edit-text widget

2019-06-07 Thread TonyM
Jeremy, Thanks for the warning. I am only building a specific wiki at this point so I do not expect a Frankenstein to proliferate, however it is to be used in a production environment so I will stay with the stable release and add a maths related plugin. I will document the specific use of math

[tw5] Re: Get Tiddler information in a Macro

2019-06-07 Thread PMario
Hi Milind, I want to get all the content of the tiddler and get a list of headings, > images, links in the tiddler. How can I do that? > If you want to track - ! heading - [[links]] - [img[image-links]] only it should be doable, if you dig into the parse-tree. What mak

[tw5] Re: Basic Question about JavaScript

2019-06-07 Thread PMario
Hi, If you want to define a variable in TW, there are different ways. 1) set-widget: https://tiddlywiki.com/#SetWidget 2) vars-widget: https://tiddlywiki.com/#VarsWidget 3) \define aMacro() : see Macros in wikitext

[tw5] Get Tiddler information in a Macro

2019-06-07 Thread Milind
Hello, This is my first attempt at writing a Macro. I have exported name, params and run. The run works fine for simple stuff like just returning a piece of string. Now I am trying to elaborate the run function. I want to get all the content of the tiddler and get a list of headings,

[tw5] Re: [Hard] Tiddler displaying parts of other tiddlers

2019-06-07 Thread PMario
Hi, Have a look at: http://tobibeer.github.io/tw5-plugins/#random:random%20random-Examples - m On Friday, June 7, 2019 at 12:19:34 AM UTC+2, TonyM wrote: > > There is a plugin for selecting random titles which I will locate and > share if no one beats me to it. It may be related to quizzes. > >

Re: [tw5] Re: Size on edit-text widget

2019-06-07 Thread Jeremy Ruston
> Looks like you can just drag and drop > $:/core/modules/filters/strings.js > > from the pre-release into your TW (but don't know how far back the > compatibility > extends) Just to add my usual warning: PLEASE DON'T DO THIS! (except for cautious experimentation) You'll be making a frankenste

[tw5] Re: Styling and sizing images as buttons

2019-06-07 Thread PMario
On Thursday, June 6, 2019 at 5:48:56 PM UTC+2, @TiddlyTweeter wrote: > > PMario wrote: >> >> The viewBox actually isn't relevant for display width and height. >> >> The viewBox setting is just an initial definition, to normalize the >> coordinate system. Every other x/y point is relative to thi

[tw5] Re: Using Voice Input TiddlyWiki

2019-06-07 Thread @TiddlyTweeter
Mat wrote: > > simply speeak to make remionders, >> > > I'd say it is a browser matter so just do a search for your browser ( > example >

[tw5] Re: Using Voice Input TiddlyWiki

2019-06-07 Thread @TiddlyTweeter
TonyM wrote: > > ... would you be able to give us some high level instructions on how to do > this? > I'll write a separate thread on it because I think that steved was most interested in Android, not Windows. Josiah -- You received this message because you are subscribed to the Google Groups