[tw5] Re: Transcluded text doesn't wrap within a list tiddler?

2021-02-22 Thread Mat
First, considering the specific class you apply, I'm not sure you should use that div. See if things look good without it. I believe the div is what messes up the layout. Or maybe you don't need to have the {{!!text}} enclosed inside the div, i.e move only the {{!!text}} to below the div. Assu

[tw5] Re: Filter help

2021-02-22 Thread Mat
> then operator is unnecesary but we need change the last operator in the* > Filter Run*. We can do someting like this > > {{{ [all[tiddlers]contains:tags[HelloThere]*limit[1]*] }}} > > El domingo, 21 de febrero de 2021 a las 23:21:25 UTC+1, Mat escribió: > >> Mark and Alvar

Re: [tw5] Do I recall a "distancer" for indenting?

2021-02-22 Thread Mat
I now found it: It was from BurningTreeC here <https://github.com/Jermolene/TiddlyWiki5/pull/4923>. Thank you Monsieur Shiraz a.k.a Herr Kookma a.k.a Señor Mohammad ;-) <:-) On Monday, February 22, 2021 at 6:20:25 PM UTC+1 Mohammad wrote: > On Mon, Feb 22, 2021 at 6:33 P

[tw5] Re: What is the best way to approach tweaking shadow tiddlers?

2021-02-22 Thread Mat
si wrote: > I remember someone mentioning that tweaking core tiddlers is a bad idea in > general because it means that that tiddler won't get updated when you > import a new version of the plugin/core. Is this correct? If so what is the > best way to approach tweaking shadow tiddlers? > Yeah,

[tw5] Re: Do I recall a "distancer" for indenting?

2021-02-22 Thread Mat
Neat. Thank you amreus and originator! <:-) On Monday, February 22, 2021 at 4:36:01 PM UTC+1 amreus wrote: > I stole this from someone, don't remember who sorry: > > \define hspace(width:"25px") > > On Monday, February 22, 2021 at 10:03:53 AM UTC-5 Ma

[tw5] Do I recall a "distancer" for indenting?

2021-02-22 Thread Mat
Wasn't a "distancer" introduced fairly recently, i.e something to use instead of   to create a small indent or gap in a line? I can't find it in the docs or in the release notes and I don't want to retort to multiple   nor a full or some such. Anybody remember? <:-) -- You received this mes

[tw5] Re: Grep like function in TW5 possible?

2021-02-21 Thread Mat
If you mean to transclude the full(!) text field content from every text that mentions John Doe, then that is not difficult at all. Even simple. To extract only those lines is more tricky. Exactly how tricky probably depends on how you define "a line". <:-) On Sunday, February 21, 2021 at 10:54

Re: [tw5] Re: Writing Recommendations

2021-02-21 Thread Mat
strikke...@gmail.com wrote: > @Mat, > You might explain that in the readme for the plugin if/when upgrading. > I liked having the font a little bigger, thanks. > So, I guess I should add some setting for the font-size then (help remind me... should be around year 2030). Instructi

[tw5] Re: Filter help

2021-02-21 Thread Mat
t;> If change the field tags to tagss the output of filter is empty. >> >> Now you can put your action inside of a listwidget. >> >> <$list filter="[all[tiddlers]contains:idthen[TRUE]unique[]]" > >> *Do X* >> >> El domingo, 21 de febrero de 2

Re: [tw5] Re: Writing Recommendations

2021-02-21 Thread Mat
ooc...@gmail.com wrote: > Side editor is great! > > Two things, how do you change the size and type of font in the editor > window. > $:/Controlpanel > Appearance > Theme tweaks ... Font size ...which is how (I believe) you chane the font also in the standard editor. BUT it does change the fo

[tw5] Re: Backlinks

2021-02-21 Thread Mat
ludwa6 wrote: > [...] The one that's still w/ "References" on that tab is not of the > single-file type, tho; does this mean it's a node.js wiki? Am still fuzzy > on this point... And so i'm not clear from the upgrade documentation > if i should use that st

[tw5] Re: Filter help

2021-02-21 Thread Mat
[all[current]!contains:idthen[I have to do X]else[] }}} > > Then you can use the filter in a listwidget and use the variable created > by the listwidget. > > El domingo, 21 de febrero de 2021 a las 10:47:35 UTC+1, Mat escribió: > >> Need some filter help. Pseudocode: >>

