Re: [tw5] Re: Demystify drag-N-drop in Tiddlywiki

2021-05-18 Thread Mohammad Rahmani
Thank you Tones for clarification! Good point! Best wishes Mohammad On Tue, May 18, 2021 at 1:06 PM TW Tones wrote: > Mohammad et all. > > On Tuesday, 18 May 2021 at 16:03:45 UTC+10 Mohammad wrote: > > Just to supplement the drag and drop conversation I wanted to point out a > few more

[tw5] Re: More Button ( using reveal ) need to make sticky when printing

2021-05-18 Thread Jon Light
After playing around with both the Details plugin and my old implementation of a 'more button' using reveal I noted the following All comments relate to whether* 'soft paragraphs' *appear as intended - by this I mean paragraphs implemented only by

[tw5] Re: Is Markdown in TiddlyWiki customizable?

2021-05-18 Thread PMario
On Tuesday, May 18, 2021 at 7:31:15 AM UTC+2 Pekka wrote: For example, if I would type: ++ Custom block of text ++, then the HTML > output would be Custom block of > text, or wrapped in any other HTML blocks I choose. > A configuration like this isn't very future prove. Hardcodeing styles

[tw5] Re: Question of :filter operator and sort

2021-05-18 Thread Mohammad Rahmani
I know my question has the below answer <$list filter="[tag[fsort]sort[fd]]"> But I am working on :filter and I want to know how it works in different situation! Best wishes Mohammad On Tue, May 18, 2021 at 4:34 PM Mohammad Rahmani wrote: > I use a :filter to sort tiddlers based on the

[tw5] A question of sort: Sort tiddlers by some calculated values

2021-05-18 Thread Mohammad Rahmani
Assume you have filtered a list of tiddlers. 1. For example you list all tiddlers tagged by student 2. Each tiddler has two fields: chemistry and math 3. I want sort these tiddler by average value calculates as a = 0.5*(math+chemistry) I am looking for one $list or one step

[tw5] Re: Is Markdown in TiddlyWiki customizable?

2021-05-18 Thread PMario
Hi Pekka, I did probably misread your question. Mark*down* is a different "markup language" than Tiddlywiki markup. With the Custom Markup Plugin, you can probably do what you want in a slightly different way as you described it. ... But the whole thing is incredibly powerfull. The plugin

[tw5] Question of :filter operator and sort

2021-05-18 Thread Mohammad Rahmani
I use a :filter to sort tiddlers based on the values in their fd field <$list filter="[tag[fsort]] :filter[get[fd]nsort[fd]]"> This does not work! Why? Reproduce 1. drag and drop attached json to https://tiddlywiki.com/prerelease/ 2. open the Test of :filter Best wishes Mohammad -- You

Re: [tw5] Re: Demystify drag-N-drop in Tiddlywiki

2021-05-18 Thread TW Tones
Mohammad et all. On Tuesday, 18 May 2021 at 16:03:45 UTC+10 Mohammad wrote: Just to supplement the drag and drop conversation I wanted to point out a few more methods I use - If you download a wiki simply clicking on it will open it in the browser (no need for opening your file manger)

Re: [tw5] Congratulations: TW5 is almost 6K stars in Github

2021-05-18 Thread Mohammad Rahmani
On Tue, May 18, 2021 at 10:54 AM TiddlyTweeter wrote: > Mohammad wrote: > >> one ... BIG reason is many just use it and do not care to support it! >> > > Right! That is a *common* issue for open-source tools. > > TiddlyWiki is very unusual, I think, in having an exceptional, friendly, >

[tw5] Re: Is Markdown in TiddlyWiki customizable?

2021-05-18 Thread PMario
Hi, There is a little bit of docs, which you should definitely read first: https://wikilabs.github.io/editions/custom-markup/#Basics:Basics%20Advanced%20Reference -m On Tuesday, May 18, 2021 at 8:36:54 AM UTC+2 TiddlyTweeter wrote: > Pekka > > *Good! Quick footnote ...* > > You might find

Re: [tw5] Re: Demystify drag-N-drop in Tiddlywiki

2021-05-18 Thread TW Tones
TT, I understand your concern. *MORE THAN ONE THING INVOLVED?* First I am focusing on dragging anything and it "is or becomes a tiddler" or something according to where you drop it, including a JSON tiddler and plugins. Yes it depends on where you drop it. Just for context I am using the

