[tw5] Re: Presenting: GRAPHS - pies, bars, scatter and whatever turns you on

2020-07-01 Thread Mat
Dave, I agree with Tony, but to your issue: Is there a way to get a line graph with super simple input like this: > > <> > > No, the list is assumed to consist of tiddlers where their "y" field values are the numbers. *Overall*: Note that sinde Graphs was created, TW has introduced "math opera

[tw5] Re: Request for some feedback

2020-07-01 Thread Mat
@Ash I posted a bug report referencing this thread: https://github.com/Jermolene/TiddlyWiki5/issues/4744 Fixed? IMO it doesn't seem fixed. For example if you, on your default, page manually scroll down to access the "3. Project" link, and click it, you'll note that you do get that tiddler...

Re: [tw5] Re: Family History wiki

2020-06-30 Thread Mat
Maybe a workaround; could you introduce a "ghost" that is one level above and that is not shown and whose non-appearing spouse is irrelevant if it shows or not? <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: Request for some feedback

2020-06-30 Thread Mat
Ash Rubigo wrote: > > I realised making the sidebar always a sidebar was easier than I thought. > Tell me what you think! > I guess it depends on your target audience. You indicated, apropos possibly keeping the tiddler tool buttons, that your audience is other TW users in which case a sidebar

[tw5] Re: Request for some feedback

2020-06-30 Thread Mat
Ash Rubigo wrote: > > Ah okay, that makes things clearer. Yeah, that's just default TiddlyWiki > behaviour. > No, that's not default TW behaviour: If I go to tiddlywiki.com on my android phone and click any of the sidebar links, then there's automatic scroll to that tiddler. <:-) -- You rec

[tw5] Re: Request for some feedback

2020-06-30 Thread Mat
Ash Rubigo wrote: > > > So I take it the sidebar is at the top of the screen for you. So if you > click a link on the sidebar, the sidebar itself won't change, but if you > scroll down the active tiddler *should *have changed. This is working for > me on desktop and mobile, Chrome and Firefox. >

[tw5] Re: IDEA: extend [trim[]] filter operator

2020-06-30 Thread Mat
Good idea but/and I think this request has overlapping use; Extend removeprefix op with :suffix to make less greedy #4520 Do please comment there if you agree with it. <:-) -- You received this message because you are subscribed to the Go

[tw5] Re: Request for some feedback

2020-06-30 Thread Mat
Ash Rubigo wrote: > > >>- Am I the only one who doesn't get any scrolling when clicking the >>links? (win/chrome) >> >> What exactly do you mean by no scrolling? > Literally that. I click a link, and seemingly nothing happens other than that my scrollbar handle lengthens or shortens, i.

Re: [tw5] Re: Adding text to newly imported tiddlers

2020-06-30 Thread Mat
OK, modify this and see if it works: \define append() $(text)$ My added text *one *two \end <$button> clicketyclick <$list filter="[tag[HelloThere]]"> <$set name=text value={{{ [{!!title}get[text]] }}}> <$action-setfield $tiddler={{!!title}} text=<> /> <:-) -- You received this message be

Re: [tw5] Re: Adding text to newly imported tiddlers

2020-06-30 Thread Mat
@Robert, is there any other commonality - besides that they're all imported - among the relevant tiddlers? For example, do they happen to be tagged in a specific way that is unique for all tiddlers where you want this text to show, or are they all prefixed in some way or do they all have some sh

[tw5] Re: Adding text to newly imported tiddlers

2020-06-30 Thread Mat
As Tony notes, is it the same text that is to be inserted for them all? Would it be OK if it was really inserted via a viewtemplate rather than to manipulate the text field? This would appear the same when you look at the tiddler. A viewtemplate solution would be simpler but the text would e.g n

[tw5] Re: Request for some feedback