Re: [tw5] Re: One "Filter query" inside Many Tiddlers

2021-02-21 Thread Mat
Probably even: <$list filter={{!!query}}> The empty line is important if you want the result as a list. Note that the !!query only refers to the *current* tiddlers query field. In your OP you mention reusing it in any tiddler. So if you want one filter to be reused in any tiddler, you can pu

Re: [tw5] Re: Cherrypicker not working?

2021-02-21 Thread Mat
en _CP_ is in different type of tiddlers it has problems > with that?? > > If you want i could send you my wiki?? > > Ray (Hope not being too much of a PITA :) ) > > > > > Op zo 21 feb. 2021 om 13:11 schreef Ray Vermey : > >> GRAND!! >> >> It works

[tw5] Re: Fields in a specific order

2021-02-21 Thread Mat
They're sorted alphabetically so one idea is to add a prefix to your custom fields. If you really want, you can manipulate this shadow tiddler: $:/core/ui/EditTemplate/fields by inserting some sort operator in the listwidgets filter. Not really recommended. You question is related to the order

[tw5] Re: Backlinks

2021-02-21 Thread Mat
ludwa6 wrote: > Ahh... Following your breadcrumbs, @Mat, only now i see the "References" > tab (a synonym for Backlinks, it appears) Someone has not been upgrading his TW to the latest version of TW, I suspect... The tab is now named Backlinks :-) > If i could pop that v

[tw5] Re: Tiddly Plugin missing close button

2021-02-21 Thread Mat
Your screen shot has several differences from standard plugin library modal window. Presumably you're using a non-standard palette but the top area with the line "Get more plugins" and the bottom area with the Close button are both gone. Is your TW updated to the latest version? <:-) On Frida

[tw5] Re: Writing Recommendations

2021-02-21 Thread Mat
Depends on what you mean with "writing machine" but I personally use the SideEditor all the time (I am the creator of it). <:-) On Friday, February 19, 2021 at 6:12:34 PM UTC+1 ooc...@gmail.com wrote: > I am looking for any plugins, themes or ideas to make my

[tw5] Re: Backlinks

2021-02-21 Thread Mat
Also worth noting that all tiddlers already show backlinks in their toolbar menu > more (i.e the down arrow) > info > Backlinks tab <:-) On Sunday, February 21, 2021 at 11:33:53 AM UTC+1 ludwa6 wrote: > Thanks, @Mark : This works great in context of a single page... Also > site-wide, in context

[tw5] Re: Is there a sitemap for Tiddlywiki

2021-02-21 Thread Mat
Hi Karen. There isn't exactly a sitemap plugin (that I'm aware of) but there is first of all the built-in Explorer tab found in: Sidebar > More > Explorer There is also the various table-of-content macros . <:-) On Sunday, February 21, 2021 a

[tw5] Re: Help New User

2021-02-21 Thread Mat
Hi "bee...@gmail.com" (sorry, can't see a better name in your post). Where exactly did you actually download 'this' from? Your use of the term "app" and other indications makes me thing you're maybe not talking about what the rest of us are talking about. <:-) On Saturday, February 20, 2021 at

[tw5] Re: Cherrypicker not working?

2021-02-21 Thread Mat
By the way, fellow *tiddleur *Joshua Fontany has an ambitious PR that would enable similar things as the CherryPicker if it got into the TW core. Unfortunately I don't find the PR right now. <:-) On Sunday, February 21, 2021 at 12:13:48 PM UTC+1 Mat wrote: > Hi Ray. Happy y

[tw5] Re: Cherrypicker not working?

2021-02-21 Thread Mat
Hi Ray. Happy you like the CherryPicker concept even if it, as noted on the site, has a few issues. Currently it resides on the "deprecated" tiddlyspot server where it is not possible to make changes, but its owners have just released Tiddlyhost to replace

[tw5] Filter help

2021-02-21 Thread Mat
Need some filter help. Pseudocode: <$vars value={{foo!!value}}> filter=Among all tiddlers with an id field, if there is no tiddler with id: then do X but if there is a tiddler with id: then do nothing I assume it is some kind of then ... else construct but I can't quite materialize it and I'm

Re: [tw5] Re: [Announcement] "TW Icons" - A large collection of icons for TiddlyWiki