[tw5] Re: [TW5] Presenting the Details Widget

2021-05-18 Thread Charlie Veniot
Hey, dollars to donuts: any one thing that might be useful to one person for however many purposes, it will be useful to a bunch of other folk too for same or other interesting purposes. I'm all for anything that helps reduce mouse-clicky-induced tendinitis of the finger knuckle. On Tuesday,

[tw5] [Help] Color them icons and buttons.

2021-05-18 Thread TW Tones
Folks, I have 2 svg icons from https://morosanuae.github.io/tw-icons/ I have created a button inside a macro and have used a number of methods to get the colored result in a tiddler, however when I add the $:/tags/ViewToolbar to a tiddler to get it into the view tool bar the color

Re: [tw5] Streams 0.21 is now available

2021-05-18 Thread Saq Imtiaz
@Tony > In a related matter I was wondering if there were a simple way to > consolidate a whole stream and append it to the text field of the tiddler? > See https://saqimtiaz.github.io/streams/#Working%20with%20streams%20tiddlers The exact solution that works for you will depend on the

Re: [tw5] First edition of Grok TiddlyWiki (TW textbook) is live

2021-05-18 Thread Nolan Darilek
Wow, this is great! Thanks for writing it. I was a day or two away from popping on the list, asking about a book or guide, and saying that I really needed one because the existing documentation is very overwhelming. And, well, here it is. :) On 5/16/2021 9:43 AM, Soren Bjornstad wrote: I'm

Re: [tw5] Re: Question of :filter operator and sort

2021-05-18 Thread Saq Imtiaz
The simplest way to look at :filter is that it removes the input titles for which the :filter run returns no result. That is *all* that it does. On Tuesday, May 18, 2021 at 2:21:52 PM UTC+2 Mohammad wrote: > Saq, > Thanks a million! > > I need to practice more with :filter and learn! > >

Re: [tw5] Re: A question of sort: Sort tiddlers by some calculated values

2021-05-18 Thread Mohammad Rahmani
Thank you Saq! I will! Best wishes Mohammad On Tue, May 18, 2021 at 4:54 PM Saq Imtiaz wrote: > Use the sortsub operator, or in 5.1.24 the :sort run prefix > > On Tuesday, May 18, 2021 at 2:18:44 PM UTC+2 Mohammad wrote: > >> Assume you have filtered a list of tiddlers. >> >> >>1. For

[tw5] Re: [TW5] Presenting the Details Widget

2021-05-18 Thread si
I agree that having a link in the summary is probably not useful in most contexts, however in my case I use the details tag to display backlinks. I have a link to jump to the relevant tiddler, but also a dropdown to display the textual context. On Tuesday, 18 May 2021 at 00:12:29 UTC+1

[tw5] Re: sorting using refrenced values

2021-05-18 Thread Michael Wiktowy
Not exactly what you want but if you can express your combination of field x and field y as a filter expression, you should be able to use sortsub. /Mike On Monday, May 17, 2021 at 10:45:20 PM UTC-3 mohamed...@hotmail.com wrote: > > Hi , > > is it possible to sort transcluded /referenced

[tw5] Re: A question of sort: Sort tiddlers by some calculated values

2021-05-18 Thread Saq Imtiaz
Use the sortsub operator, or in 5.1.24 the :sort run prefix On Tuesday, May 18, 2021 at 2:18:44 PM UTC+2 Mohammad wrote: > Assume you have filtered a list of tiddlers. > > >1. For example you list all tiddlers tagged by student >2. Each tiddler has two fields: chemistry and math >3.

[tw5] Re: How to reset tiddler fields when it opens

2021-05-18 Thread PMario
On Monday, May 17, 2021 at 11:08:35 AM UTC+2 vpl wrote: I try to invokea macro that reset tiddler fields when we open it. By > opening I do not mean *for editing*, I mean the tiddler is invoked via a > link for example > h, You should have highlighted the _not_ ... I did only see/read

[tw5] Re: [TW5] Presenting the Details Widget