2020-06-30 Thread Mat
Ash Rubigo wrote: > > It'd be great to get some feedback on on the aesthetic, layout, and > navigability of my wiki http://www.ashrubigo.com/. > - Am I the only one who doesn't get any scrolling when clicking the links? (win/chrome) - I'm on desktop: It says "Show/hide sidebar" but it

[tw5] Re: Presenting: field value selector

2020-06-29 Thread Mat
@David Gifford and @Cyrill OK, after having had a look at Cyrills file, I note that the core shadow tiddler $:/core/ui/EditTemplate/fields is modified in... is it called Stroll or Roam (sorry). That core tiddler was updated in October last year ( here

Re: [tw5] Re: Presenting: field value selector

2020-06-29 Thread Mat
Lin Onetwo wrote: > > Oh, I can see it is not a plugin, can I wrap it? > You do what you want. If you think it can be of value for others, just please share it also. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: Feather icons don't install with the plugin?

2020-06-28 Thread Mat
David Gifford wrote: > > [...] no icons show in the icons *tab *of the plugin, > I suspect there's a transclusion that does e.g {{!!myfield}} which would transclude the text from the *current *tiddler which might not be the same tiddler that the transclusion is in. I.e it instead tries to trans

[tw5] Re: bug ? $action-listops would not copy from another datatiddler if it is negative

2020-06-28 Thread Mat
I didn't study your code but note that e.g the filter {{{ 5 -1 }}} outputs only "5" because as a filter, the minus doesn't mean "negative" but "remove from filter". To get negative number you must write {{{ 5 =-1 }}} or with a = before every item, i.e {{{ =5 =-1 }}} <:-) -- You received this

[tw5] Re: Does anyone import Tailwind CSS into tiddlywiki?

2020-06-28 Thread Mat
Thomas created Bricks (do a search) which is not based on Tailwind but Tachyons which apparently is very similar. <:-) -- 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 emai

[tw5] Re: Printing the results of a fliter

2020-06-28 Thread Mat
Mark Green wrote: > > This template can then be placed on multiple pages to generate standard > warnings. > (When you say "pages" I assume you mean tiddlers, right?) Anyway, you can make a conditional viewtemplates like so: tags: $:/tags/ViewTemplate text: <$list filter="[all[current]tag[Obsol

[tw5] Re: capture values to then draw a historical chart ?

2020-06-27 Thread Mat
I don't understand - why can't you just save the original tiddler that already has the values? Or are you talking about making a template which is then used for each date instance? Also note that DataTiddler is a special concept in TW. It doesn't

[tw5] Re: Presenting: field value selector

2020-06-27 Thread Mat
OGNSYA wrote: > > I'm not really a coder and don't use github... Should I add it as an > "Issue" request there? > Yes, it'd be an Issue request using the "Idea" rather than "Bug" alternative. After you've posted it, you can edit both the text and the headline if you need to so if you get feedba

[tw5] Re: WYSIWYG editor for TW5

2020-06-27 Thread Mat
OGNSYA wrote: > > I would like to be able to edit my tiddlers directly, from View mode. > Well, there is still a visual difference between when you edit something and when you only view it - even if the visual difference is the only the display of an editor toolbar. This means there are still t

[tw5] Re: Presenting: field value selector

2020-06-27 Thread Mat
Yeah, OGNSYA, that code from Saq is good. Instead of Saq's interesting recipes, you can try it on tiddlyiki.com using e.g <> my-field:{{!!my-field}} also, to be safe, the single quote characters should be replaced with triple quotes if you have any tiddler titles that contain quote characters.

[tw5] Re: WYSIWYG editor for TW5

2020-06-27 Thread Mat
Mat wrote: > > So, no, TW5 doesn't really offer any WYSIWYG editor as far as I know... > Or, evidently, maybe I should just shut up. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this grou

[tw5] Re: WYSIWYG editor for TW5