2021-02-20 Thread Mat
> > *...* *~32000 icons*. > This is getting crazy! Ha ha!!! :-D :-D :-D <:-) -- 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...@googlegroup

Re: [tw5] Re: Please help to refine this (working!) Google Drive backend

2021-02-16 Thread Mat
@Måns Great that you also see the potential in this. Google has really powerful stuff, and most of us are forced to use it anyhow, and this will piggyback on that. I need to think of ways to automate import from Google spreadsheets, and > get updates - into TW and have a way to write back to t

[tw5] Re: Please help to refine this (working!) Google Drive backend

2021-02-09 Thread Mat
n Tuesday, February 9, 2021 at 8:26:02 PM UTC+1 Mark S. wrote: > All I see in the code he shows is making a single, empty tiddler. I'm > missing how the data comes in. > > On Tuesday, February 9, 2021 at 10:36:59 AM UTC-8 Mat wrote: > >> @Mark , thanks for your input! I don&#

[tw5] Re: Please help to refine this (working!) Google Drive backend

2021-02-09 Thread Mat
nction > ok* -- but all that function does is check a ban list. Which is also > confusing. If the data in the spreadsheet is your own, why would your email > be on a ban list ?? In any event, I don't see that the data is handed off > anywhere to the rest of the tiddlywiki machi

[tw5] Re: Please help to refine this (working!) Google Drive backend

2021-02-09 Thread Mat
Of course I forgot to set edit rights. Now fixed. <:-) On Tuesday, February 9, 2021 at 4:14:38 PM UTC+1 Mat wrote: > So here is a working prototype. Actually it is Siniy-Kits webshop that > I've clumsily repainted to appear more like a regular wiki so you can > orient your

[tw5] Please help to refine this (working!) Google Drive backend

2021-02-08 Thread Mat
I want to bring attention to a post I made here in the dev group (because it goes beyond direct TW matters). Briefly, it is possible to use the Google "Excel" spreadsheets as tiddlers. So your empty (or half empty) TW fetches tiddlers f

[tw5] Re: TiddlyWiki for Books (Newbie Questions)

2021-02-08 Thread Mat
Welcome Jeremi I've been looking into using TiddlyWiki to create an online instructional > manual > Shold be perfect for it. > 1) When the TW is published to the web, can anyone edit it and change it > (a big problem for obvious reasons). > Yes and no. Or I should say No and yes because it

[tw5] Re: I earn some money by making sites on Tiddliwiki. And I think Tiddliwiki can have commercial development.

2021-02-07 Thread Mat
anyone with a google account can use it. @Siniy-Kit - what's you github user name? <:-) On Tuesday, July 7, 2020 at 6:35:09 PM UTC+2 Mat wrote: > @Siniy-Kit - wow, what a detailed and wonderful answer, this is so kind of > you!!! This will be very useful and I intend to build

[tw5] Re: My hamster is too big. Any suggestions to slim fatty?

2021-02-07 Thread Mat
Your little specimen is obviously fond of eating which makes it a perfect candidate to try out for new products using the Kopi Luwak principle. This could be your golden goose: https://en.wikipedia.org/wiki/Kopi_luwak http://www.most-expensive.coffee/ <:-) On Sunday, February 7, 2021 at 2:39

Re: [tw5] Tip: In "Sidebar > More", add a tab showing Stylesheets

2021-02-06 Thread Mat
TiddlyTweeter wrote: > TBH, in my experience sidebar stuff is *great during the DEVELOPMENT of a > wiki*. > With a finished wiki, for a purpose, on publish, it can usually be either > made minimal, or, better, ditched. > Oh, of course, both sidebar and stylesheet access is obviously for dev a

Re: [tw5] Tip: In "Sidebar > More", add a tab showing Stylesheets

2021-02-06 Thread Mat
TiddlyTweeter wrote: > ...more interested in *Getting Rid Of The Sidebar*. :-) > Really? Why? TopBar instead or how would you access the Sidebar stuff? Is there a discussion on this I can peek at? I, unfortunately, cannot following things as closely as I wish these days. <:-) -- You received

Re: [tw5] Tip: In "Sidebar > More", add a tab showing Stylesheets