2021-05-18 Thread Charlie Veniot
You may not think of it as perfect, but know this: the DetailsWidget, as-is, is to my cognitive disability like manna from heaven. To me, you applied the sweet spot of coding skill to it. Products that are small/simple/light/lean (minimalism rocks!) always tug at my heartstrings something

Re: [tw5] Re: Demystify drag-N-drop in Tiddlywiki

2021-05-18 Thread TiddlyTweeter
TW Tones wrote ... > >1. Drag /download " objects from one wiki to another" such as todos >and streams and more ... > > Right! The one aspect of your post that needs beefing is to clarify there is MORE THAN ONE THING INVOLVED. HOW to develop a consistent conformity? Do ALL things get

Re: [tw5] Re: Idea: How to Find a Meeting Time That Works for Everyone [in Tiddlywiki]

2021-05-18 Thread Mohammad Rahmani
Hi Erc, On Tue, May 18, 2021 at 12:23 PM Eric Shulman wrote: > On Monday, May 17, 2021 at 9:56:53 PM UTC-7 Mohammad wrote: > >> I thought it would be very convenient if I could have a facility to save >> online! I mean a user had to give a name >> and email, select dates and press a submit

Re: [tw5] Re: Plugins and Plugin Library: How do you update your plugins?

2021-05-18 Thread TW Tones
Mohammad, I am working to publish it now. Tones On Tuesday, 18 May 2021 at 14:25:36 UTC+10 Mohammad wrote: > > > > Best wishes > Mohammad > > > On Tue, May 18, 2021 at 5:23 AM TW Tones wrote: > >> Mohammad, >> >> To answer the original thread I do not tend to update them, but if I find >> I

[tw5] Re: Question of :filter operator and sort

2021-05-18 Thread Mohammad Rahmani
In tiddlywiki.com The filter operator runs a subfilter for each input title, and returns those input titles for which the subfilter returns a non-empty result (in other words the result is not an empty list). The results of the subfilter are thrown away. Does this mean results are returned one

[tw5] Re: Question of :filter operator and sort

2021-05-18 Thread Saq Imtiaz
> Does this mean results are returned one by one and we cannot do an > operation like sort? > > Yes,correct. For sorting from 5.1.24 you can use :sort https://tiddlywiki.com/prerelease/#Sort%20Filter%20Run%20Prefix -- You received this message because you are subscribed to the Google

Re: [tw5] Re: Question of :filter operator and sort

2021-05-18 Thread Mohammad Rahmani
Saq, Thanks a million! I need to practice more with :filter and learn! Best wishes Mohammad On Tue, May 18, 2021 at 4:45 PM Saq Imtiaz wrote: > > >> Does this mean results are returned one by one and we cannot do an >> operation like sort? >> >> > Yes,correct. For sorting from 5.1.24 you

[tw5] Re: [TW5] Presenting the Details Widget

2021-05-18 Thread Thomas Elmiger
Hi folks, nice to see that my widget is in use! I know it isn’t perfect, but I have no intention to make any changes soon – you are more than welcome to take it and adapt it to any purpose you want. The summary variable takes only text as input and produces only text as output. It is not

Re: [tw5] Re: Question of :filter operator and sort

2021-05-18 Thread Mohammad Rahmani
On Tue, May 18, 2021 at 4:53 PM Saq Imtiaz wrote: > The simplest way to look at :filter is that it removes the input titles > for which the :filter run returns no result. > > That is *all* that it does. > I got it! Much appreciated! Actually it is very semantic :filter those do not meet the

Re: [tw5] Re: Question of :filter operator and sort

2021-05-18 Thread Mohammad Rahmani
Hi Saq, On Tue, May 18, 2021 at 6:04 PM Saq Imtiaz wrote: > @Mohammad if you feel we could rephrase the documentation to make this > clearer, please do make a PR. > I am experimenting with some new filter operators and I would absolutely be happy to help here! > > On Tuesday, May 18, 2021 at

Re: [tw5] Streams 0.21 is now available

2021-05-18 Thread TW Tones
Thanks heaps Saq It is sooo cool and you keep surprising me. Thanks Tones/Tony On Tuesday, 18 May 2021 at 18:38:06 UTC+10 Saq Imtiaz wrote: > @Tony > > >> In a related matter I was wondering if there were a simple way to >> consolidate a whole stream and append it to the text field of the