2020-06-27 Thread Mat
OGNSYA wrote: > > Is TW5 able to offer a wysiwyg editor at the moment? > Thing is... what would that mean? It is perhaps clear that //this// could be displayed like *this* in the editor. But what about {{{ [tag[number]] }}} ? Should this be displayed in the editor as e.g one, three, two ...? Wha

[tw5] Re: Graphic at the top of a tiddler?

2020-06-27 Thread Mat
There are many ways to do things related to this but before going in the wrong direction it's best if you're really clear about what you want. For example, is it only for when you *print *a tiddler? And is that snapshot exactly how you want it to appear? You talk about not wanting a title, but

[tw5] Re: Beginner's question regarding bullet points

2020-06-27 Thread Mat
Rhod Evans wrote: > > Well, I'm very embarassed to say that I delved into the settings of Drift > and under a heading called 'Drift Tweaks' I found this (see screenshot). > Once I ticked the box, bullet points appeared. Apologies for the trouble > I've caused! :) > Aha. That's an unexpected

[tw5] Re: Beginner's question regarding bullet points

2020-06-27 Thread Mat
@Rhod and @Birthe Birthe C wrote: > > Unfortunately that did not change anything. In fact I had tried something > like it myself before. > The problem is with every wiki using the mono theme. > I'm not familiar with the mono theme. Is that really a theme because it sounds like the name of a fon

[tw5] Re: Presenting: field value selector

2020-06-27 Thread Mat
OGNSYA wrote: > > I tend to do a lot of field editing from other tiddlers though (for > example, using TiddlyTables, directly in the cells). > Would love for values to be suggested there as well... > > Any chance this can be implemented to work in any place where that field > can be edited? > Hm

[tw5] Re: Beginner's question regarding bullet points

2020-06-27 Thread Mat
OK, download and drop the attached file into your wiki. <:-) -- 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: Beginner's question regarding bullet points

2020-06-27 Thread Mat
See if you get anywhere with this: https://www.w3schools.com/howto/howto_css_bullet_color.asp <:-) -- 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+uns

[tw5] Re: Presenting: field value selector

2020-06-27 Thread Mat
...after you first remove any other plugins, please. <:-) -- 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 di

[tw5] Re: Presenting: field value selector

2020-06-27 Thread Mat
Cyrill wrote: > > when you wish i could send you the file directly via pm ? > yeah, do. <:-) -- 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.

[tw5] Re: newbie question: is it possible to create a basic top menu bar without installing a plugin?

2020-06-27 Thread Mat
dubtoms wrote: > > How does the filtering work here exactly ? I'd like to be able to arrange > links the way I want. > > <> > > You say "arrange links" so the best is probably to change the filter to instead be "[tag[NavBar]!has[draft.of]]". Then you can use a trick to access the ordering of thes

[tw5] Re: Reference another tiddler's field by using a value in a custom field

2020-06-27 Thread Mat
Im surprised nobody has brought up putting it into a macro: \define myTrans() {{$(tid)$!!$(field)$}} <$vars tid=... field=... > <> Apropos what Eric wrote: > > > style={{{ [[color:]addsuffix] }}} > >... > Ha ha!!! It's fantastic that there IS a way but it is also fantastic how overly comple

[tw5] Re: Tip for new and experienced users - easy access to the viewTemplate [Good for new users?]

2020-06-27 Thread Mat
TW Tones wrote: > > *Feedback* > >- Let me know here if this is helpful, if their is a call for it, I >can make a multi-line text field work with this. > > In deed, the single line is sometimes an annoyance working with fields. If you allow me to go "off-question": Overall, the EditTempla

[tw5] Re: Presenting: list-links-inline - show lists in prose

2020-06-27 Thread Mat
TW Tones wrote: > > I can count <> <> > Maybe an idea would be to include, in the list-links-inline macro, a second attribute called tag and this results in the output "prose" list and the tag button for easy reorganization. Once reorganized, the user removes this attribute in the macrocall. I

[tw5] Re: [UI tweaks] Importing and inserting images