2021-02-06 Thread Mat
ssing, and the other neglected peripherals in need of some love ;-) @Mohammad - thanks. IMO your alternative brings with it too many things making it less suitable for the sidebar. But on a bigger screen than my crummy laptop it's probably good :-) <:-) On Saturday, February 6, 2021 at 7:48:2

[tw5] Re: adding whitespace separating results from a $list filter run

2021-02-06 Thread Mat
you could apply this style .commalist .tc-tiddlylink.tc-tiddlylink-resolves:not(:last-child):after {content:", ";} An extension of that is the follwing "list-links-inline" macro http://list-links-inline.tiddlyspot.com/ <:-) On Saturday, February 6, 2021 at 8:29:32 AM UTC+1 gavin@gmail.

[tw5] Tip: In "Sidebar > More", add a tab showing Stylesheets

2021-02-06 Thread Mat
*"Now, how do I find stylesheets again?" * ...ooufff... must type fiddly filter in advanced search system tab... no, wait, has to be the filter tab... besides, is it Stylesheet or Style*S*heet... or maybe I should just create a new tid with <> to click on Or, wait, wasn't there some Stylesh

[tw5] Re: CamelCase induced bug?

2021-02-04 Thread Mat
Links in button labels have annoyed me also. IMO it is a bug but I think it is intentional based on the repy to this related issue where Jeremy explains why it (i.e that related issue) is justified. See that post and

[tw5] Re: Common features within collection of tiddlers

2021-02-01 Thread Mat
bell...@gmail.com wrote: > I would like to select, say, m people from a TiddlyWiki (somehow) then > have the TiddlyWiki tell me what common features these people have. > Do you mean without specifying what exact "common features" you are looking for? What defines a "feature"? If you stick to

[tw5] Re: Bag Tag?

2021-01-29 Thread Mat
No, YOU a bag tag! :-P On Friday, January 29, 2021 at 4:08:55 PM UTC+1 amreus wrote: > > Just curious: what is the "bag" tag used for? > > > -- 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: New to Tiddlywiki and I need help (.html ??)

2021-01-26 Thread Mat
As someone noted, this is really a dev question because it goes beyond the immediate concerns of TW, so it should be taken here. https://github.com/Jermolene/TiddlyWiki5/discussions (the old dev group is deprecated AFAIC) Anyway, your description sounds as if you're not using the node.js versio

[tw5] Re: [good practice] A multi steps IF using filters