Re: [tw5] Experimental Chromium native saver

2021-05-18 Thread Dyllon Gagnier
Nolan, the security should be fine even if opening the HTML file from the file system (i.e. file://path/to/yourwiki.html) unless you modify the JS in the plugin. If you use a web server, then I save the file handle between page reloads so you don't have to select it from the file picker. This is

Re: [tw5] Re: Question of :filter operator and sort

2021-05-18 Thread Saq Imtiaz
@Mohammad if you feel we could rephrase the documentation to make this clearer, please do make a PR. On Tuesday, May 18, 2021 at 3:23:41 PM UTC+2 Mohammad wrote: > On Tue, May 18, 2021 at 4:53 PM Saq Imtiaz wrote: > >> The simplest way to look at :filter is that it removes the input titles >>

[tw5] Re: [Help] Color them icons and buttons.

2021-05-18 Thread Álvaro
When you put a button (with the svg) in the viewtoolbar, it take style from here *.tc-tiddler-controls button svg*, .tc-tiddler-controls button img, .tc-search button svg, .tc-search a svg { fill: #cc; } You'll need add a class to the button El martes, 18 de mayo de 2021 a las

[tw5] Re: [Help] Color them icons and buttons.

2021-05-18 Thread Álvaro
PD: It is a idea because you give few information. Maybe there is/are other problems that they are hidden in your info. El martes, 18 de mayo de 2021 a las 16:31:04 UTC+2, Álvaro escribió: > When you put a button (with the svg) in the viewtoolbar, it take style > from here >

[tw5] Re: [Help] Color them icons and buttons.

2021-05-18 Thread TW Tones
Álvaro Thanks for you help So the fill in the css is forcing the button to "fill: #cc;" The problem is I want to display it with a color provided to a macro and use it instead. Meaning the button have multiple colors depending on the value provided. This is the macro I want to display a

Re: [tw5] First edition of Grok TiddlyWiki (TW textbook) is live

2021-05-18 Thread Gordon
It is absolutely terrific! I've been nibbling around the edges of TW for some time and thinking: "This is neat, I can probably use it to...ahh...do stuff." Then, a while back, I read an article about Zettelkasten and thought it would be fun to do that in TW but saw your version and was just a

[tw5] Re: A question of sort: Sort tiddlers by some calculated values

2021-05-18 Thread Saq Imtiaz
@Mohammad you know what I am going to say next ;) On Tuesday, May 18, 2021 at 5:34:31 PM UTC+2 Mohammad wrote: > That is amazing Saq! > > This is my solution and it works! This way we can write shorter and more > clear codes! > > <$vars vv-avgSubfilter="[{!!chemistry}] [{!!math}] +[average[]]">

[tw5] Re: sorting using refrenced values

2021-05-18 Thread Michael Wiktowy
For instance, in your specific example you could use a filter like [{!!x}multiply[10]add{!!y}] in the sortsub for your list of tiddlers containing x and y ... you don't need a z field for this particular use. So if you had a bunch of tiddlers tagged with "sortbyfield" you can do: \define

[tw5] Re: A question of sort: Sort tiddlers by some calculated values

2021-05-18 Thread Mohammad Rahmani
That is amazing Saq! This is my solution and it works! This way we can write shorter and more clear codes! <$vars vv-avgSubfilter="[{!!chemistry}] [{!!math}] +[average[]]"> <$list filter="[tag[student]sortsub:number]"> <$link/> - <$text text={{{[subfilter]}}} /> Saq, I think it

[tw5] Re: [TW5] Presenting the Details Widget

2021-05-18 Thread si
Thanks Thomas, that's good to know. On Tuesday, 18 May 2021 at 13:49:49 UTC+1 thomas@gmail.com wrote: > Hi folks, nice to see that my widget is in use! > > I know it isn’t perfect, but I have no intention to make any changes soon > – you are more than welcome to take it and adapt it to any

[tw5] Re: [Help] Color them icons and buttons.

2021-05-18 Thread Álvaro
The svg has two styles, one the inherited fron inline style in span and "direct rules" (*.tc-tiddler-controls button svg* ). When you apply direct rules the inherited rules are gone (they are overwritten by direct). You can see it in the inspector of your browser, "fill:red" is strikethrough.

[tw5] [Theme] Zacht - A clean and soft theme for TiddlyWiki

2021-05-18 Thread Odin
Hello everyone! I am proud to share my latest creation: Zacht - a clean and soft theme for TiddlyWiki. Zacht is the Dutch word for soft. With soft colors and roundings, I found it a fitting name. The theme also embeds two fonts that really adds a

Re: [tw5] Re: Is there any limitation for using sortan?

2021-05-18 Thread Mohammad Rahmani
Sure! I submit a ticket! Best wishes Mohammad On Tue, May 18, 2021 at 10:09 PM Saq Imtiaz wrote: > Could you create an Issue please? > > The problem is that you are trying to sort by tags which is a list field > and therefore internally an array, whereas sortan works with strings. I > don't

[tw5] Re: Is there any limitation for using sortan?

2021-05-18 Thread Mohammad Rahmani
An issue has been submitted on GitHub https://github.com/Jermolene/TiddlyWiki5/issues/5701 Best wishes Mohammad On Tue, May 18, 2021 at 9:59 PM Mohammad Rahmani wrote: > 1. Open > 2. Create a tiddler with below contents > > <$list filter="[tag[About]sortan[tags]]"/> > > 3. The Red window of

[tw5] Is there any limitation for using sortan?

2021-05-18 Thread Mohammad Rahmani
1. Open 2. Create a tiddler with below contents <$list filter="[tag[About]sortan[tags]]"/> 3. The Red window of Death has appeared! [image: image.png] This wikitext works fine (note sort is used) <$list filter="[tag[About]sort[tags]]"/> Best wishes Mohammad -- You received this message

[tw5] Re: Is there any limitation for using sortan?

2021-05-18 Thread Saq Imtiaz
Could you create an Issue please? The problem is that you are trying to sort by tags which is a list field and therefore internally an array, whereas sortan works with strings. I don't know that it makes sense to try and support sortan for the tags or list field, but it should fail gracefully

Re: [tw5] Re: A question of sort: Sort tiddlers by some calculated values

2021-05-18 Thread Mohammad Rahmani
Got it;-) Best wishes Mohammad On Tue, May 18, 2021 at 8:12 PM Saq Imtiaz wrote: > @Mohammad you know what I am going to say next ;) > > On Tuesday, May 18, 2021 at 5:34:31 PM UTC+2 Mohammad wrote: > >> That is amazing Saq! >> >> This is my solution and it works! This way we can write