2020-06-27 Thread Mat
Thanks for your generous sharing Saq. Where are the images stored in the first place, to show the thumbnails? <:-) -- 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 t

[tw5] Re: Presenting: field value selector

2020-06-26 Thread Mat
What's your TW version? It must be recent enough to accept the following command: <$link/> If you put this in a tiddler, does this render the name of the tiddler or does it not render anything? If it doesn't render anything - you should upgrade your TW. <:-) -- You received this message bec

[tw5] Presenting: list-links-inline - show lists in prose

2020-06-26 Thread Mat
The TWaddler presents yet another thing that will have been forgotten when you eventually need it: list-links-inline "...is an alternative to the common list-links macro. It presents the list as "prose" - i.e *inline*, comma separated and with an 'and

[tw5] Re: Preview tiddlers like in tiddlymap?

2020-06-26 Thread Mat
Sure. For the following solution, you'd have to use the ListWidget instead of the short form {{{...}}} syntax. Thus: <$list filter="""[tag[journal]!sort[created]]"""> <$link/> <$transclude mode=block/> ...and you'll need a stylesheet, something like so: title: Stylesheet/hover-to

[tw5] Re: Presenting: field value selector

2020-06-25 Thread Mat
UPDATED - I changed all enclosing quotes for triple quotes which could have an effect. If this doesn't solve your problem then I suspect you have funny characters in your fields. BTW, does it only fail for "gesetz" specifically or is it for all field names? <:-) -- You received this message b

[tw5] Re: Presenting: field value selector

