[tw5] Re: Remove the same tag on many tiddles but not the tiddle itself

2022-04-01 Thread TW Tones
The is an action send message to remove a tag and you can do this to multiple tiddlers at once. You can choose to exclude the current tiddler "-[]" or in the same button trigger add it back with tm-add-tag on the current tiddler. <$button... <$list filter= action widgets for each listed

Re: [tw5] Major updates to Chromium native file system saver plugin

2022-04-01 Thread TW Tones
n Saturday, 2 April 2022 at 15:43:33 UTC+11 TW Tones wrote: > On Saturday, 2 April 2022 at 05:55:53 UTC+11 dyllon...@gmail.com wrote: > >> >>- *Copy path to clipboard:* That's a good idea and should be possible >>when loaded as file://. UI design is a consideration

Re: [tw5] Major updates to Chromium native file system saver plugin

2022-04-01 Thread TW Tones
On Saturday, 2 April 2022 at 05:55:53 UTC+11 dyllon...@gmail.com wrote: > >- *Copy path to clipboard:* That's a good idea and should be possible >when loaded as file://. UI design is a consideration here to make it clear >to users when copying the path. > > It can be hidden within

Re: [tw5] Major updates to Chromium native file system saver plugin

2022-03-26 Thread TW Tones
Brian; >>- *Copy path to clipboard*: If we want to save a tiddlywiki to an >>existing location, as may be forced when reloading the wiki or browser, >> we >>already have the full path and filename available in the browser, it just >>needs to be available to the save as

Re: [tw5] Major updates to Chromium native file system saver plugin

2022-03-24 Thread TW Tones
Folks, I am watching this with "bated breath" ( *in a nervous and excited state anticipating what will happen*) however as I do not understand the technical part of the saver I am finding it hard to contribute. It seems to me this is approaching the "Nirvana" of savable wikis without any

Re: [tw5] Major updates to Chromium native file system saver plugin

2022-02-22 Thread TW Tones
with suggestions is that people might be using > different color schemes which I'd like the plugin to try and respect. > > Thanks for your feedback! > > On Friday, February 18, 2022 at 5:13:26 PM UTC-8 TW Tones wrote: > >> Folks, >> >> I believe this is al

[tw5] Re: Is there an easy way for a MultiUser Tiddly Wiki?

2022-02-18 Thread TW Tones
Benedikt Can you raise This in https://talk.tiddlywiki.org ? The true and mature multi-user "edit" method is the bob.exe and bob plugin methods, but this is currently behind in tiddlywiki releases. We may be able to upgrade the non-bob.exe to 5.2.1 manually but then you need to ensure its

Re: [tw5] Major updates to Chromium native file system saver plugin

2022-02-18 Thread TW Tones
Folks, I believe this is already available on tiddlywiki.com at https://tiddlywiki.com/#Saving%20on%20Browser%20with%20File%20System%20Access%20API It is not yet comprehensively documented and it is hard for me to determine what level of functionality and customisation is available to us. As

[tw5] Re: negative numbers in RevealWidget comparison not ... mathematically accurate?

2021-11-22 Thread TW Tones
My Guess is its only problem is with Negatives as charlie suggested; 1 lt 10: <$reveal type="lt" default=1 text=10>yes So adding to the documentation "compares positive numbers only" is sufficient to correct it, until perhaps it is improved! It should be quite easy to swap the negatives for

[tw5] Re: Tiddlers are dense and long

2021-10-16 Thread TW Tones
I would support Charlies comment by pointing out a case for long tiddlers (when search is a available to you) that some people just find it easier not to break information up into smaller pieces, sometimes this draws your attention to the fact you are almost repeating yourself. If and when you

[tw5] Re: Update MetaTabs

2021-10-14 Thread TW Tones
Perhaps share a link to them? On Friday, 15 October 2021 at 11:44:08 UTC+11 komet...@gmail.com wrote: > Are there any plans to update MetaTabs? Looks the last update was a few > years ago. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Tiddlers are dense and long

2021-10-14 Thread TW Tones
Also the editoolbar button "Excise" is great for breaking one tiddler into more than one link, tag or transclusion available. There are often natural break locations like with a heading and all its "children" or things that you may reuse. On Friday, 15 October 2021 at 03:52:53 UTC+11

[tw5] Re: Some coding fun: "check boxes" that add/subtract from same field

2021-10-06 Thread TW Tones
It is interesting the conversation in the github discussion issue request for a real solution . But twMat I think your solution is a* real solution* and does not necessarily need a core widget improvement, but it would be good, since this

[tw5] Re: To structure or not to structure? Depends, eh?