Re: [tw5] [Theme] Zacht - A clean and soft theme for TiddlyWiki

2021-05-18 Thread Mohammad Rahmani
Hi Odin, Let me be the first one in this group to congratulate you on this wonderful piece of work! Very clean and beautiful! The bold title and round edges are very well designed! I also like the fonts! I may have minor comments will send you after more experimentation! Thank you for all

Re: [tw5] Re: German documentation / deutsche Dokumentation

2021-05-18 Thread Frank Bruns-Ballhausen
Hi Mario, what's the news? Or rather, are you still thinking about it? --- Hi Mario, wie siehts aus? Beziehungsweise denkst Du noch dran? Mit besten Grüßen Frank Frank Bruns-Ballhausen schrieb am Montag, 26. April 2021 um 21:11:15 UTC+2: > Hi Mario, > > > Don't stress. If an answer comes

[tw5] Re: xlsx-utils plugin

2021-05-18 Thread History Buff
Just bumping this up to the top in case it was missed. I have a spreadsheet that I'd like to import, but I can't even get the demo to work (see original message). Any suggestions would be helpful. On Sunday, May 16, 2021 at 12:29:21 PM UTC-7 History Buff wrote: > Folks, > > I'm trying to

Re: [tw5] Re: German documentation / deutsche Dokumentation

2021-05-18 Thread pmari...@gmail.com
Am Di., 18. Mai 2021 um 22:37 Uhr schrieb Frank Bruns-Ballhausen < f.brunsballhau...@gmail.com>: > Hi Mario, > what's the news? Or rather, are you still thinking about it? > --- > > Hi Mario, > wie siehts aus? Beziehungsweise denkst Du noch dran? > Mit besten Grüßen Frank > Hi Frank, Danke für

Re: [tw5] Experimental Chromium native saver