2020-06-25 Thread Mat
@Cyrill As Tony notes, you must have used that field name previously, *and *it must have values set, in order for it to list the values for that field. Have you? There is no way to tell from your picture. What do you get if you put this in a tiddler: <$list filter="[has[gesetz]]"> <$link/> - {

[tw5] Re: Announcing TiddlyWiki Playground

2020-06-24 Thread Mat
Do I understand it right; This is a vanilla TW hosted on gh with the Browser storage plugin. Other than this, it is only some minor tweaks like extra sidebar tab, some activated page controls etc. Right? I'm not saying this in any diminishing way, I'm asking to understand. It is a super idea to

[tw5] Re: Presenting: field value selector

2020-06-24 Thread Mat
TW Tones (...I've been away from the boards for so long you even changed your name!? ;-) Thanks for updating this. Its quite an elegant solution. > Thanks for the kind words. Personally I was somewhat taken aback now that I looked at it again, that it is so complex for something that small. I d

[tw5] Re: Presenting: field value selector

2020-06-24 Thread Mat
Damon Pritchett wrote: > > I would like to have the list of tiddlers come up only when I'm using a > certain field or two: namely the mother and father fields. If I'm editing > any other field, I would like it to be have as you originally intended. > That is what happens for list-before and list

[tw5] Re: Presenting: field value selector

2020-06-24 Thread Mat
UPDATED http://fieldvalueselector.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 disc

[tw5] Filter syntax: "distribute" a filter op onto a list of arguments

2020-05-30 Thread Mat
To avoid having to dig inside a tiddlers code, I want to conveniently add items to a list in a macro definition at top of the tiddler or perhaps in some field. For example, the items might be a list of tags. The items are then, individually, to serve as arguments to some filter operator. For exa

[tw5] Re: Use a single, dynamically-named tiddler to display a collection of other tiddlers.

2020-05-30 Thread Mat
> > It should be easy enough to create a new tiddler for each day, but I was > hoping to reuse a single tiddler. It seems like a waste otherwise. Is > this even possible? > As you may know, the identity of a tiddler is its title. So if you use a single tiddler, it must either be replaced if

[tw5] Re: Setting up TiddlyWiki on shared hosting

2020-05-29 Thread Mat
Craig, welcome to the community! OK, quick reply: Search for Jed Cartys "Bob" solutions. They are for multi-user. Normal TW is not for shared use. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop rece

[tw5] Re: EditButtons plugin (and others) updated for TW 5.1.22

2020-05-27 Thread Mat
This is one of those things that at first makes you think "Hm, OK, I guess that's neat like, say, how *icons* or some *shortcut *can be useful every now and then" ...but after a while you realize that you use this ALL THE TIME so it is actuall a pretty big deal. I have used this in *every *wiki

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-27 Thread Mat
Haha, OK, since you were so comfortable with the {{{ [enlist{!!list}] }}} thing, I assumed you had some more experience (all the braces would have freaked me out if I were totally new, for sure). Sorry. You can do it like the following instead which is pure WikiText without involving the styling

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-27 Thread Mat
You can do this. Create a macro tiddler with this content: tags: $:/tags/Macro text: \define commalist() {{{ [enlist{!!list}] }}} \end ...and then add the following styledef to an existing stylesheet or creeate a separate stylesheet like this: tags: $:/tags/Stylesheet type: text/css text: .c

[tw5] Re: Don't call attention to TWC

2020-05-27 Thread Mat
TiddlyTweeter wrote: > > I like you. Feeling does comes into it for me. I'm happy to jostle with > you, x > Friendly tussle. Yes? > I like you too, as should be obvious, but this still doesn't have anything to do with TWC vs TW5 :-) Anyhoo... if there is a discussion between Yakov and Jeremy, I

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-27 Thread Mat
Jake wrote: > > I want the list content to show at the bottom of the specific tiddlers. > OK, you can put this at the bottom of the text field {{{ [enlist{!!list}] }}} You're right that if you change the titles of those tiddler, then this will be updated. You might also be interested in Flibbl

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-27 Thread Mat
First, you don't have to worry about tags slowing down TW. It is in extreme cases and, really, anything in extremes would probably slow down any system. TW is designe for using tags and if you don't... it's like pizza without any cheeze. (Is that even pizza?) Regardless, you question probably d

[tw5] Re: Don't call attention to TWC

2020-05-27 Thread Mat
TiddlyTweeter wrote: > > Mat wrote (lightly edited by me)... >> >> >> Can I ask what makes you ... stick with TWC instead of switching to TW5? >> What is it that you and the TWC community sees that Jeremy did not see when >> he *evidently *said that TWC is n

[tw5] Re: Don't call attention to TWC

2020-05-26 Thread Mat
Yakov - interesting to read. Can I ask what makes you, personally, stick with TWC instead of switching to TW5? What is it that you and the TWC community sees that Jeremy did not see when he *evidently *said that TWC is not a good enough system and it needs a complete revamp? So no misunderstand

Re: [tw5] Re: Link Styling and the Official Markdown Plugin

2020-05-26 Thread Mat
Kevin Kleinfelter wrote: > > Hmmm... I created a simple tiddler with a similar demo and it worked > correctly. I copied in my personal "Markdown Acid Test" and it underlined > them both. Looks like there's some content in my acid test which confuses > things. I'll have to sort out whether I'm

[tw5] Re: Browser update to form controls and focus indicators

2020-05-26 Thread Mat
Thanks Eric! <:-) -- 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 web visit https://group

[tw5] Re: Hoisting Control Panel > Appearance > Theme Tweaks > Sidebar Layout

