[tw5] Re: Tiddlywiki and Codepen, JSFiddle, .... or similar

2019-06-05 Thread Mohammad
Good idea! Is it possible to mimic the codepen or JSFiddle for TW there? I am not sure but with the advent of GitHub-TW Socket recently introduced by Jeremy, is it possible to have a runing version of TW on the cloud to have a Codepen like TW page for solution are given to questions?

[tw5] Re: Size on edit-text widget

2019-06-05 Thread 'Mark S.' via TiddlyWiki
I was thinking of Evan's -- I think he has everything. You could also borrow the code from 5.1.20 until it's actually released -- that way it's backward (forward?) compatible. It looks like mathcell.tiddlyspot.com may also have something useful. Typing "math" into the tiddly toolmaps suggests

[tw5] Re: Size on edit-text widget

2019-06-05 Thread TonyM
Mark, Thanks- that seams a reasonable solution for sizing small fields. What maths library would you be thinking of me using? I Know about Evans Formula plugin and remember a calc widget somewhere. Regards Tony On Thursday, June 6, 2019 at 2:26:10 PM UTC+10, Mark S. wrote: > > You'll either

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

2019-06-05 Thread Brian Diamante
I have a tiddler that contains a field called month. The tiddler text refers to *{{!!month}}* to grab the field value and pass it as a parameter into a macrocall macro. It correctly pulls the month field value and everything works as it should. However, when I call the tabs macro in a new

[tw5] Re: TW5: Copy and paste images directly from clipboard

2019-06-05 Thread A Gloom
Glad to help. As has been pointed out, using copy/paste & screenshots is a very common practice, so you bringing this up made me realize this is info I need to include in my guide for using external web content with TW for users of the custom TW's I created. I really need to update the

[tw5] Using Voice Input TiddlyWiki

2019-06-05 Thread steved
new user here - thoughts on how to use voice annotation for TW input? Currently, on my Android phone, I use google assistant and can simply speeak to make remionders, notes and lists which go neatly into Google Keep - they Copy Paste into my TW setup - so Keep is part of my setup. Is there

[tw5] Re: Size on edit-text widget

2019-06-05 Thread 'Mark S.' via TiddlyWiki
You'll either need a math library, or upgrade to 5.1.20. But here's a way for strings that are 50 characters or less: \define length2(str,len) <$vars reg="^.{$len$}$"> <$set name="result" filter="[title[$str$]regexp]" value="""$len$""" emptyValue="" > <> \end \define length(str) <$list

[tw5] Re: easy basic question on listing references of a tiddler

2019-06-05 Thread A Gloom
Watt sent you to the right place. The tiddler info Refernces tab ($:/core/ui/TiddlerInfo/References) uses backlinks (see code below) \define lingo-base() $:/language/TiddlerInfo/ <$list filter="[all[current]backlinks[]sort[title]]" emptyMessage=<> template="$:/core/ui/ListItemTemplate"> --

[tw5] Re: Tiddlywiki and Codepen, JSFiddle, .... or similar

2019-06-05 Thread A Gloom
On Saturday, December 15, 2018 at 8:01:13 AM UTC-5, Mohammad wrote: > > As most of you know many forums use a kind of online playground for > prototyping their answers using codepen, jsfiddle, or similar tools ... > Very good idea-- people already having online TW's for plugin's, guides, etc--

[tw5] Re: TW plain text export & Windows Notepad

2019-06-05 Thread A Gloom
> > I have installed a Generic pain text printer in Windows on the port FILE: > I open a given tiddler in a new window and Use the browser print function > (Sadly not in TiddlyDesktop) and print to this printer. This way I can > name the file output to name.txt name.cmd etc... and save it

[tw5] Re: TW plain text export & Windows Notepad

2019-06-05 Thread A Gloom
On Tuesday, June 4, 2019 at 10:45:44 AM UTC-4, Greg Davis wrote: > > You can also open in Wordpad and then save. Works at least in XP, don't > have 8 or 10 handy to check. Use this trick on other files that some > programs create. > >< !!! You don't want to know how long I have been using Win

[tw5] Re: Size on edit-text widget

2019-06-05 Thread TonyM
Bump, Is there a way to obtain the length of a string? It appears to be coming in 5.1.20 but before ? For example if there was a length operator I could do this {{{ [length{!!caption}] }}} Placing it in the size= parameter of edit-text widget would be great. Regards Tony On Thursday, May

[tw5] Re: Would like a hierarchical tag tree

2019-06-05 Thread TonyM
Damon, Have you researched the alternative Toc's in Tiddlywiki.com ? eg https://tiddlywiki.com/#Example%20Table%20of%20Contents%3A%20Sorted%20Expandable [[TableOfContents]] <> Or make a macro \define contents(roottiddler:"TableOfContents") [[$roottiddler$]] <> <> or <> Or for Current

[tw5] Re: Would like a hierarchical tag tree