2021-05-18 Thread TW Tones
As has being said; *file:// is one origin* This seems like a gap to me on *browsers in general*. Perhaps a side effect of recent years security changes. If we could add into the security permissions to allow write to file://C:/scratch file://C:/data/tiddlywiki etc... to a particular site or

[tw5] Re: [Help] Color them icons and buttons.

2021-05-18 Thread TW Tones
Álvaro, Thanks - I am now getting closer to a full understanding of this. In this case I have the color value available in a variable or field value, I wanted to find a way to pass the color to the button display "programaticaly". - It supports my suspicion that button css is not as

[tw5] Re: sorting using refrenced values

2021-05-18 Thread paulgilbert2000
Thanks Soren/Mike, I got it to work exactly as you have explained :) BTW congrats on Grok TiddlyWiki, i am already reading through it ,and find it extremely well written and easy to understand for beginners like mys self Thanks again Soren and mike :) On Wednesday, May 19, 2021 at 1:11:02 AM

[tw5] Re: sorting using refrenced values

2021-05-18 Thread paulgilbert2000
Thanks Mike, so basically i am trying to do is simulate a ticketing tool.. , and assign prioritys to tiddlers i am using as tasks , 2 criteria(severity , impact) or more that add up to a given priority/ranking , so tiddler A is called " archive data" field x is "severity" and has value

[tw5] Re: [Theme] Zacht - A clean and soft theme for TiddlyWiki

2021-05-18 Thread Soren Bjornstad
Odin, I like the look of this! I particularly appreciate the improved whitespace and toolbar design in the editor. I might have to look at replicating some of that in my CodeMirror editor. Can I ask, what is the rationale behind hiding the buttons until you mouse over them? To me it seems

[tw5] Re: empty.html should start with "fluid-fixed" layout

2021-05-18 Thread TW Tones
Folks, I created the attached side bar width Page control button to help in this. Also I have a book mark I click that installed a variety of settings on a Wiki. Fluid side bar is part of that. I have not worked out if I can set the zoom level that way as well. I would also think the ability

[tw5] Re: xlsx-utils plugin

2021-05-18 Thread TW Tones
History Buff The xlsx utils is a fantastic and sophisticated tool. I have not seen it getting any updates of late. Depending on the content of your spreadsheet you may want to consider exporting as csv and importing it on a wiki with the JSON mangler installed. You can then review it as a

[tw5] Re: sorting using refrenced values

2021-05-18 Thread Soren Bjornstad
So the reason sorting by the "priority" field doesn't work is because the field literally contains the text "{{!!severity}}{{!!impact}}". Those transclusions only get processed and turned into a series of 1's when the field is *wikified*, which normally happens right before it's displayed

[tw5] Re: empty.html should start with "fluid-fixed" layout

2021-05-18 Thread Soren Bjornstad
Yep, this looks like about what I was imagining (and is similar to what I did manually in *Grok TiddlyWiki*). On Tuesday, May 18, 2021 at 4:27:50 PM UTC-5 PMario wrote: > Hi Soren, > > You are right. There should be a 3rd option. eg: Centred-Fixed ... > I'll create a PR, that will let us do

[tw5] Re: xlsx-utils plugin

2021-05-18 Thread Saq Imtiaz
Try using the prerelease of TW 5.1.24 to do your import. It has a bug fix for the xlsx plugin: https://tiddlywiki.com/prerelease/ On Wednesday, May 19, 2021 at 12:33:46 AM UTC+2 History Buff wrote: > Just bumping this up to the top in case it was missed. > > I have a spreadsheet that I'd like

Re: [tw5] Re: xlsx-utils plugin

2021-05-18 Thread Damon Pritchett
Thanks Saq. I’ll try that as well. On Tue, May 18, 2021 at 9:03 PM Saq Imtiaz wrote: > Try using the prerelease of TW 5.1.24 to do your import. > It has a bug fix for the xlsx plugin: > > https://tiddlywiki.com/prerelease/ > On Wednesday, May 19, 2021 at 12:33:46 AM UTC+2 History Buff wrote:

Re: [tw5] Re: xlsx-utils plugin