2020-05-25 Thread Mat
You can make this tiddler: tags: $:/tags/SideBarSegment text: <$select tiddler="$:/themes/tiddlywiki/vanilla/options/sidebarlayout"> Fixed-Fluid Fluid-Fixed Click the tag and drag'ndrop the titles therein to rearrange. <:-) --

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-23 Thread Mat
@bimlas - looks *great*! Is it made in WikiText or js? (...really hoping WikiText so it's hackable for TW users) <:-) -- 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

[tw5] Re: [question] transclude from within a macro ?

2020-05-23 Thread Mat
Mark S. wrote: > > <> > That's very interesting! I didn't expect this to be allowed syntax since this is not allowed: <> (...or is it???) Thanks Mark and Rahul! <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this grou

[tw5] Re: Is there any tiddly react when external file is not founded ?

2020-05-23 Thread Mat
> > I would like to use external file on google drive or dropbox to view image > or pdf. > It is not clear what you mean. Is the "external file" the TW or the image? > But I don't know if user can access to them because he needs to be > online. So I would like to test if external file are o

[tw5] Re: Learning list and list widget in Tiddlywiki as a loop

2020-05-23 Thread Mat
Rahul Kashyap wrote: > > Hi Mat, > > Thanks for reply. I tried your method but, it caused "maximum stack call" > error. > The thing is that what I wrote is not a complete solution, I was only pointing out a few probably issues with your code. To really solve it o

[tw5] Re: Trigger action when a tab loses focus?

2020-05-23 Thread Mat
Tony K wrote: > > however can i edit a tiddler field without a "Trigger" from what I have > noticed it is an $action-setfield and it needs a button to be clicked or > something no? > Right, to have it edited it needs an action trigger. BUT I just note in the docs

[tw5] Re: Trigger action when a tab loses focus?

2020-05-23 Thread Mat
OK, one approach would be to modify the core macro for buttons or to create your own, i.e the tiddler $:/core/macros/tabs As you'll see there, the tabs are really buttons, just styled as tabs. Buttons are, as you know, simple to make trigger actions. The previous is if you need to *trigger *ac

[tw5] Re: Trigger action when a tab loses focus?

2020-05-23 Thread Mat
Is it a limited set of actions that makes the tab lose focus, perhaps "clicking on another tab" or is it just *anything *that makes it lose focus? Because the tab state tiddler doesn't change unless you click on another tab. <:-) -- You received this message because you are subscribed to the

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread Mat
Ah, you're right. Removing that tiddler also corrects the timeline. Highlight a brittleness in the timeline macro tho. I'm closing my issue because I don't know how to best describe the problem.Thanks Saq. <:-) -- You received this message because you are subscribed to the Google Groups "Tidd

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread Mat
Posted bug report: https://github.com/Jermolene/TiddlyWiki5/issues/4675 <:-) -- 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.

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread Mat
To clarify: I can't find it in prerelease because the "Recent" tab doesn't stretch that far. I'm not saying the bug isn't there. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from i

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread Mat
It is definitely a bug! You find it also on https://tiddlywiki.com/ (not prerelease) Go to https://tiddlywiki.com/ Recent tab search (using ctrl-f i.e browser tool) for e.g the tiddler ExternalImages - this is the last title for 2014. After it comes 2020 again. <:-) -- You received this messa

[tw5] Re: Learning list and list widget in Tiddlywiki as a loop

2020-05-23 Thread Mat
@Rahul, by the way: Could someone please help me with a particular implementation > ...then start a new particular thread instead of hijacking this old one which is not about your question. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: Learning list and list widget in Tiddlywiki as a loop

2020-05-23 Thread Mat
@Rahul I don't know the intricacies of the macro you intend to use but I'm guessing you wish to pass the tiddler that is current in the listwidget. But for example this < >> passes the literal string {{!!title}} and not the current tiddlers actual title. Also, the argument to src needs to

[tw5] Re: TW Project Plugin question

2020-05-22 Thread Mat
So no misunderstanding, this is the feature I'm talking about. This is what I get when clicking for you: [image: Annotation 2020-05-22 141236.png] <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop recei

[tw5] Re: TW Project Plugin question

2020-05-22 Thread Mat
Willy, if you found Nicolas thread you could perhaps try to contact hm by clicking at the very rightmost button in a post of his and choose "Reply privately to the author". <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe fr

[tw5] Re: Announcement: New, temporary, GGroup to discuss TW UI redesign

2020-05-22 Thread Mat
OK OK, I changed also the "Join the group" to be "anyone on the web" without even asking for access. But I'm curious, why was it too much of a hassle to simply click the blue button? It does require me to accept the request once-and-for-all but that's it. I guess, I'll let it be totally open

[tw5] Re: Announcement: New, temporary, GGroup to discuss TW UI redesign

2020-05-22 Thread Mat
I just tested to post from an arbitrary email. It worked without a problem. Under "Basic permissions" I get this: [image: Annotation 2020-05-22 141236.png] As you can see, it says "Anyone on the web" can post. Are you requesting that "Anyone on the web" can *join *without even asking? Actually

[tw5] Re: Announcement: New, temporary, GGroup to discuss TW UI redesign

2020-05-22 Thread Mat
[image: Annotation 2020-05-22 141236.png] OK These are actually the settings I made when setting it up. And the only relevant setting for this does permit "anyone on the web to post". I don't know what that means if it doesn't work. But I don't think it is a matter of "signing up" - I think

[tw5] Re: Announcement: New, temporary, GGroup to discuss TW UI redesign

2020-05-22 Thread Mat
TiddlyTweeter wrote: > > hello ADMINISTRATOR Mat. was your intent to force users to have to sign-up > to post? > That's not intentional but I'm unsure how to change it. I did look around but will look into it again later today. <:-) -- You received this message beca

