[tw5] Re: SVG Overlay and positioning question?

2020-08-15 Thread Brian Radspinner
Use EM sizing for the house icon, move the other icon where you want it... .tc-image-home-button { width:6em; height:6em; } {{$:/core/images/home-button}} {{$:/core/images/close-others-button}} The above code gave me *this result *. On Saturday, August 15, 2020 at

[tw5] Re: SVG Overlay and positioning question?

2020-08-15 Thread Brian Radspinner
You can re-size the images using EM sizing however you want, then move the other icon to center it... .tc-image-home-button { width:6em; height:6em; } {{$:/core/images/home-button}} {{$:/core/images/close-others-button}} The above code gave me *this result *. --

Re: [tw5] [Showcase] My personal website generated using Tiddlywiki

2020-08-15 Thread Atronoush Parsi
Hello Adithya, This is really amazing! Thank you for sharing. This is really helpful for many people who like to create static websites! Once you create a step by step guide to generate using Tiddlywiki and a CSS framework like Bulma, then it will be easy to use it with other CSS frameworks. I

[tw5] Re: Editing transcluded tiddlers in-place

2020-08-15 Thread Birthe C
Waking up in the middle of the night due to toothache...I had a rhum milk. That might be the reason I could not find where you used the cute icon fish-water.svg you have in the plugin? I had to adopt it. Birthe -- You received this message because you are subscribed to the Google Groups

[tw5] Re: [Showcase] My personal website generated using Tiddlywiki

2020-08-15 Thread David Gifford
Very nice! Thanks for sharing! On Saturday, August 15, 2020 at 8:32:04 AM UTC-5 bmad...@gmail.com wrote: > Here: http://adithyab.in/ > > Thanks to Jeremy, Anne-Laure Le Cunff, Saq and everyone on this group for > the help and inspiration. > > If there is interest, I can try to make the plugin

[tw5] Editing transcluded tiddlers in-place

2020-08-15 Thread clutterstack
Well, I've had a lovely Hop City Barking Squirrel lager and so clearly I should celebrate by uploading something to GitHub and telling people about it. It's a little plugin exposing a macro to transclude a tiddler, with a button to open the editor for the transcluded tiddler in-place. I'm

[tw5] SVG Overlay and positioning question?

2020-08-15 Thread TW Tones
Folks, I have a tiddler containing the following {{$:/core/images/home-button}}{{$:/core/images/close-others-button}} The result in the Home icon is overlaid with the close all "target" icon. Without modifying the svgs is there a way to double the size of the home icon (or shrink the close all

[tw5] Re: Differentiate

2020-08-15 Thread Birthe C
I would think it highly indicative if a person was not able to sweat at all. Interesting project you are working on, Vincent vd B. Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] Re: [Showcase] My personal website generated using Tiddlywiki

2020-08-15 Thread Adithya B
Thanks JD :) I will definitely share the layout and templates once I fix some niggling problems. On Saturday, August 15, 2020 at 8:08:14 PM UTC+5:30 JD wrote: > Hi Adithya, > > Those are some really nice artworks! Thank you for sharing them, the blog > layout is also really cool! Hope you

[tw5] Re: Temporarily getting rid of camel case

2020-08-15 Thread 'Werner' via TiddlyWiki
Hi Tones, thanks. The text widget is usually the first thing I resort to in this case. I was not able getting transclusion to work though. Best, Werner TW Tones schrieb am Samstag, 15. August 2020 um 02:50:48 UTC+2: > Werner > > In some cases using the text widget will help produce a result

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread amreus
Or [{{!name}is[blank]then{!!title}]] which reads slightly better, imo. Thanks for the discussion - I was next wanting to know how to show some info in a macro only if a field exists and is not blank. I think this will be useful. On Saturday, August 15, 2020 at 2:56:42 PM UTC-4 Mark S.

[tw5] Re: [Showcase] My personal website generated using Tiddlywiki