2021-01-24 Thread Mat
@Mohammad It is not the IF-THEN structure you're asking for but if the input and output are predefined like that, then it'd be simpler to use a data tiddler to just get the value i.e {{datatiddler##two}} ---> 2 <:-) On Sunday, January 24, 2021 at 11:24:58 AM UTC+1 Mohammad wrote: > I tried to

[tw5] Re: [good practice] A multi steps IF using filters

2021-01-24 Thread Mat
Very minor but for readability you can break the line in multiple places. <:-) On Sunday, January 24, 2021 at 11:24:58 AM UTC+1 Mohammad wrote: > I tried to implement the below pseudo code in TW 5.1.23 > > if x=one then > print(1) > elseif x=two then > print(2) > elseif x=three then > print(

[tw5] Re: Recommended nesting order when html and widget?

2021-01-23 Thread Mat
get unless you specifically need > something the <$set> widget can do which <$vars> cannot. > > On Saturday, January 23, 2021 at 12:45:34 PM UTC+1 Mat wrote: > >> For a non-looping widget, like $set, is there any significant difference >> between t

[tw5] Recommended nesting order when html and widget?

2021-01-23 Thread Mat
For a non-looping widget, like $set, is there any significant difference between the following, e.g in terms of logic or performance? <$set>... versus <$set>... Thanx <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from t

[tw5] Re: LeftBar - make it more dynamic

2021-01-06 Thread Mat
Hi Stefan. I'm happy to hear that you like LeftBar ( http://leftbar.tiddlyspot.com/ ) Unfortunately two things prevents me from developing this further: - the closing of TiddlySpot has left me in a bit of a vacuum. I don't know how to publish anything anymore. (In case you don't know; the old th

[tw5] Re: How to list all of my pictures and tag them "$:/tag/Images"

2021-01-05 Thread Mat
Another is http://batchmanipulator.tiddlyspot.com/ <:-) On Tuesday, January 5, 2021 at 9:18:32 PM UTC+1 philipp...@gmail.com wrote: > Hello there, > > I listed all of my pictures and like to tag them "$:/tag/Images"? What is > the syntax? > Some of them are allready tagged: how can I get a list

[tw5] Re: Tag is created even if you don't click 'Add' - bug or feature ?

2020-12-30 Thread Mat
Kill the ugly [Add] buttons in edit mode <https://github.com/Jermolene/TiddlyWiki5/discussions/5340> <:-) On Wednesday, December 30, 2020 at 2:42:18 PM UTC+1 Mat wrote: > Yes, it is intentional and was superbly better because it was/is > surprisingly easy to forget to click A

[tw5] Re: Tag is created even if you don't click 'Add' - bug or feature ?

2020-12-30 Thread Mat
Yes, it is intentional and was superbly better because it was/is surprisingly easy to forget to click Add. It is still very easy to forget clicking Add for field values and if this did not autosave it would be *extremely* frustrating because there is no confirmation or alert so you *silently* l

Re: [tw5] Re: navigation in modal window TW 5.1.23

2020-12-29 Thread Mat
OK, thanks. On second thought, adding actions to the LinkWidget doesn't seem all that > useful. You would need to create links with the full widget syntax, at > which point you may as well use the ButtonWidget. > I'd think Atronoush's idea is to let the clicking *user *decide if the link shoul

Re: [tw5] Re: navigation in modal window TW 5.1.23

2020-12-29 Thread Mat
saq wrote: > Lastly note that there is an open PR to add actions to the LinkWidget. I can't find this PR. Anybody care to provide a link. Thanks. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop rec

[tw5] Re: Seeking help for my idea of a more easily image import working process

2020-12-29 Thread Mat
Mark S. wrote: > I think the approach would have to be from the other direction. You would > have a script or program that would look at a directory of images, create > tiddlers, and maybe create thumbnails. Then you could import the generated > tiddlers into your TW. At least for my use case

[tw5] Re: Seeking help for my idea of a more easily image import working process

2020-12-29 Thread Mat
+1 I'm in a very similar situation! I posted this request a few days ago which is related but complimentary. These functionalities would make TW substantially more useful for e.g authoring books or other image intensive documents. <:-) On

[tw5] Re: navigation in modal window TW 5.1.23

2020-12-28 Thread Mat
As I understand it, it is not a matter of how you click a link. Rather, the modal is created from a widgetmessage which is typically insidea button(widget). See docs on Modals . That said; opening a regular link via some special click is actually a really good ide

[tw5] Re: Delete Tiddler

2020-12-28 Thread Mat
Julie Sullivan wrote: > I confirmed I am logged in with my Wiki Name and password which is also > stored in the TiddlySpot Saver settings > Ah, I'm glad I asked for you to clarify. Sadly, since October TiddlySpot is no more. See blog . Thanks to Simon Baird

[tw5] Re: Delete Tiddler

2020-12-28 Thread Mat
Please detail what steps you take and what happens. <:-) On Monday, December 28, 2020 at 4:59:56 PM UTC+1 Julie Sullivan wrote: > How do I delete my tiddler? > > I've attempted to delete it and/or pages and I'm unable to save my pages. > Please advise. > -- You received this message because yo

Re: [tw5] TiddlyWiki Project Name

2020-12-28 Thread Mat
Jeremy Ruston wrote: > Every time this topic comes up we end up going round in circles with > people proposing new names. Let’s try to avoid that, it just gets in the > way of the much more complex discussion that we actually need about why and > how we want to do this. > Fair enuff (but the t

Re: [tw5] Re: TiddlyWiki Project Name

2020-12-28 Thread Mat
Well, then. My absolutely best proposal is: QuineCards It partly says what TW is but still invites for further questions and curiosity. AFAICT it is unregistered. And the round and friendly initials should make it easy to create a logo. I think it is spot on. <:-) On Monday, December 28, 20

[tw5] Re: Drag and drop - excision from the view for text tiddlers

2020-12-27 Thread Mat
Mark S. wrote: > The reason it doesn't work with other kinds of text is because when you > drag and drop, the dropped text contains the original in HTML. Which means > it doesn't match any of the actual text inside the original tiddler. To fix > this, the HTML is wikified back to text, which ca

[tw5] Re: WikiLabs plugin update + New plugins

2020-12-27 Thread Mat
Great stuff Mario! Thanks for sharing! <:-) On Saturday, December 26, 2020 at 7:30:44 PM UTC+1 PMario wrote: > > Hi folks, > > I did update my plugins homepage at: https://wikilabs.github.io/, to be > compatible with TW 5.1.23 ... Old plugins are _not_ broken, BUT they don't > contain all the

[tw5] Re: Drag and drop - excision from the view for text tiddlers

2020-12-25 Thread Mat
Mark - whoa! That is a good step towards a view mode work-interface. If the limitations you point out are removed, including access to the original tiddler title, I think it would be a pracitcal way to postpone splitting up texts into smaller ones (i.e into tiddlers) until it is actually needed.

[tw5] Re: Announcing the release of TiddlyWiki v5.1.23

2020-12-24 Thread Mat
Yes, what a Christmas gift! Thank you Jeremy and everyone who contributed! Favourite features... - Keyboard handling - oh'yeah! - Single VarsWidget instead of multiple SetVariableWidgets is a "small but big" one - and of course the new operators! I am particularly excied about the operators; slu

[tw5] Re: OokWiki (Bob + A secure login + wiki and account permissions) as a replacement for TiddlySpot

2020-12-22 Thread Mat
Jed, this is certainly interesting. Regarding >I am not interested in hosting and running this myself, it would be a > community with community governance supported by donations. > [...] maintenance and operation must be a group effort What does this practially mean? By "community governance"

[tw5] Re: Help Wanted - TW5 gone too wide

2020-12-21 Thread Mat
Did you use the inspector tool to track which class is applied? Then you can search for this class name. Or other styles. Should give some clues at least. <:-) On Monday, December 21, 2020 at 11:35:19 PM UTC+1 TW Tones wrote: > Folks, > > All of a sudden in a specific tiddlywiki, it has ended u