[tw5] Re: Redesign of TiddlyWiki

2020-05-22 Thread Mat
TonyM wrote: > > mat, > > >> @TonyM, you're lifting the issue to a general critique of how many >> newcomers approach TW. While I partly agree, you're hijacking Edgaras >> thread here. None of your bullets are about what is being discussed here >&g

[tw5] Re: Please help with a "complex" then else filter

2020-05-22 Thread Mat
Since your first filter works, I guess it is not the problem but just to make sure: - I don't think there can be spaces next to the equal sign. Or I just learned something new. - There are some differences between the SetWidget and the VarsWidget where the former is somewhat more po

[tw5] Re: TW Project Plugin question

2020-05-21 Thread Mat
Thing is, as Tony K notes, it is someones own hack so it would take effort to dig around. Someone elses coding structure, possibly including "clever solutions" or even bugs. I suggest that you do actually test things. If I understand you right, you want both tag[todo]tag[gardening]... in th

[tw5] Re: Announcement: New, temporary, GGroup to discuss TW UI redesign

2020-05-21 Thread Mat
Thanks for alerting. Yes, apparently deep down there was some setting for this. Hopefully it works now. Not much to see there tho. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails fro

Re: [tw5] Re: Redesign of TiddlyWiki

2020-05-21 Thread Mat
sense. Also I think there is some visual work to do, simplifying icons, adjusting > contrast, spacing, hiding less used icons under "more" icon, also providing > customisation menu. All very interesting. *Mat *I don't think it helps much to move to another thread, just

[tw5] Re: Creating themes for Tiddly Wiki

2020-05-21 Thread Mat
Hi there ph-xyz When you go to the Controlpanel > Plugins > Themes you'll see the themes. The base theme is the Vanilla theme. If you click on it, you'll see it contains $:/themes/tiddlywiki/vanilla/base which is the base stylesheet. The standard distribution also shows, by default, this stylesh

[tw5] Re: Fullscreen button for images

2020-05-21 Thread Mat
Since you're trying to get a JS thing to work, maybe the dev group is more appropriate. There's also the https://tiddlywiki.com/dev/ <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-21 Thread Mat
Saq , thank you for your patient answers - and I realize now it is indeed a bit silly to ask questions at this stage. Looking forward to investigate it! <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: TW Project Plugin question

2020-05-21 Thread Mat
You probably edit this tiddler: $:/plugins/nico/pm/macros/project <:-) -- 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: Redesign of the edittemplate area: an unfinished prototype