2020-08-15 Thread clutterstack
Thanks for sharing! I like to see what people make with TiddlyWiki, and I hope to see it used for many more sites. On Saturday, August 15, 2020 at 9:32:04 AM UTC-4, Adithya B M wrote: > > Here: http://adithyab.in/ > > Thanks to Jeremy, Anne-Laure Le Cunff, Saq and everyone on this group for >

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread 'Mark S.' via TiddlyWiki
On Saturday, August 15, 2020 at 11:49:27 AM UTC-7, Eric Shulman wrote: > > On Saturday, August 15, 2020 at 11:42:38 AM UTC-7, Mark S. wrote: >> >> On Saturday, August 15, 2020 at 11:36:52 AM UTC-7, Eric Shulman wrote: >>> >>> The "else" filter only works if the preceding filter produces NO >>>

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Eric Shulman
On Saturday, August 15, 2020 at 11:42:38 AM UTC-7, Mark S. wrote: > > On Saturday, August 15, 2020 at 11:36:52 AM UTC-7, Eric Shulman wrote: >> >> The "else" filter only works if the preceding filter produces NO >> result... but if the {!!name} field exists, it has a value... it's just >> blank

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread 'Mark S.' via TiddlyWiki
On Saturday, August 15, 2020 at 11:36:52 AM UTC-7, Eric Shulman wrote: > > > The "else" filter only works if the preceding filter produces NO result... > but if the {!!name} field exists, it has a value... it's just blank text. > > But that's not the puzzling situation. If *name* doesn't

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Eric Shulman
On Saturday, August 15, 2020 at 10:47:33 AM UTC-7, Mark S. wrote: > > What I don't understand, is why this filter didn't work : > [{!!name}else{!!title}] > If name doesn't exist, then it doesn't display anything, despite the > definition of "else" > > if the list of input titles is empty then

[tw5] Re: Ideas for an UN-official community plugin library

2020-08-15 Thread 'Mark S.' via TiddlyWiki
If you're specifically targeting plugins, then why not have a plugin library repository on github? Github allows you to add collaborators (not sure how many). Then people could add a single tiddler to their TW file, and instantly have access to all the plugins that have been made available.

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread 'Mark S.' via TiddlyWiki
@Eric What I don't understand, is why this filter didn't work : [{!!name}else{!!title}] If name doesn't exist, then it doesn't display anything, despite the definition of "else" if the list of input titles is empty then return a list consisting of a > single constant string, otherwise return

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Eric Shulman
On Saturday, August 15, 2020 at 9:40:47 AM UTC-7, Adithya B M wrote: > > Can you suggest any better way to extract the a "excerpt" of a tiddler? > I found this get_extract function searching this forum but it kind of > breaks the text by eating the formatting html. I just want plaintext of the >

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Adithya B M
Brilliant! Thanks Eric. Can you suggest any better way to extract the a "excerpt" of a tiddler? I found this get_extract function searching this forum but it kind of breaks the text by eating the formatting html. I just want plaintext of the first 140 characters or so with non-relevant

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Eric Shulman
On Saturday, August 15, 2020 at 8:39:40 AM UTC-7, Adithya B M wrote: > > Please look at the code below. In this, the get-extract() should called if > the description field is absent. How could this be made to work? > \define get_description() > <$text text={{{ [get[description]else >] }}} /> >

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Adithya B M
Hi Eric Thanks for weighing in! Your reply solves that problem and allows me to present another one in the same vein :D Please look at the code below. In this, the get-extract() should called if the description field is absent. How could this be made to work? --- \define get_description()

[tw5] Re: Ideas for an UN-official community plugin library

2020-08-15 Thread Mat
@TT I'm talking about the "jar" not about what it is filled with. To *where* the provided links in the "library list" lead is a totally different matter. It can be to plugins or whole applications - what would you provide links to? :-) <:-) -- You received this message because you are

[tw5] Re: Code Pattern needed - internal flag within list

2020-08-15 Thread Adithya B M
Hi Tony, I found this searching for "excerpt" on the group. is it possible to extract the contents of the First occurance in a Tiddler using your macro? That would be something I am interested in. Thanks Adithya On Monday, July 27, 2020 at 9:41:35 AM UTC+5:30 TW Tones wrote: > Update > >

[tw5] Re: Tiddlyserver portable install

2020-08-15 Thread Rob Jopling
Scott Thank you for getting back to me. The settings.json file has the following content but only because I copies it off Arlen's instructions. However, I have no idea why the 'tree' is as it is or how I should restructure it to suit my needs. { //The JSON5 parser allows comments! //All

[tw5] Re: [Showcase] My personal website generated using Tiddlywiki

2020-08-15 Thread JD
Hi Adithya, Those are some really nice artworks! Thank you for sharing them, the blog layout is also really cool! Hope you can share this as a theme? -jd On Saturday, August 15, 2020 at 10:32:04 PM UTC+9, Adithya B M wrote: > > Here: http://adithyab.in/ > > Thanks to Jeremy, Anne-Laure Le

[tw5] Re: Sorting sidebar in more Levels

2020-08-15 Thread TW Tones
Gerald, As you suggest, you wish the second level to be sorted differently to the first, we must also ask what about the third and forth levels? I do not recall the standard toc macros being designed to handle this. I have posted a number of occasions on recursive macros which a toc macro is.