2019-06-05 Thread 'Mark S.' via TiddlyWiki
To call the TOC with the title of the current tiddler, use: <$macrocall $name="toc2" tag=<>/> Note that I'm using "toc2". This is the macro you will need to create to get your lines. Install the line-tree plugin if you haven't already. Then create a new tiddler and tag it $:/tags/Macro. Put in

[tw5] Re: Would like a hierarchical tag tree

2019-06-05 Thread Damon Pritchett
Hey Tony, Yes, that works in a sense, but I would like the output to look like what the ListTree plugin output looks like. Also, I'm not sure how to call the ToC macro with the title of the current tiddler. This image is kind of what I'm looking for with the possibility of it being

[tw5] Re: TW plain text export & Windows Notepad

2019-06-05 Thread TonyM
Ste, Ahh we don't always see our own typos do we, but they stand out to others. Tony On Thursday, June 6, 2019 at 5:17:38 AM UTC+10, Ste Wilson wrote: > > Tony typoed and missed the l so had a pain text editor, not a plain text > editor. That's all. -- You received this message because you

[tw5] Re: Would like a hierarchical tag tree

2019-06-05 Thread TonyM
Damon, Surely this will do it? [[Top Tiddler]] <> But then I do not yet use tidgraph Regards Tony On Thursday, June 6, 2019 at 1:50:37 AM UTC+10, Damon Pritchett wrote: > > Hi Mark S., > > Thanks for the reply. That's not exactly what I'm looking for because then > I would have to create

[tw5] Re: Search Results filtering by title

2019-06-05 Thread Eric Shulman
On Wednesday, June 5, 2019 at 12:14:23 PM UTC-7, Psychos120 wrote: > > <$set name="resultEdukt" value="[!is[system]search{$(searchTiddler)$}]"> > When using the $set widget to get the results of a filter, you need to use the *filter* param, not the *value* param... thus: <$set

[tw5] Re: Tiddlywiki and Codepen, JSFiddle, .... or similar

2019-06-05 Thread bimlas
Sorry, for bumping old thread, but: How about using GitHub or GitLab (example https://gitlab.com/pages/plain-html/issues?scope=all=closed) issues? Must haves would include: > > Searchable by title (not just by text content) > You can use the expressions "in:title local NOT image ",

[tw5] Re: TW plain text export & Windows Notepad

2019-06-05 Thread @TiddlyTweeter
Ah! got it. I'll delete that post of mine. and this a bit later. J x On Wednesday, 5 June 2019 21:17:38 UTC+2, Ste Wilson wrote: > > Tony typoed and missed the l so had a pain text editor, not a plain text > editor. That's all. -- You received this message because you are subscribed to the

[tw5] Re: Search Results filtering by title

2019-06-05 Thread 'Mark S.' via TiddlyWiki
What are categories? How are they determined in your system? By appearance in the title, or tag , or ??? Perhaps a few tiddlers of your sample data would be helpful. Good luck On Wednesday, June 5, 2019 at 7:34:14 AM UTC-7, Psychos120 wrote: > > Hi guys, > im not so good in coding in HTML or

[tw5] Re: TW plain text export & Windows Notepad

2019-06-05 Thread Ste Wilson
Tony typoed and missed the l so had a pain text editor, not a plain text editor. That's all. -- 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: Search Results filtering by title

2019-06-05 Thread 'Psychos120' via TiddlyWiki
Thats what I did by myself but it doesn't filter by anything. When I try to use the normal !title[Edukt] it shows me nothing. \define searchResults() <$set name="resultCount" value="""<$count filter="[!is[system]search{$(searchTiddler)$}]"/>"""> {{$:/language/Search/Matches}} Edukt <$set

[tw5] Re: TW plain text export & Windows Notepad

2019-06-05 Thread @TiddlyTweeter
Ste Wilson wrote: > > Why install something which actually hurts you? ;) (your Generic pain text > printer)... Ermmm. Odd post :-) Using a plain text print output can be neat. Purely optional. But output to file using it is a simple capture method. Did you once have a struggle with a

[tw5] Re: How does one use Bricks?

2019-06-05 Thread passingby
Hello Thomas, Thank you for responding. I do appreciate your taking time out for this. I am a bit busy myself, so in coming few days I shall take another go at bricks. Right now I have started using the dark theme from TW pre-release edition and I like it. But it shall be helpful to learn the

[tw5] Re: [TW5] how to make one "invisible" table

2019-06-05 Thread Brian Diamante
Hadn't seen this documented elsewhere. Extremely helpful still in 2019. Thanks! Brian On Tuesday, April 7, 2015 at 2:39:48 PM UTC-6, Eric Shulman wrote: > > On Tuesday, April 7, 2015 at 11:54:19 AM UTC-7, Florian Cauvin wrote: >> >> I want to create a table where only the elements are visible

[tw5] Re: Would like a hierarchical tag tree

2019-06-05 Thread Damon Pritchett
Hi Mark S., Thanks for the reply. That's not exactly what I'm looking for because then I would have to create many, many extraneous "Master" tiddlers and that would clutter things up considerably in my view although that would do what I'd like as you say. I'd like this to be generic in that

[tw5] Re: Would like a hierarchical tag tree