[tw5] Re: Please vote for your favour banner for v5.1.23

2020-12-09 Thread Mat
WOW! - you guys are really raising the bar for the banner competitions. What great contributions, ALL of them!!! <:-) On Wednesday, December 9, 2020 at 12:33:54 PM UTC+1 Werner wrote: > Great stuff, everyone. Voted! > > BurningTreeC schrieb am Dienstag, 8. Dezember 2020 um 09:38:24 UTC+1: > >> N

[tw5] Re: so: personal DreamHost for TW users?

2020-10-27 Thread Mat
Good news update from Simon on the blog ! Things are not quite solved but it's a huge step in the right direction. <:-) On Tuesday, October 27, 2020 at 4:02:46 PM UTC+1 Eric Shulman wrote: > On Tuesday, October 27, 2020 at 7:18:47 AM UTC-7, André Carvalho wrote:

[tw5] Re: so: personal DreamHost for TW users?

2020-10-27 Thread Mat
André Carvalho wrote: > There is, at least, a violation of good-faith and a right of accessing my > data under EU law that I'll exercise if there is no other solution. > OK. Let's just see what they reply to Simon first. I just noted he apparently updated his blogpost (at very end) now stating:

[tw5] Re: so: personal DreamHost for TW users?

2020-10-27 Thread Mat
André Carvalho wrote: > I will use any means at my disposal to make this aggressive ( and most > probably unlawful ) behavior from DreamHost public and discourage all my > contacts from making business with them. > Do you actually have "means at your disposal" that can affect things in a *posi

[tw5] Re: so: personal DreamHost for TW users?

2020-10-27 Thread Mat
Everyone who uses TS should contact Simon as he requests (until he says otherwise) to convey the width of how many that are affected by this and that it's worth fighting for. He has generously been hosting this for us all these years but my interpretation is he

Re: [tw5] Competition for v5.1.23 artwork

2020-10-25 Thread Mat
Jeremy wrote: > @bimlas [...] Perhaps making the digits much bolder, and a more > contrasting colour, would help. > I'd think the sharpest contrast would be if the characters are white. But I can see how it needs some pretty colours so one idea would be to add some shimmer for the chassi part.

Re: [tw5] Competition for v5.1.23 artwork

2020-10-25 Thread Mat
@bimlas, I love your contribution. Here's an idea: Instead of the Q key, use a T to make it read TW... <:-) On Thursday, October 22, 2020 at 8:40:45 AM UTC+2 bimlas wrote: > Final version, forget the previous ones: > > [image: v5.1.23-3.png] > > bimlas a következőt írta (2020. október 21., sze