[tw5] Re: Differentiate

2020-08-15 Thread TW Tones
Vincent, My suggestion for contra-indications is not about building your solution, but as I understand it, its a medical necessity. In your case for example you say "No Sweating" this could be considered a "contra-indication", if all other diagnoses considered. The problem is the words "all

[tw5] Re: Differentiate

2020-08-15 Thread Vincent vd B
Thank you for your response Tony, I have thought about it once, but that is not necessary in principle. To begin with, the outcome is not definitive. For example, "sweating" is just as good as "not sweating" an indication. If you are left with a few possible syndromes, you can continue your

[tw5] Re: Differentiate

2020-08-15 Thread 'Mark S.' via TiddlyWiki
I feel there is something wrong with the way this is described, or at least the way I'm understanding it. Each indication can have multiple syndromes. If an indication has even one syndrome that is unique to that indication, then checking that indication will automatically eliminate all other

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Eric Shulman
On Saturday, August 15, 2020 at 6:38:47 AM UTC-7, Adithya B M wrote: > > This solves the problem halfway. This seems to print the title as a link > to the . Use the <$text> widget, like this: <$text text={{{ [all[current]get[name]else{!!title}] }}} /> note also that you can use the

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Adithya B M
Thanks mark. This solves the problem halfway. This seems to print the title as a link to the . How to get the title in plaintext? Cheers, Adithya On Saturday, August 15, 2020 at 7:04:53 PM UTC+5:30 Mark S. wrote: > {{{[all[current]get[name]else{!!title}]}}} > > In filter expressions, use a

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread 'Mark S.' via TiddlyWiki
{{{[all[current]get[name]else{!!title}]}}} In filter expressions, use a single curly bracket set "{!!title}" when transcluding field values. On Saturday, August 15, 2020 at 6:21:39 AM UTC-7, Adithya B M wrote: > > Im trying to write a simple macro to: Return the contents of the field > 'name'

[tw5] [Showcase] My personal website generated using Tiddlywiki

2020-08-15 Thread Adithya B M
Here: http://adithyab.in/ Thanks to Jeremy, Anne-Laure Le Cunff, Saq and everyone on this group for the help and inspiration. If there is interest, I can try to make the plugin open source once I fix a few issues. -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Simple Wikitext Syntax Highlighting

2020-08-15 Thread Adithya B M
Hi Tony The example is of Markdown. I was asking if there is a syntax highlighter which can do the same for TW wikitext. There is no TW5 plugin with CodeMirror. There is a x-tiddlywiki (classic) one. That might be a good starting point but its too minimized and obfuscated to understand -

[tw5] Help with WikiText Macro

2020-08-15 Thread Adithya B M
Im trying to write a simple macro to: Return the contents of the field 'name' and if the field is absent, the title of the tiddler (in plain text). Can someone help me in getting this to work? \define get_title() {{{[all[current]get[name]else[!!title]]}}} \end Cheers, Adithya -- You

[tw5] Re: Simple Wikitext Syntax Highlighting

2020-08-15 Thread TW Tones
First needing clarification The above example is Markdown not tiddlywikis wiki text. Is there not optional plugins for CodeMirror that does this? Tony On Saturday, August 15, 2020 at 10:36:24 PM UTC+10, Adithya B M wrote: > > I installed CodeMirror in the hopes of having a simple syntax

[tw5] Re: Simple Wikitext Syntax Highlighting