2021-10-04 Thread TW Tones
Crap. Forgot to say: your post is a damned fine contribution to the > knowledge base. > > On Monday, October 4, 2021 at 9:13:29 PM UTC-3 TW Tones wrote: > >> Charlie, >> >> There is in fact a middle way between structured and unstructured. An >> example would be

[tw5] Re: To structure or not to structure? Depends, eh?

2021-10-04 Thread TW Tones
Charlie, There is in fact a middle way between structured and unstructured. An example would be if you were building a contact database and when it came to meeting extended family at holiday times and asked them for their phone number, you also noted down their parents names. You could even

[tw5] Re: Just a Filtering Code Pattern

2021-09-27 Thread TW Tones
issue, but I don't know its reason. I >>> was trying to find a workaround but i wasn't lucky. I also found that the >>> match operator doesn't support multiple parameters. >>> >>> El sábado, 25 de septiembre de 2021 a las 16:30:26 UTC+2, TW Tones >>>

[tw5] Re: Just a Filtering Code Pattern

2021-09-25 Thread TW Tones
Of even this {{{ [tag[Common Operators],[HelloThere],[TableOfContents]] }}} On Sunday, 26 September 2021 at 00:27:45 UTC+10 TW Tones wrote: > Very interesting. > > I think he documentation should be expanded to detail this. Multiple > parameters to operators are only documen

[tw5] Re: Just a Filtering Code Pattern