[tw5] Re: so: personal DreamHost for TW users?

2020-10-25 Thread Mat
If this is not recovered, then this is an absolute disaster for me. Please note that on http://tiddlyspot.blogspot.com/ Simon Baird requests that we contact him: *"I don't have a good sense of how many people are using it actively now and how many would miss it if it were gone. So, if you are

[tw5] Re: Let's restyle Google Groups!

2020-09-18 Thread Mat
TiddlyTweeter wrote: > RE the OP ... Right now understanding and protesting on preserving basic > function seems more on-point than bending via an extension to offset > deficit. > They're not mutually exclusive - and I am already suffering from the deficits. You will probably too, within shor

[tw5] Re: Let's restyle Google Groups!

2020-09-18 Thread Mat
TW Tones wrote: > ... > However the mobile view I can not reply or star, its useless for anything > but reading without the ability to star or reply. > I'm afraid *functionality *is not possible to change though. Only styling. <:-) -- You received this message because you are subscribed to th

[tw5] Re: Let's restyle Google Groups!

2020-09-18 Thread Mat
TW Tones wrote: > You asked if anyone was interested, and I asked questions so I could > understand and give an honest answer to you. I am sorry if you think my > response was stupid, because it feels that way. > Sorry, didn't mean to offend - I just can't understand what is unclear about my i

[tw5] Re: Let's restyle Google Groups!

2020-09-17 Thread Mat
> > I am interested in the method as a whole, but I wonder what you see it as > achieving? > (How can this not be clear in my post?) To improve the new GG interface. Perhaps some exploration of the GG interface and subsequent customisation's > makes sense but I we loose it all, to the new gro

[tw5] Re: Newbie - Email to TW?

2020-09-16 Thread Mat
That would in deed be cool and I'm sure it would be possible to set up something like that but it would take a lot of fiddling. One thing I will look in to when I have time (and other TW projects are finished) is Siniy-Kit's description

[tw5] Re: Proof of Concept: Dynamic Global Variables

2020-09-13 Thread Mat
@Felicia Thank you for this! I can believe it will be useful ... but I'm wondering why I didn't need it thus far. Are there cases that usually can't be accomplished, or with much difficulty, that your creation solves better? (Maybe I should ask Tony) I also imagine it's one of those things that

[tw5] Re: Dynamic css and transcluding

2020-09-09 Thread Mat
Right, the css needs a specification in order to "know" what to target its styles on. But the specification when you use "data-tags" is the tiddler with a certain tag... which is what you removed the text from, so you lost the specification which was pointing and saying "color this text blue".

[tw5] Re: Few question about using @@ construction to style the tiddlers

2020-09-06 Thread Mat
@talha131 ...or maybe I should say @@.talha131 ;-) Try this @@.myclass *foo **bar @@ .myclass li {list-style-type: decimal; } .myclass li li {list-style-type: lower-alpha; } i.e you define a new class and apply this class. In the above, the class is defined in a local styleblock. If you wa

[tw5] Re: how to open all the results after tag filter?

2020-09-02 Thread Mat
@Miguel Rafael See if using triple quotes around your filter works, ie <$list filter="""[tag[Journal]!tag[Journal Arte]!sort[created]]"""> <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving em

[tw5] Re: then[10]else[the original count]

2020-09-02 Thread Mat
> > Could you insert a limit[10] before the count and end there? > Hah! I was just about to reply "No"...but... yeah! that would even make all the then-else stuff unnecessary! Thank you tones! <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" gro

[tw5] then[10]else[the original count]

2020-09-02 Thread Mat
Here I count how many tiddlers that tag to a tiddler. If the count is bigger than 10 it should return "10". But if the count is not bigger than 10 is should return the counted value: [all[tiddlers]!is[system]tagging[]count[]compare:integer:gt[10]then[10]else ???] ...but the count seems lost af

[tw5] Re: Life timeline

2020-09-01 Thread Mat
Sorting: Say you give each new weird date a "mydate" tag If you then click that tag, and drag'n drop rearrange the order of those titles. This creates a list field in the mydate tiddler with all the titles tagged with "mydate" and the order becomes as you arrange it when drag'n dropping around

[tw5] [OT] Video comparing other note taking tools