2021-05-18 Thread Damon Pritchett
Interesting idea. Thanks. I’ll have to check that out. On Tue, May 18, 2021 at 5:46 PM TW Tones wrote: > History Buff > > The xlsx utils is a fantastic and sophisticated tool. I have not seen it > getting any updates of late. Depending on the content of your spreadsheet > you may want to

Re: [tw5] Streams 0.21 is now available

2021-05-18 Thread 謝佩琪
Hi This Plugin is really great! I just try to merge streams to a tiddler. I follow the way in FAQs but nothing happened I don't know what's the problem Can anyone help me? Thanks! [image: Snipaste_2021-05-18_15-35-17.png] [image: Snipaste_2021-05-18_15-30-36.png] saq.i...@gmail.com 在

Re: [tw5] Streams 0.21 is now available

2021-05-18 Thread Saq Imtiaz
Start your filter with [[Test]get-stream-nodees[]... In your example TEST is a literal tiddler title and not a variable. On Tuesday, May 18, 2021 at 9:36:57 AM UTC+2 謝佩琪 wrote: > Hi > This Plugin is really great! > > I just try to merge streams to a tiddler. > > I follow the way in FAQs > but

Re: [tw5] Re: Idea: How to Find a Meeting Time That Works for Everyone [in Tiddlywiki]

2021-05-18 Thread Eric Shulman
On Monday, May 17, 2021 at 9:56:53 PM UTC-7 Mohammad wrote: > I thought it would be very convenient if I could have a facility to save > online! I mean a user had to give a name > and email, select dates and press a submit button! This way we could use > it with non-TW people! > One more

Re: [tw5] Streams 0.21 is now available

2021-05-18 Thread TW Tones
Saq, Opps, I was far too brief It simply finds each tiddler that has one or more stream items on it (via finding the stream item). Thus returning a list of tiddlers with a stream. I find this useful for a directory of tiddlers with streams *Another matter stream to text* In a related matter

[tw5] Re: More Button ( using reveal ) need to make sticky when printing

2021-05-18 Thread Jon Light
@Tones Thanks! I was not aware of the details widget, looking at http://tid.li/tw5/hacks.html#DetailsWidget is seems to be exactly what I need. I don't mind running with the existing 'more' sections with new 'details' sections - when I want to print a tiddler I will do the manual conversion

Re: [tw5] Re: Demystify drag-N-drop in Tiddlywiki

2021-05-18 Thread Mohammad Rahmani
Hi Tones! Thank you for this! On Tue, May 18, 2021 at 3:56 AM TW Tones wrote: > Folks, > > Just to supplement the drag and drop conversation I wanted to point out a > few more methods I use > >- If you download a wiki simply clicking on it will open it in the >browser (no need for

Re: [tw5] Streams 0.21 is now available

2021-05-18 Thread Saq Imtiaz
On Tuesday, May 18, 2021 at 3:26:13 AM UTC+2 TW Tones wrote: > This is a simple way to list all streams on tiddler in your wiki What does that mean? Despite reading it several times I can't quite make sense of that sentence. -- You received this message because you are subscribed to the

Re: [tw5] Re: Demystify drag-N-drop in Tiddlywiki

2021-05-18 Thread Mohammad Rahmani
Hi TT, Very nice, simple and semantic! If I have found free time, I will look in my collection of bookmarklets! I think there are several solutions, one of them works with Node.JS and is very similar to TiddlyClip! Best wishes Mohammad On Mon, May 17, 2021 at 1:57 PM TiddlyTweeter wrote: >

[tw5] Re: Is Markdown in TiddlyWiki customizable?

2021-05-18 Thread Pekka
That is awesome! It seems exactly what I'm looking for. I will dig deeper. Thanks! And thanks to PMario for creating and sharing such a system. Pekka On Tuesday, May 18, 2021 at 8:56:31 AM UTC+3 TiddlyTweeter wrote: > Ciao Pekka > > *PMario is far too shy! *HE has, himself, recently, made a

Re: [tw5] Congratulations: TW5 is almost 6K stars in Github

2021-05-18 Thread TiddlyTweeter
Mohammad wrote: > one ... BIG reason is many just use it and do not care to support it! > Right! That is a *common* issue for open-source tools. TiddlyWiki is very unusual, I think, in having an exceptional, friendly, dedicated following of "user-hackers" (i.e. NOT developers in the narrow