2020-08-15 Thread JD
I also want this! Hopefully someone out there can create an extension :( Just a +one On Saturday, August 15, 2020 at 9:36:24 PM UTC+9, Adithya B M wrote: > > I installed CodeMirror in the hopes of having a simple syntax highlighting > for the TW Editor (like the way all the markdown editors

[tw5] Re: Differentiate

2020-08-15 Thread TW Tones
Post script, If links could contain filters, a click would open all tiddlers in that filter, and/or their external links, you could open multiple tiddlers/tabs. Regards Tony On Saturday, August 15, 2020 at 10:16:37 PM UTC+10, TW Tones wrote: > > Vincent, > > I will see if I can contribute more

[tw5] Simple Wikitext Syntax Highlighting

2020-08-15 Thread Adithya B M
I installed CodeMirror in the hopes of having a simple syntax highlighting for the TW Editor (like the way all the markdown editors have - see example below). Is there any simple way to achieve that? Writing CodeMIrror modes from scratch seems like a very demanding task which I dont want to

[tw5] Re: [PLUGIN] Presenting "Grouped Buttons", a button-folder creation tool

2020-08-15 Thread TW Tones
JD, Thanks JD for you response. Yes, I love it. I may yet make a button that I want to be able to change the preset for, although it is less likely when grouping under an existing button, it should perhaps always behave as the original button. So please make it an option if possible. Tony

[tw5] Re: Differentiate

2020-08-15 Thread TW Tones
Vincent, I will see if I can contribute more - But listening to a podcast recently I learned another important step is to consider for diagnosis it "contra-indications." When a Diagnosis is imminent given the indications a list of contra-indications can be given, so if one of these is

[tw5] Re: Three alias plugin, what's the difference of their design/implementation?

2020-08-15 Thread yrosgi L
Thank you, Mat. I'm sorry that I ignored the note about differences previously. And your aliases plugin also look nice. After rethink about these alias plugin, maybe the key of my problem is not a alias plugin but to find a way that extend the search field when adding tags. Thanks for your

[tw5] Re: Ideas for an UN-official community plugin library

2020-08-15 Thread TiddlyTweeter
What is it for? Well, I know we have an information problem of serious scale. Finding stuff you need is an intimidating undertaking. TW can do so much. But (1) understanding exactly how needs are addressed by (2) tools that (3) are usually difficult to locate is (4) a BLOCK on uptake. This is

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-15 Thread TiddlyTweeter
Eric I'm really appreciating how you have worked on this set of tools. You taking them "all the way". Persisting to squeeze the best out of TW. And thereby showing brilliance in the time "apps" & the underlying nature of "mother". App. dev leverage for purpose off given primitives. Superb. I

[tw5] Re: Sorting sidebar in more Levels

2020-08-15 Thread Gerald Weis
Hi Mat that is not solving my Problem. I want level 1 of toc Z to A and level 2 of toc A to Z sorting. your solution are sorting all in one way thanks Mat schrieb am Samstag, 15. August 2020 um 08:43:36 UTC+2: > I agree with TW Tones, your syntax is wrong. Should probably be > > <> >> >> >

[tw5] Differentiate

2020-08-15 Thread Vincent vd B
Hello, Syndrome Differentiation: To make a diagnosis, look for indications to differentiate between possible syndromes. I have tiddlers who each describe a syndrome. and tiddlers describing an indication (tagged with the syndromes wich it is indicating to). What I want is some kind of

[tw5] Bugs with CodeMirror

2020-08-15 Thread Adithya B M
Once in a while, usually when I close all my tiddlies, I get this error: Error executing boot module $:/plugins/tiddlywiki/codemirror/addon/hint/css-hint.js: "Cannot find module named '../../mode/css/css' required by module '$:/plugins/tiddlywiki/codemirror/addon/hint/css-hint.js', resolved to

[tw5] Re: Whitespace theme and Stroll incompatibility? (JD)

2020-08-15 Thread JD
Hi Birthe, thanks for the info! I'll have to check those out too! Schedule has gotten crazy so I'll post again when the fix is available! Thanks again -jd On Saturday, August 15, 2020 at 2:12:13 AM UTC+9, Birthe C wrote: > > JD, > > I am running white theme and stories plugin + your

[tw5] Re: Whitespace theme and Stroll incompatibility? (JD)

2020-08-15 Thread JD
Aww thanks logan! I still want to update it because I think the Stories plugin is really cool! And I didn't realize there was an update after I released my compatibility stylesheet. Anyway, work has crept into my leisure time, but I will update this thread once I've fixed the issue. On

[tw5] Re: [PLUGIN] Presenting "Grouped Buttons", a button-folder creation tool

2020-08-15 Thread JD
Aww thanks Mario! Oh, right! I should probably not let those prefill buttons overwrite what has already been set! Thanks for the feedback! -jd On Friday, August 14, 2020 at 8:54:39 PM UTC+9, PMario wrote: > > Hi JD, > > Nice plugin! > > I did find a small issue. In the control panel. If the

Re: [tw5] [PLUGIN] Presenting "Grouped Buttons", a button-folder creation tool

2020-08-15 Thread JD
Thanks Atro! While not yet customizable, you can edit the tiddler *$:/plugins/jd/groupedbuttons/styles *and change the following: .jd-gb-dd { font-weight: 400; font-size: .75em; min-width: *180px *!important; *← **change 180px to your desired minimum width* max-width:* 180px

[tw5] Re: [PLUGIN] Presenting "Grouped Buttons", a button-folder creation tool

2020-08-15 Thread JD
Hi Tony! Thanks for the compliments! This is an android app feature I also wanted on Tiddlywiki > >- There is a stray button appearing in page controls without >caption/description. I expect its your tool > > Hey, thanks! I'll check this out. > >- If you could allow the

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-15 Thread Eric Shulman
On Friday, August 14, 2020 at 11:59:12 PM UTC-7, TW Tones wrote: > > ... I was not sure which are dependencies and which are options. > Have you planed to package these in a particular way or can you provide a > little guidance as to how we can take these wonderful tools to our wikis? I've

[tw5] Ideas for an UN-official community plugin library

2020-08-15 Thread Mat
Here is are two ideas for a "plugin library" for unofficial things. The first we could start using more or less *today.* The second would need a little experimenting but is probably even better. Anyone skilled could probably also solve it in a mere few hours. *First idea* We have a shared

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-15 Thread Eric Shulman
Update August 15 1am PDT: http://TiddlyTools.com/timer.html Another bit of PERFORMANCE IMPROVEMENT... > Previously... I said that CountDown and AutoSaver still started separate timeouts (instead of the new *shared* TiddlyTools/Timer/Ticker StartupAction). I had *claimed* that they don't

[tw5] Re: New goody for Stroll - outliner

2020-08-15 Thread Saq Imtiaz
@bimlas Adding multiline support is easy if its limited to just ordered or unordered lists, that is: not a combination of both. When you start mixing the two it quickly becomes rather complicated to figure out what character to be adding to indent, with needing to look behind for several

[tw5] Re: [TW5] ListWidget: Comma Separated Output

2020-08-15 Thread amreus
Thanks Mat. I always appreciate examples. Here is what I had come up with last evening. It's just css to use with list-links macro. http://amreus.tiddlyspot.com/#list-links-inline On Saturday, August 15, 2020 at 2:23:58 AM UTC-4 Mat wrote: > amreus wrote: >> >> Is this still the best method

[tw5] Re: New goody for Stroll - outliner

2020-08-15 Thread bimlas
Saq, I think it's plenty enough to add a same character if the line starts with * or #, otherwise a tab (or two spaces; the indent type should be optional). Edge cases, when * and both "plain text" are within a paragraph, should be handled by the user instead of an overly complicated

[tw5] Re: [PLUGIN] Presenting "Grouped Buttons", a button-folder creation tool

2020-08-15 Thread JD
Hi Mat! Thanks! Yes! Basically it's like a *filtered *"more" button, with a main button shown outside, where the main button can be easily interchanged with the others inside the dropdown. Sample: I have save buttons, one for the wiki, and one for timimi snapshot. I don't want both buttons

[tw5] Re: How to make a shortcut to edit the top tiddler?

2020-08-15 Thread Saq Imtiaz
https://tiddlywiki.com/#How%20to%20create%20keyboard%20shortcuts This filter will give you the topmost tiddler: [list[$:/StoryList]first[]] Also see: https://tiddlywiki.com/#ActionSendMessageWidget:ActionSendMessageWidget%20%5B%5BWidgetMessage%3A%20tm-edit-tiddler%5D%5D On Saturday, August 15,

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-15 Thread TW Tones
Eric This is fabulous. I was thinking of placing two world clock on a site. I realised that your solutions are contained in a set of tiddlers with a given prefix and I was not sure which are dependencies and which are options. Have you planed to package these in a particular way or can you

[tw5] Re: Three alias plugin, what's the difference of their design/implementation?

2020-08-15 Thread Mat
BTW, I also made http://aliases.tiddlyspot.com/ <:-) -- 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 view this

[tw5] Re: Three alias plugin, what's the difference of their design/implementation?

2020-08-15 Thread Mat
To answer your question, one would have to do the very comparison you ask about. So the one to do it had probably best be you. I, the creator of http://aliastids.tiddlyspot.com/ ,

[tw5] Re: Sorting sidebar in more Levels

2020-08-15 Thread Mat
I agree with TW Tones, your syntax is wrong. Should probably be <> > > It's not sure this solves your actual question tho. <:-) -- 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: [PLUGIN] Presenting "Grouped Buttons", a button-folder creation tool

2020-08-15 Thread Mat
Very interesting idea. It is worth noting that the edittemplate "preview tool" has something similar. Out of curiosity, did you make it like so: Basically it's a "more tool button" but styled differently and with a list-after field? <:-) -- You received this message because you are

[tw5] Re: How to make a shortcut to edit the top tiddler?

2020-08-15 Thread Mat
I found it difficult to understand what you mean. How can any of your ideas be quicker or less than a single click? <:-) -- 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

[tw5] Re: [TW5] ListWidget: Comma Separated Output

2020-08-15 Thread Mat
amreus wrote: > > Is this still the best method for joining a list with a separator? You may be interested in http://list-links-inline.tiddlyspot.com/ <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and