2020-09-01 Thread Mat
I didn't listen carefully but it is still an interesting video comparing the features of some prominent note taking software. It may be interesting to see what specific features they bring up so if TW wants to compete then https://www.youtube.com/watch?v=opSENgc45Sw <:-) -- You received

[tw5] Re: All notes deleted upon clearing Browser's History Noteself + Tiddlyblink

2020-09-01 Thread Mat
Alejandro If I recall, Noteself has a designated github repository where you can ask questions and where @Danielo (the creator of Noteself) will see it. Just guessing but I would assume that if you just try it out, ie that the saving actually does save to your Google Drive, then shouldn't that

[tw5] Re: I'm looking for a quote

2020-08-29 Thread Mat
> > "When we start programming, we have to forget what programming is, what a > computer is, and that's the only way we can be really creative." > I am the originator of that quote. The exact quote is: "When I started programming I forgot what the heck I was doing and where was my computer any

[tw5] Re: Organising mixed Journal and 'Fact/Knowledge Base' Tiddlers

2020-08-28 Thread Mat
Jon Light, Maybe you should consider the MenuBar plugin which adds a menu along the top edge of the screen. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: Split a Date, show as text not link?

2020-08-27 Thread Mat
Eric Shulman wrote: > > You can also limit the effect of tv-wikilinks by using <$vars>..., > like this: > > <$vars tv-wikilinks="no"> > {{{[[2020-06-26]split[-]first[]]}}} THIS IS NOT A LINK > > Huh? So... tv-wikilinks is some kind of "environm

[tw5] Re: Overriding class style

2020-08-27 Thread Mat
Keep the $:/tags/Stylesheet tags. Click one of them to see the global title list of tiddlers using that tag. And, you can rearrange the titles there so to ensure that your stylesheet is placed below the other one. That is how it is evaluated later and "wins", it has the same specificity. Anothe

[tw5] Re: Split a Date, show as text not link?

2020-08-26 Thread Mat
Check out this issue discussion for a solution and chime in or give things a thumbs up if you agree: https://github.com/Jermolene/TiddlyWiki5/issues/4816 <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and st

[tw5] Re: TiddlyWiki Cloud Tutorial for using on multiple devices

2020-08-26 Thread Mat
Jimmy - warmly welcome! And you're joining the Tiddly spirit right away, sharing stuff - wonderful! @Arlen, could this be added to your https://twcloud.github.io/ site? <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from th

[tw5] Re: What is the TiddlyWiki markup for creating an image link?

2020-08-25 Thread Mat
To have an image be a tiddler link, see https://tiddlywiki.com/#LinkWidget <:-) -- 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...@googlegroup

[tw5] Re: Need dropdown to open tiddlers

2020-08-23 Thread Mat
If I understand you right, you want the displayed titles to be links as opposed to just textual titles. But the SelectWidget is not used for this, it is used to select an item to set a field value. If you want a list with links to show, you should use the revealwidget. If you *also* want to set

[tw5] Re: "Preserving Information Context" ??? Help: I need a vocabulary lesson!

2020-08-22 Thread Mat
Keeping context? Context-keep(ing)? <:-) -- 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 discussion on the w

[tw5] Re: How do I indent?

2020-08-22 Thread Mat
I agree we ought have some simple wikitext for this. You can use   which will create a space four space characters wide. E.g use it like so:  Indented as intended. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this g

[tw5] Re: Use Relink to rename similar tiddlers

2020-08-19 Thread Mat
If you only want the occasional correction, the way to do it is to open your wiki in an editor e.g Notepad++ and do a search/replace. Obviously the usual caveats; careful, backup. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscr

[tw5] Re: Lost in transclusion

2020-08-18 Thread Mat
It might be as simple as needing to use triple quoting, in case your theCompanies have quote characters in them. But note that the filter [!is[system]search] refers to all tiddlers globally, not e.g the current tiddler if that is what you hope for. IF you want to test if theCompany !is[system]

[tw5] Re: [dot org] 1/9 Improve Community Communication with a - dot org

2020-08-18 Thread Mat
@PMario These are very ambitious ideas. But because they are not really about TW itself and seem to rely on another system (GitLab, with which I'm not familiar) I find it very difficult to grasp the ideas and understand their implications. I'd think the absolute majority of TW users here feel t

<    1   2   3   4   5   6   7   8   9   10   >