2021-09-25 Thread TW Tones
ag 3],[Tag 4]] > :filter[tags[]count[]compare:eq[4]] }}} > ``` > > and another tiddler with the four tags (note capitalization and spaces in > the tag values). > > It *does* seem to work on both versions of TW > -e > On Saturday, September 25, 2021 at 7:02:19 AM UTC-7 TW Tones

[tw5] Re: Just a Filtering Code Pattern

2021-09-25 Thread TW Tones
I asked if you tested this? On Saturday, 25 September 2021 at 22:11:48 UTC+10 Álvaro wrote: > I don't know if I understand you. > > > El sábado, 25 de septiembre de 2021 a las 5:31:18 UTC+2, TW Tones escribió: > >> Alvaro; >> >> Have you tested this? >> >

Re: [tw5] Counting specific words

2021-09-24 Thread TW Tones
I would just add all the solutions here it are counting words in a title or string or the text field. None are attempting to render the tiddler first so that lists transclusions and macros etc.. are first expanded. You can use the wikify widget to wikify the result into a variable and pass

[tw5] Re: Just a Filtering Code Pattern

2021-09-24 Thread TW Tones
Alvaro; Have you tested this? {{{ [tag[Tag 1]*,*[Tag 2],[Tag 3],[Tag 4]] :filter[tags[]count[]compare:eq[4]] }}} I cant see it working. Here is says * NEW IN: 5.1.23 Filter operators support multiple parameters which are separated by a ,

[tw5] Re: how to add a button to the top right of the tiddler to copy the title ?

2021-09-24 Thread TW Tones
I know I am late to the GG party, spending more time in Discourse now, Try my attached json on tiddlywiki.com. It contains; - A button to copy the current title - A button to copy the current tiddler text - A neat little trick to link to the last tiddler and or copy buttons from the

[tw5] Re: "Loud Tones?" on Discourse discussion: talk.tiddlywiki.org

2021-09-18 Thread TW Tones
h more accommodating re cognitive disability > challenges. > > > > On Friday, September 17, 2021 at 10:16:20 PM UTC-3 TW Tones wrote: > >> Oh, and you can edit to correct your post :) >> >> I have *just run across the road and discovered that side is much >> gr

[tw5] Re: "Loud Tones?" on Discourse discussion: talk.tiddlywiki.org

2021-09-17 Thread TW Tones
Oh, and you can edit to correct your post :) I have *just run across the road and discovered that side is much greener* :) On Saturday, 18 September 2021 at 11:12:42 UTC+10 TW Tones wrote: > Folks, > > As you may know I am a regular contributor to the community. I just want >

[tw5] "Loud Tones?" on Discourse discussion: talk.tiddlywiki.org

2021-09-17 Thread TW Tones
Folks, As you may know I am a regular contributor to the community. I just want to let you know although I will always support the use of Google Groups, *I am now only an occasional visitor here.* Without entering into the detailed evaluations and comparisons these are *my reasons why*; -

[tw5] Re: Automatically generate static website in Node

2021-09-15 Thread TW Tones
Mark, I would suggest a mechaisium could be built within the single file wiki to package only modified static tiddlers for upload to a host as well. Also many tiddlywiki.html files are smaller than most images, thus a full upload not an issue. I am not contradicting you only pointing out it

[tw5] Re: TiddlyWiki "Trail Mix" video: Startup Actions + other little things

2021-09-12 Thread TW Tones
CJ, Love your video and how it will empower new users with some features of value. You have a good voice for calm instruction but not monotonous. Do continue with your videos. Regards Tones On Sunday, 12 September 2021 at 08:06:28 UTC+10 cj.v...@gmail.com wrote: > *(Related tiddlers in

[tw5] Re: Increase width of the sidebar

2021-09-07 Thread TW Tones
heusmich wrote: > OK, thanks for the tool, I tried it but I think I don´t need it. > > strikke...@gmail.com schrieb am Dienstag, 7. September 2021 um 10:01:56 > UTC+2: > >> You can download the link from TW Tones - go to tiddlywiki.com , import >> it. Then you can see h

[tw5] Re: Increase width of the sidebar

2021-09-06 Thread TW Tones
I made this tool for interactive sidebar width see attached On Tuesday, 7 September 2021 at 07:10:31 UTC+10 heusmich wrote: > Yes, this is working. > Thx! > :D > > strikke...@gmail.com schrieb am Montag, 6. September 2021 um 23:00:39 > UTC+2: > >> Fluid story, fixed sidebar - then go to the

[tw5] Re: Can a tiddler be setup to not allow being overwritten?

2021-09-06 Thread TW Tones
On Talk.tiddlywiki.com I would mention Mario and Charlie here. Mario I would like to support part of what Charlie seems to be concerned with. I have a few wikis where I have delete inhibit on selected tiddlers, typically the master tiddler that is a compound tiddler, meaning it has many

[tw5] Re: Can a tiddler be setup to not allow being overwritten?

2021-09-06 Thread TW Tones
port or by a new tiddler getting created and saved with a name of a > tiddler that already exists. That's not solved. > > Tiddly Locking is great, is something I use, but has nothing to do with > this thread. > > On Monday, September 6, 2021 at 2:34:45 AM UTC-3 TW Tones wrote: > &

[tw5] Re: More playing around with TiddlyWiki on node.js: the makings of a distributed database

2021-09-05 Thread TW Tones
list JSON gets updated > > Yeah, pretty cool setup for a shoe-string budget scenario. > > All happily running on my Chromebook. Gets my geek mojo going something > silly. > On Monday, September 6, 2021 at 1:11:27 AM UTC-3 TW Tones wrote: > >> Charlie, >>

[tw5] Re: Can a tiddler be setup to not allow being overwritten?

2021-09-05 Thread TW Tones
ki works on > node.js. For the near future. > > All of these goodies you mention in my back-pocket for now. Thanks ! > On Monday, September 6, 2021 at 1:03:27 AM UTC-3 TW Tones wrote: > >> Charlie, >> >> A few ideas; >> >> One way would be to stash a copy

[tw5] Re: More playing around with TiddlyWiki on node.js: the makings of a distributed database

2021-09-05 Thread TW Tones
Charlie, Have you considered creating a third node Wiki "Customer List", using bob so more than one user can access it at a time? Then both Sales Reps wikis can have this "Customer List" in a tiddler with and an iframe to the customer list and freely drag "customer" tiddlers to and from the

[tw5] Re: Can a tiddler be setup to not allow being overwritten?

2021-09-05 Thread TW Tones
Charlie, A few ideas; One way would be to stash a copy away, perhaps inside a JSON tiddler, similar to Mohammad's trash plugin but just on editing. This kind of solution can intercept User interface edit/delete however batch processes can by pass this. Some solutions like noteself to keep

[tw5] Re: implementing external image path in shiraz image-card macro?

2021-09-01 Thread TW Tones
As soon as you want to pass something to a macro that is not in a value format you can use the macrocall widget, even on your own macros <$macrocall $name="image-card" img=<> width="" align:"left" caption="" title="" text="" footer="" pos="top" alt=""/> But you man not even need to pass the

[tw5] Re: [FUN Fact] How many conversations in this group has NO Title?

2021-09-01 Thread TW Tones
I expect is is the result of the Author deleting the lead post in some cases. On Monday, 30 August 2021 at 23:28:36 UTC+10 taace...@gmail.com wrote: > After processing more than 10,000 conversation (out of 25K) and more that > 90,000 messages (out of 190K) , we found the following 3:- > >

[tw5] Re: How to make the web bookmark like notion?

2021-08-31 Thread TW Tones
imleg, If I follow the links to https://github.com/akhater/TiddlyWiki-EasyBookmark it suggests you need to key an API key, did you? There is talk of something similar in discourse (Reference unavailable), other words may be "preview" Tones On Tuesday, 31 August 2021 at 20:23:56 UTC+10

[tw5] Re: TiddlyWiki discussion forum: a thought about choice of forum

2021-08-31 Thread TW Tones
Cj, I think something like this would be a good idea. Perhaps something discussed in Discourse that creates Discourse posts from a tiddler could be setup in a dedicated category for this, and with the first post being a Wiki type post so we can accrue documentation and examples over time. With

[tw5] Re: Highlighting duplicates in lists

2021-08-30 Thread TW Tones
> > > On Monday, August 30, 2021 at 2:25:28 AM UTC+2 TW Tones wrote: > >> Mohamad, >> >> Part of the issue here is you have not yet learned the basic syntax of >> tiddlywiki yet, we all start somewhere, my instructions should have being >> self evident if

Re: [tw5] Re: Collapse and expand headings in a tiddler

2021-08-29 Thread TW Tones
Actually the summary tag can contain wiki text. I have used it to allow editing {{tiddlername||$:/core/ui/Buttons/edit}} HelloThere {{HelloThere||$:/core/ui/Buttons/edit}} {{HelloThere}} I also use filtered transclusion to count something and display that in the summary so there is not need

[tw5] Re: Highlighting duplicates in lists

2021-08-29 Thread TW Tones
the modified code , the enlist > operator, the variable, is this intentional? > > if the date field is "field_example" , can you please tell me what the > full line of code would be .. > > thanks again > On Saturday, August 28, 2021 at 1:44:23 AM UTC+

[tw5] Re: Dynamic list with tiddler names containing a space

2021-08-28 Thread TW Tones
Sandip, Come over and try Discourse and continue the conversation there, you can edit posts there. I understand that tiddlywikis flexibility and some of its quirks seem overwhelming in the early days but it is very rewarding in the long run. A Good investment in time. Tones On Thursday, 26

Re: [tw5] Re: Tw-Themes: How to keep CSS so users can still (palette) tweak?

2021-08-28 Thread TW Tones
An additional Note see Control Panel > Info > Advanced > StyleSheets The order they are in determines which styles win. use <> and you can drag and drop the order. Tones On Saturday, 28 August 2021 at 07:20:26 UTC+10 Álvaro wrote: > If you change "background" to green the tiddler background

[tw5] Re: Tiddler Pick List for Creating a Link?

2021-08-28 Thread TW Tones
look at the link icon on the editor tool bar, this does exactly that. On Saturday, 28 August 2021 at 21:34:49 UTC+10 mikjs...@gmail.com wrote: > > Hi > > When Im editing a tiddler, is it possible to pick a tiddler from a list > and then create a link to it? I want to make sure I get the name

[tw5] Re: Edit Suggestion: Simple ways to write protect tiddlers

2021-08-27 Thread TW Tones
I add the edit icon to other lists so I can edit a tiddler ! {{||$:/core/ui/Buttons/edit}} <$link/> Tones On Saturday, 28 August 2021 at 11:51:10 UTC+10 Eric Shulman wrote: > On Friday, August 27, 2021 at 3:49:41 PM UTC-7 cj.v...@gmail.com wrote: > >> Simple ways to write protect tiddlers >>

Re: [tw5] Re: Gitmbed is Public! Make YOUR wiki more accessible!

2021-08-27 Thread TW Tones
I’m thinking about perhaps making a how-to manual for my plugins/software, > so that people can better understand how to do/use some of my solutions. > Maybe this is yet another thing I can use TW for! > > On Fri, Aug 27, 2021 at 9:21 PM TW Tones wrote: > >> Flanc, >> &

[tw5] Re: Gitmbed is Public! Make YOUR wiki more accessible!

2021-08-27 Thread TW Tones
Flanc, Once again you seem to be producing another revolutionary feature to the TiddlyVerse. Unfortunately I can't keep up just now but I want to thank you. I would also suggest with 5.2.0 soon and Discourse many may have difficulty learning about and using your solutions right away, I expect

[tw5] Re: Highlighting duplicates in lists

2021-08-27 Thread TW Tones
urrent]get[field_example2]] [all[current]get[field_example3]]" >> variable=field-value> >> matchthen[color: >> red;]] }}}><> >> >> It does not have <> {{!!field}} >> >> instead there is <> ,so is this the bit that

[tw5] Re: List filter using the checkbox widget

2021-08-26 Thread TW Tones
the widget. So, if you wanted to, you could force the checkboxes to run a >>listops routine to add-subtract values from a list. This would be the >>closest to what your expecations are, but it might not actually be the >> most >>efficient. >> >>

[tw5] Re: List filter using the checkbox widget

2021-08-26 Thread TW Tones
jkm Have you looked at the select widget, it also has a multiple option. Tones On Thursday, 26 August 2021 at 21:26:28 UTC+10 jkm...@gmail.com wrote: > I am able to use the radio widget to control my list filter. Now I would > like to use checkboxes in a multi-select manner (e.g., include

[tw5] Re: Renaming and deleting fields

2021-08-26 Thread TW Tones
Sorry, I meant to say as long as a field exists somewhere it will be available in the new field dropdown. If you need to delete in bulk let us know or use Mohammads tools. Tones On Thursday, 26 August 2021 at 22:04:56 UTC+10 TW Tones wrote: > Sandip > > >- In edit mode the f

[tw5] Re: Renaming and deleting fields

2021-08-26 Thread TW Tones
Sandip - In edit mode the fields should appear at the bottom for editing, to the right is a trash can to delete. - To rename you need to create the new one (optionally copy the value over) and delete the old one - If you are trying to do it programmatically you can use a button

Re: [tw5] "I moved to Discourse" - add your name too?

2021-08-26 Thread TW Tones
ay have. Almost always anything I might > have a question about has already been asked and answered anyway. You guys > are awesome and I want you to know that despite what I can or can not do I > am 100% behind all of you! > > Thanks, > > On Wed, Aug 25, 2021 at 7:17 PM TW

Re: [tw5] "I moved to Discourse" - add your name too?

2021-08-25 Thread TW Tones
reen reader? >>>> >>>> Others have written earlier about having difficulty with busy screens, >>>> moving parts - and lot of colour - lots of changing screens with shifting >>>> layouts - and even more I cannot remember now. Explain how to use it fo

Re: [tw5] Re: Random html tags appear in my wiki

2021-08-25 Thread TW Tones
David, I am not so sure how to help you but in the past I have seen random tiddlers or their content transcluded when a filter is broken and the result is some artifact. So if you can find the page template, or something tagged $:/tags/BelowStory with a filter in it and fix the filter you may

Re: [tw5] "I moved to Discourse" - add your name too?

2021-08-25 Thread TW Tones
ons have to be asked before your wished making this group > read only - because afterwards - you will never know. > > Who *IS* in the Target group for the new group? And then list the > promoting points - ALL of them. Show that list clearly in both groups. > > Please - I did not in

Re: [tw5] "I moved to Discourse" - add your name too?

2021-08-23 Thread TW Tones
it is pointless unless Jeremy wants to make > this change as well. If so I guess this group can still stand as an archive > of all the history and work that has been done to get us here and if it > offers that condensed email capability then maybe. I DO NOT want an email > for every p

[tw5] Re: Uncaught TypeError: title.substr is not a function

2021-08-23 Thread TW Tones
Siniy-kit, I don't know how to help, but if I were in this situation I would try and use the JSON Mangler plugin or XLSX Utilities edition to import the same spread sheet. Perhaps one of these will not experience the bug or fail gracefully helping you identify the problem. Do join us in

[tw5] Re: Cannot use a variable from a filter. Can someone help me ?

2021-08-22 Thread TW Tones
I just had a quick look at your code <$vars todayfilter="[get[task_date]compare:string:eg[]] Try; vars todayfilter="[all[current]get[task_date]compare:string:eg]" Tones On Monday, 23 August 2021 at 06:24:58 UTC+10 vpl wrote: > Hi, > > I'm trying to run the following code (at the end of the

Re: [tw5] "I moved to Discourse" - add your name too?

2021-08-22 Thread TW Tones
JW Are you on the specific instance of discourse? https://talk.tiddlywiki.org/ Regards Tones On Sunday, 22 August 2021 at 20:55:10 UTC+10 JWHoneycutt wrote: > Signed up for Discourse - can't find any hits when searching "TiddlyWiki" > - did I just lose access to the community? > JWH > > On

[tw5] Re: Random html tags appear in my wiki

2021-08-21 Thread TW Tones
Try using advanced search to find where this content is found in the wiki, look at the tiddlers containing this and see if it has tags it should not. The tiddler may have a tag such as SystemTag: $:/tags/BelowStory , remove

[tw5] Re: We need more discourse about Discourse ... and not just the positives ...

2021-08-21 Thread TW Tones
Folks, Personally I have used many kinds of forums and conversational systems and the good ones have a number of features that you find are needed and help both with communications and adoption. Discourse has many if not all these features, and sure they may be implemented differently in

[tw5] Re: A brewing idea: TiddlyWiki on node.js: check for changes

2021-08-20 Thread TW Tones
If node is set to 0.0.0.0 the IP address becomes server on the LAN at the current (or all) IP address(s) of the device. On windows you can actually configure additional IP addresses on your desktop, and then rather than use 0.0.0.0 use the specific IP address. I have done this on bob but got

Re: [tw5] "I moved to Discourse" - add your name too?

2021-08-20 Thread TW Tones
I will join the "me too" movement (to discourse of course :) On Friday, 20 August 2021 at 13:24:49 UTC+10 fred@gmail.com wrote: > moved over also > > On Thursday, 19 August 2021 at 14:40:24 UTC-4 PMario wrote: > >> On Thursday, August 19, 2021 at 8:11:12 PM UTC+2 R² wrote: >> >>> Switched

Re: [tw5] Talk TiddlyWiki and the "discobot"

2021-08-19 Thread TW Tones
Mario, For me start tutorial only gave me the same original post. I am not an admin! [image: Snag_24a351e5.png] I will look for a tutorial though Thanks Tones On Friday, 20 August 2021 at 05:51:28 UTC+10 PMario wrote: > On Thursday, August 19, 2021 at 9:43:13 PM UTC+2 Folke Hermansson

[tw5] Re: seeing what the transfering of tiddlywiki to a more self-coded platform can look like

2021-08-19 Thread TW Tones
Jamm You can do a lot with tiddlywiki macros and widgets, perhaps an infinite amount without any javascript, but if you choose to build complex solutions you are also using html, css and Javascript technologies which are all reusable skills and essential knowledge for the internet. I would

[tw5] Re: Do you already use https://talk.tiddlywiki.org/ ?

2021-08-19 Thread TW Tones
Folks, I am on air because of Boris and others help. On discourse I am very happy, we have regained features lost in GG forums updates, dropping tiddlywiki title links on a thread converts it to a markup link and a lot more. I believe we have an integration for discourse comments on a

Re: [tw5] Re: [ Streams ] future development plans

2021-08-19 Thread TW Tones
Thanks all Boris helped me out. On Friday, 20 August 2021 at 00:28:33 UTC+10 Mohammad wrote: > Tones, > > I think Boris and Mario are the Admin of Talk Tiddlywiki! > It is good to ask from them! > > > > > > Best wishes > Mohammad > > > On Thu, Aug 19,

[tw5] Re: [ Streams ] future development plans

2021-08-19 Thread TW Tones
Fair enough, but I can't get access yet, there is a bug?, so it may be premature to make it a rule. Thanks for the presentation Saq. Tones On Thursday, 19 August 2021 at 19:01:43 UTC+10 Saq Imtiaz wrote: > Hi everyone, > > I've started a thread about future development plans for Streams >

[tw5] Re: Do you already use https://talk.tiddlywiki.org/ ?

2021-08-19 Thread TW Tones
I am all for it but as posted elsewhere I am not getting the confirmation email and can't use my account. Whos the admin? Help please. Tones On Tuesday, 17 August 2021 at 17:52:32 UTC+10 BurningTreeC wrote: > Hi tiddlywikians, > > there's this new TiddlyWiki forum at

[tw5] Re: Should we prohibit leading and trailing whitespace in field names in 5.2.0?

2021-08-19 Thread TW Tones
Trimming values, fieldnames and tiddler titles makes sense, there may however be a rare occasion where this is needed, however I think the hack would be to use a special space character (that is not trimmed) if you really needed. Of course when possible allow the default to be overridden if

Re: [tw5] Seeking common misunderstandings

2021-08-18 Thread TW Tones
Soren, I too think this is a great idea. Some of the miss understandings are listed in my documents, built on Tobias's efforts before here https://anthonymuscio.github.io/#Standard%20Nomenclature and tiddlers pointed to there in. - In particular to support Jeremy's point see ❷ Widget and

[tw5] Re: seeing what the transfering of tiddlywiki to a more self-coded platform can look like

2021-08-18 Thread TW Tones
Jamm Perhaps you could describe this with more detail, what are you trying to achieve, define "self-coded platform" etc.., because this forum is for a more general audience. Tiddlywiki is a non-trivial Quine which makes me ask is it not already a " self-coded platform ". Otherwise if this is

[tw5] Re: I Think I Hacked TiddlyWiki

2021-08-18 Thread TW Tones
Thanks all for considering this; I think the best way to limit risks is to provide plugins in trusted libraries, from trusted sources. then people could also install these in an empty html and run a vulnerability test using a plugin designed to highlight risks. As soon as a library contains

[tw5] Re: How can I prevent TW from trimming leading space in field transclusion?

2021-08-18 Thread TW Tones
the value accordingly: >> For instance: >> [[Comprehensive Exercise Website|www.to.the.link.com]] — "Exercises" >> tab, bottom of page. >> might be replaced with: >> [[Comprehensive Exercise Website|www.to.the.link.com]]. See >> "Exe

[tw5] Re: Gitmbed beta: A tool that complements TW

2021-08-18 Thread TW Tones
Flanc, I will check it out today. I hope you remain obsessed with tiddlywiki because your contributions are proving top be substantial. Let me know if I can help you from a Superuser (rather than developer perspective) but of course posting here or soon discourse will share the love. Thanks

[tw5] Re: Import tiddlers w/ json including custom fields

2021-08-18 Thread TW Tones
I can totally recommend Joshua's JSON mangler in cases likele this and csv. On Thursday, 19 August 2021 at 04:22:26 UTC+10 jkm...@gmail.com wrote: > New member here. Windows, TiddlyDesktop v0.0.14, TW 5.1.23 > > I'm able to import tiddlers from json with the title and text fields. But >

Re: [tw5] Re: TiddlyWiki Community Call and File Uploads Plugin

2021-08-18 Thread TW Tones
Folks, I watched the video which was too late at night for me to attend. You all have my support and I am ready to contribute. You are all going in the direction I have wanted for some time so you have a happy chappy here. I was not able to receive a confirmation email or sign up to talk

[tw5] Re: I Think I Hacked TiddlyWiki

2021-08-18 Thread TW Tones
Mark et al You said *TW wasn't built from the ground-up for mult-user, and it's definitely not how most people are using it. I'm sure products built as server-side entities (e.g. WikiMedia) have all sorts of protection against injected code. * I agree, yet we have Bob which makes this

[tw5] Re: Scrollable Sidebar Tabs?

2021-08-16 Thread TW Tones
Thanks for Sharing I will test it out! Tones On Tuesday, 17 August 2021 at 02:08:37 UTC+10 amreus wrote: > The attached is a sample of a scrollable More/All tab. Import it to > tiddlywiki.com. I just think it it's a better experience than having the > entire sidebar scroll. > > I think an

[tw5] Re: Just a goofy thought: a way to get javascript into a Tiddler

2021-08-16 Thread TW Tones
ame cannot see what is in the TiddlyWiki. > > *However and hypothetically*: the HTML fed to the iFrame can be dynamic > (i.e. the HTML created by TiddlyWiki, thus allowing TiddlyWiki to include > TiddlyWiki info in the HTML. Interesting possibilities ... > > > > &

Re: [tw5] Stupid Question: Add button to ViewBar(?) with JS Only.

2021-08-16 Thread TW Tones
Flank, I can already see you contributing a lot to the community, thanks a lot. As Jeremy says you may need to unlearn and relearn a little to get right into tiddlywiki. I am myself intentionally a superuser, I do everything in the world of wiki text etc... There is very little we can't do

[tw5] Re: how to filter on a field of a specific tiddler ?

2021-08-16 Thread TW Tones
Try this; \define test_project() $:/temp/project-1 <$list filter="[get[alarms]!match[]]" variable="has_alarms"> <> When you go from a text reference transclusion "{$:/temp/project-1!!alarms}" to a filter "[get[alarms]" you can't just change half the text reference. Tones On Monday, 16

[tw5] Re: !!! ''foo'' does not appear as bold

2021-08-16 Thread TW Tones
Can you give an example? This works; This is a heading with ''bold'' in it Tones On Saturday, 14 August 2021 at 20:03:47 UTC+10 Sapphireslinger wrote: > The heading wikitext cancels out the bold wikitext. > > I went to the control panel and looked through the palette editor but > couldn't

[tw5] Re: How can I prevent TW from trimming leading space in field transclusion?

2021-08-16 Thread TW Tones
Misterel, Perhaps my writing is not so helpful, but my advice is intended to make it simpler for you. I would be happy to write the code to resolve the concatenation of various text snippets into sentence like text. All I would need is samples of the text you whish to join (without

[tw5] Re: Task for today on journal tiddler

2021-08-16 Thread TW Tones
Dasvidb Without giving and testing a solution try a minor edit schedule[ should read; schedule Which possibly means g[-],[]]] should read g[-],[]] Regards Tones On Monday, 16 August 2021 at 21:40:47 UTC+10 davidb...@gmail.com wrote: > Hi everyone, > I'm trying to create a template to show

[tw5] Re: Highlighting duplicates in lists

2021-08-15 Thread TW Tones
in the filter > > the > On Monday, August 16, 2021 at 2:34:07 AM UTC+2 TW Tones wrote: > >> Mohammad, >> >> I am confused, until now the fields field_example, field_example1, >> field_example2 did not contain dates. >> >>- Are you try

[tw5] Re: Just a goofy thought: a way to get javascript into a Tiddler

2021-08-15 Thread TW Tones
Charlie, Thanks for this. - I presume it is secure because the iframe acts like a sandbox - The result will be what is displayed because there is no permitted way to impact the wiki I wonder if - A template can be used rather than the variable? yes the following worked

[tw5] Re: Presenting Text-to-Speech v1.0.0: the flip-side of Speech-to-Text!

2021-08-15 Thread TW Tones
Flanc, Exciting and thanks for this. I am getting my firefox menus with Alt+Shift+E In chrome I heard it momentarily only. I will experiment further. Regards Tones On Monday, 16 August 2021 at 00:00:45 UTC+10 flanc...@gmail.com wrote: > After seeing some recommendations for a text-to-speech

[tw5] Re: Highlighting duplicates in lists

2021-08-15 Thread TW Tones
t; }}}><> > > > > i also tried adding format:date[DDD]] , which didn't yield any results > ><$list filter="[all[current]get[field_example]] > [all[current]get[field_example2]] [all[current]get[field_example3]]" > format:date[DDD]] variable=fiel

[tw5] Re: How can I prevent TW from trimming leading space in field transclusion?

2021-08-15 Thread TW Tones
Misterel, I believe I understand what you are trying todo. Yet I would persist in suggesting you separate the data from its presentation. Of course its is fine to use the pragmatic approach as you wish. What I would do is build the concatenation process to always include a space between

[tw5] Re: convert date in a text field to date format

2021-08-15 Thread TW Tones
Format T. ? Surely you mean "0DD. MMM " In this case you would parse this date to extract the DD, MMM and as separate values, convert from MMM to a month number with a 12 month table, then re-assemble them into a tiddlywiki date/time string. I suggest 1200 or 12 noon as the

[tw5] Re: Help please for indicators in SideBar

2021-08-15 Thread TW Tones
ards Tones On Saturday, 14 August 2021 at 18:39:08 UTC+10 TW Tones wrote: > Télumire, > > Hey thanks soo much, that is exactly what I needed. > > I have adopted the final css as follows to get smaller icons that the > PageControls. > > .indicator-container { display:block; margin-t

[tw5] Re: How can I prevent TW from trimming leading space in field transclusion?

2021-08-15 Thread TW Tones
I think you can have your cake and eat it, as long as you use the tiddlywiki recipe/ingredients. First lets see if I can explain about order. If this was my first design (with space between them) <$transclude field="field1" /> <$transclude field="field2" /> And I decided I wanted; <$transclude

[tw5] Re: System and shadow need some love

2021-08-15 Thread TW Tones
l not find it, as it exist in a system tiddler $:/TagManager if we gave this a system-caption = "Tag Manager" then this system tiddler would be found although it is a system tiddler. This is a somewhat simple core change, or hack. Regards Tones On Sunday, 15 August 2021 at 18:25:39 U

[tw5] Re: System and shadow need some love

2021-08-15 Thread TW Tones
I am late to this thread but I have designed a method called advanced search indicators. Below There is already a feature to support tabs see $:/tags/SearchResults additional tabs appear in the standard search drop down if

[tw5] Re: Highlighting duplicates in lists

2021-08-15 Thread TW Tones
even more than what i have asked for >> >> thanks again:) >> >> On Sunday, August 8, 2021 at 7:31:10 AM UTC+2 TW Tones wrote: >> >>> Mohamad, >>> >>> I am happy to look at solving the problem presented but my suspicion >>

[tw5] Re: Speech-to-Text v1.0.5 is here!

2021-08-15 Thread TW Tones
August 2021 at 17:11:49 UTC+10 BurningTreeC wrote: > The Link to the GitHub project page > https://github.com/flancast90/Speech-To-Text-in-TW5 > > The Link to the Demo page https://speech-to-text.finnsoftware.net/ > > TW Tones schrieb am Sonntag, 15. August 2021 um 09:06:51 UTC+2:

[tw5] Re: How can I prevent TW from trimming leading space in field transclusion?

2021-08-15 Thread TW Tones
Misterel Joshua does a great technical explanation here, and Mario gives the standard solution. - The spacing you wish is something best done in the display of the data and not in the data, what if they changed order? - A field containing a list of titles or tiddlers is typically

  1   2   3   4   5   6   7   8   9   10   >