2019-06-05 Thread 'Mark S.' via TiddlyWiki
About including the root in the tree. Can't you just make a tiddler one level above what you want to start at? So, for instance, in the TOC examples, you could make a "Master" tiddler. You could tag the "Contents" macro with "Master", and then start the tree with the tag "Master". Now

[tw5] Re: Would like a hierarchical tag tree

2019-06-05 Thread Damon Pritchett
By the way, I am using tidgraph which I like very much. I'm looking for another way of showing the tag relationships in a more compact manner. Thanks, Damon On Wednesday, June 5, 2019 at 10:17:14 AM UTC-5, Damon Pritchett wrote: > > Hi all, > > I would like to create a hierarchical tag tree

[tw5] Would like a hierarchical tag tree

2019-06-05 Thread Damon Pritchett
Hi all, I would like to create a hierarchical tag tree similar to a table of contents that also includes the root in the list. I would also like to style it in the manner of list-tree (http://listtree.tiddlyspot.com/).. I'm using tags to show relationships of company changes of name and

[tw5] Search Results filtering by title

2019-06-05 Thread 'Psychos120' via TiddlyWiki
Hi guys, im not so good in coding in HTML or any other language but I love this Tiddlywiki system. The Problem is I want to filter my Search Results by their title with the goal to sort them into categories. For Example: I search for abc def and I want that only tiddlers show up who contain

[tw5] Re: Internal Javacript Error in ckeditor.js

2019-06-05 Thread BJ
I can see the error but I have no idea where the problem is... I suggest you use version 4.3.2, until I fix it. The releases are here https://ckeditor.com/ckeditor-4/download/releases/ On Wednesday, June 5, 2019 at 2:19:58 PM UTC+2, armlet wrote: > > 1.11.0 > > On Tuesday, June 4, 2019 at

[tw5] Re: Quiz/Test

2019-06-05 Thread Eric Shulman
On Tuesday, June 4, 2019 at 6:23:47 AM UTC-7, Chems wrote: > > Now, a test I imagined would show me the Year, and like 4 answer > possibilities, from which one is correct. Like: > 1913 > Start Vietnam War > Jesus was born > Start second World war > G. Washington was elected > Just a minor point,

[tw5] Re: Internal Javacript Error in ckeditor.js

2019-06-05 Thread armlet
1.11.0 On Tuesday, June 4, 2019 at 5:00:44 PM UTC-5, BJ wrote: > > And which version of visualeditor plugin are you using? > > On Tuesday, June 4, 2019 at 10:43:15 PM UTC+2, armlet wrote: >> >> I am using ckeditor 4.11.4 with TiddlyDesktop 0.0.13, but it is the same >> when I open it in Chrome.

[tw5] Re: Styling and sizing images as buttons

2019-06-05 Thread PMario
Hi, If you need bigger default values use: .tc-image-button { width: 50px; height: 50px; } No need to modify the SVGs. -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,

[tw5] Re: Styling and sizing images as buttons

2019-06-05 Thread PMario
On Wednesday, June 5, 2019 at 11:20:33 AM UTC+2, TonyM wrote: > > If I want to resize svgs up or down from 22pt in place like I can with the > others will these better svgs scale? SVGs (scaleable vector graphics) are meant to be scaled. They should scale well. ... Since our button icons are

[tw5] Re: Quiz/Test

2019-06-05 Thread Jed Carty
I also made a system for flashcards that may be useful: https://ooktech.com/jed/ExampleWikis/Flashcards/ -- 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: TW plain text export & Windows Notepad

2019-06-05 Thread TonyM
I never even tripped over my plain text printer since it only a software driver. How can it hurt? tony -- 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: Styling and sizing images as buttons

2019-06-05 Thread TonyM
Mario, Thanks so much for your comprehensive info on svg files. I will look at each against some key images. If I want to resize svgs up or down from 22pt in place like I can with the others will these better svgs scale? Thanks Tony -- You received this message because you are subscribed to

[tw5] Re: TW plain text export & Windows Notepad

2019-06-05 Thread Ste Wilson
Why install something which actually hurts you? ;) (your Generic pain text printer)... -- 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] Quiz/Test

2019-06-05 Thread Ste Wilson
twmagik.tiddlyspot.com has a quiz. And https://ooktech.com/jed/ExampleWikis/Oppiaish%20Thing/ Might be exactly the thing. And twiz.tiddlyspot.com might also be worth a look. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Quiz/Test

2019-06-05 Thread Ste Wilson
If you have a look at bit.ly/Tiddlytoolmap there are a couple of quiz templates there. I've had a go at doing something like what you want but ran out of steam before getting it fully working. Have a look at http://stephenteachertests.tiddlyspot.com/#Intreactive%20text for my various

[tw5] Re: Styling and sizing images as buttons

2019-06-05 Thread PMario
Hi Tony, If you open the eg: chevron-left , you'll see, that it actually contains a "hand crafted" SVG file. 1st rule -> Remove the SVG overhead! - It only contains the pure part. - Most additional parameters are missing -