2020-05-21 Thread Mat
OK, so where you put tc-popup-keep, add another class like so class="tc-popup-keep xxx" and then in a stylesheet tiddler put .xxx * {font-size:14px;} The * will enforce the size on all text even if there are nested divs or transclusions etc and using "px" sets it to a fixed size whereas "em" i

[tw5] Re: Redesign of TiddlyWiki

2020-05-21 Thread Mat
Birthe C wrote: > > I have seen and tried Mats hover, but it kind of flickers and I do not > find it easy to use. At least not on my computer. > There's a "Mats hover"? I am just referring to the general technique, it is not mine. It works well on many (non-TW) sites and other apps. <:-) -- Y

[tw5] Announcement: New, temporary, GGroup to discuss TW UI redesign

2020-05-21 Thread Mat
This is a new but temporary GGroup for anyone who wants to help out with creating mockups etc for a TW UI redesign. The only point with a separate discussion group is so the discussions can be found in one place because they drown in the current GGroup: ' https://groups.google.com/forum/#!forum/

Re: [tw5] Re: Redesign of TiddlyWiki

2020-05-21 Thread Mat
Everyone and @Riz My proposal is merely to have a place where posts on a TW UI makeover *doesn't drown in all the other discussions*, so I made this: https://groups.google.com/forum/#!forum/tiddlywikiui It is NOT a place to ask for help or where we hope for as many members as possible. It is s

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-21 Thread Mat
Saq Imtiaz wrote: > > Hi Mat and Thomas, > > First off, don't expect a release. More of a sharing of code. As I said, > the intent is not to share a finished product but rather something others > can understand to implement similar solutions. Lots of rough edges still,

[tw5] Re: Date format without $view ?

2020-05-21 Thread Mat
TonyM wrote: > > >- I have one possible solution which needs me to spit the longer >timestamp into separate characters but the split[] operator does not do >this. > > Sure it does {{{ aabbcc +[split[]] }}} <:-) -- You received this message because you are subscribed to the Google

[tw5] Re: Redesign of TiddlyWiki

2020-05-21 Thread Mat
Edgaras wrote: > > - Arrows are for navigating back and forward, which tiddler you visited > the latest (clicking on links). I updated arrows to look less like > redo/undo. > That indicates your vision is a single tiddler view mode - ? I would definitely not like this for default TW because it

[tw5] Re: Query: What is Markdown? Which implementation do you use?

2020-05-21 Thread Mat
TiddlyTweeter wrote: The issue is this: When evaluating "A better Markdown for TW" what are we > specifically talking about? It sure isn't Fountain. But WHAT is it? Answer: For native TW: The markdown that most people are used to / expect (Hidden agenda: to ensure they are attracted to, and fe

[tw5] Re: Fullscreen button for images

2020-05-21 Thread Mat
Kalcifer Kandari wrote: > > I'm convinced this wouldn't be difficult to get this working within > TiddlyWiki, but the documentation relating to this is so bad I don't know > where to begin. > You'll help out and make it better once you've solved this, right? <:-) -- You received this message

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-21 Thread Mat
I guess I'll have to wait until release but I cannot figure out how to add a bullet to begin with since you're in tiddler view mode. Maybe that is part of what "keyboard driven" refers to, i.e some command that triggers adding a bullet? ...and if the bullets are individual tiddlers, what are th

[tw5] Re: Redesign of TiddlyWiki

2020-05-21 Thread Mat
@Edgaras One general problem with your proposal is how the editor tools no longer are available at all. What are your thoughts on this matter? If one only looks at simple markup, i.e punctuation-to-HTML then this is not a problem but there are other tools like, say, stamp or excision that are

[tw5] Re: Redesign of TiddlyWiki

2020-05-21 Thread Mat
@Edgaras, that's really great stuff. As Saq says, the way to the core or the standard edition goes via plugins for backward compatibility but also because it more easily allows an iterative process with community input and testing. @TonyM, you're lifting the issue to a general critique of how m

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