[tw5] Re: sort:version:reverse?

2024-04-17 Thread PMario
I did create an GH issue: https://github.com/Jermolene/TiddlyWiki5/issues/8153 On Wednesday, April 17, 2024 at 8:33:00 AM UTC+2 PMario wrote: > I'm not 100% sure yet, but there seems to be a bug. I'll have a closer > look. > A fast look to the code suggests, that the documentation

[tw5] Re: sort:version:reverse?

2024-04-17 Thread PMario
I'm not 100% sure yet, but there seems to be a bug. I'll have a closer look. A fast look to the code suggests, that the documentation is right. But I can confirm, that *it does not work* as intended with my test tiddlers. -m On Wednesday, April 17, 2024 at 1:39:12 AM UTC+2 springer wrote: >

[tw5] Re: Fiddlywiki still around?

2023-11-13 Thread PMario
Hi, I think you should switch over to https://talk.tiddlywiki.org/ and ask there. FiddlyWiki is based on TWclassic and seems to be 10 years old. So it would be good, if you could describe your requirements a bit closer at "Talk" discussion group. -mario -- You received this message

[tw5] Re: Tiddlywiki 5.3.0 failed to start after upgrade

2023-07-18 Thread PMario
On Tuesday, July 18, 2023 at 11:34:35 AM UTC+2 Samir S. wrote: tiddlywiki[21557]: Error executing boot module $:/plugins/felixhayashi/vis/vis.js: "Global assignment is not allowed within modules on node." Hi Samir, Sadly that's a known issue, where v5.3.0 is overly strict with loading

Re: [tw5] How prevent edit-text from losing focus?

2023-07-03 Thread PMario
The issue as described in the OP does not exist anymore. It has been resolved I think with 5.2.0 ... or so @Flibbles. Can you be more specific. May be create a new issue at GH? -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: How to Create a Popup Form

2023-06-14 Thread PMario
Sorry wrong link in the other post. Here's the real one Please head over to talk.tiddlywiki.org ... There will be more people watching. On Wednesday, June 14, 2023 at 8:27:07 AM UTC+2 PMario wrote: > > I would like to create a HTML Pop Up form similar to this > <https://www.w

[tw5] Re: How to Create a Popup Form

2023-06-14 Thread PMario
> I would like to create a HTML Pop Up form similar to this , Hi James I can answer this question, but without more specific information it will not really help you. It will just show the HTML form with some CSS formatting and that's

[tw5] Re: Looking for a plugin sq/Stories

2023-06-13 Thread PMario
Do you mean Streams? https://saqimtiaz.github.io/streams/ The main page is: https://saqimtiaz.github.io/tw5-plugins-sandbox/ have fun! -m On Tuesday, June 13, 2023 at 10:05:16 AM UTC+2 ha.pf...@t-online.de wrote: > Please can somebody tell where I can find that? > > -- You received this

[tw5] Re: How to Create a Popup Form

2023-06-13 Thread PMario
Hi James, It seems you try to log-in to an online service. TW is a single page app. So it catches the input from popups and evaluates them locally. ... Login forms usually send info to a server. ... So can you be more specific, what you try to achieve with the form? -m -- You received this

[tw5] Re: copy button in each code block

2023-06-07 Thread PMario
On Friday, February 24, 2023 at 5:47:50 AM UTC+1 yasai ya wrote: Thank you! Your post was very helpful. But it looked like the CSS wouldn't apply without the macro tiddler was visible. Defining some CSS code in an HTML STYLE tag is very useful for debugging and testing, but it should *not be

[tw5] Re: field manipulation, lookup's lists and maths!

2023-05-26 Thread PMario
Hi, You should consider to enter the forum at talk.tiddlywiki.org ... There will be a much greater audience for your questions. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw5] Re: Nested Lists, I think I am missing something.

2023-05-24 Thread PMario
For me this code worked well ``` \define showFields() <$list filter="[all[current]fields[]sort[title]] -text" variable="listItem"> <> = <$view field=<>/> \end <$list filter="[tag[Chapter]]+[sort[]]"> <> ``` Instead of using a macro you could also copy your initial code into the outer

[tw5] Re: Missing Tiddlers

2023-05-14 Thread PMario
On Saturday, May 13, 2023 at 4:21:18 PM UTC+2 scott@gmail.com wrote: The Relink Plugin [re] does this for the `list` field. If that doesn't cover your needs, you might be able to look at its implementation to figure out how it does so. The relink plugin has a lot of configuration

[tw5] Re: Question about node.js and saving

2023-05-06 Thread PMario
Hi, On Thursday, May 4, 2023 at 7:54:51 PM UTC+2 Jim Barr wrote: I have a TiddlyWiki instance running under Docker using Node.js. Can the entire install be saved out as a single Tiddlywiki file? Your wiki should have an option to save a snapshot, which is a single file wiki. If you click the

[tw5] Re: Using Filter Notation in code for Table of Contents

2023-04-25 Thread PMario
Please have a look at the docs. [[title with spaces]] [image: toc-exclude-param.png] -m -- 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

[tw5] Re: Using Filter Notation in code for Table of Contents

2023-04-25 Thread PMario
On Saturday, February 11, 2023 at 3:24:47 AM UTC+1 Eric Shulman wrote: I've submitted a `[BUG]` issue on GitHub: https://github.com/Jermolene/TiddlyWiki5/issues/7261 Hi folks, There is a preview version https://tiddlywiki5-4elmgaims-jermolene.vercel.app/ created by the PR

[tw5] Re: Complex search - data inside transcluded tiddlers, produce outer pages instead

2023-03-01 Thread PMario
On Wednesday, March 1, 2023 at 6:53:55 PM UTC+1 Cade Roux wrote: [image: AdvancedSearch.PNG] I do have something to experiment with. ! Backup first !!! Edit: https://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FDefaultSearchResultList which contains the default-filter search. If

[tw5] Re: Complex search - data inside transcluded tiddlers, produce outer pages instead

2023-03-01 Thread PMario
Thx for the info. This helps to understand the structure a bit better. On Wednesday, March 1, 2023 at 4:55:15 PM UTC+1 Cade Roux wrote: The system tiddlers do not show up in the search normally (I think because they are system tiddlers). But the content we are looking for is inside those

[tw5] Re: Complex search - data inside transcluded tiddlers, produce outer pages instead

2023-03-01 Thread PMario
Hi Cade, Can you show a screenshot of the search dialogue, where it finds content in a system tiddler? .. Is this possible to share? I'll do a quick summary, to see if I do understand it right. .. Everything works will except of search. Search finds content from auto created "inner" / shadow

[tw5] Re: How to use Relink in latest tiddly wiki

2022-11-25 Thread PMario
Hi, https://flibbles.github.io/tw5-relink/ That's the latest version it shows >= v5.1.22 the build date is 6.Nov.2022 -m On Friday, November 25, 2022 at 6:21:28 PM UTC+1 allench...@gmail.com wrote: > HI community,, > I upgraded my tiddly wiki to the latest version 5.2.3. But as a depending >

[tw5] Re: Show all transclusions with a specific format

2022-10-30 Thread PMario
See: https://talk.tiddlywiki.org/t/show-transclusions-in-specific-format/4948/2 On Saturday, October 29, 2022 at 12:21:53 AM UTC+2 Mike Simms wrote: > I want to make all transclusions a ppear with border (and/or specific > background colour) so that it can be seen that they are a transclusion

[tw5] Re: What is Red "Draft of" button at lower left on page load?

2022-10-27 Thread PMario
On Wednesday, October 26, 2022 at 5:49:44 PM UTC+2 dougla...@gmail.com wrote: [image: TW_Draft_of.png] > > My search in all the GitHub open and closed issues and also within in this > group's conversations didn't turn up any information on this red "Draft of" > button anywhere. > > When I

[tw5] Re: Automatic display of field content toggled by tag

2022-09-01 Thread PMario
By the way. Most of the discussion is going on at: https://talk.tiddlywiki.org/ now. ... Just to let you know. -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an

[tw5] Re: Automatic display of field content toggled by tag

2022-09-01 Thread PMario
On Thursday, September 1, 2022 at 10:24:26 AM UTC+2 ma...@oliverhahn.net wrote: .. > May I just add one remark to a small weakness of your code, just in case > some other person would like to use that feature. > That was intentional, to test your participation :)) ... ... just joking >

[tw5] Re: Automatic display of field content toggled by tag

2022-08-31 Thread PMario
Your request is OK. I think I could figure it out ;) General rule: Please describe the requested result in plain text or create some screenshots with normal wikitext, but without the templates ... Sometimes it's possible to create a "mockup" with standard wikitext If we only get broken

[tw5] Re: Automatic display of field content toggled by tag

2022-08-30 Thread PMario
Hi Oliver, On Monday, August 29, 2022 at 3:07:21 PM UTC+2 ma...@oliverhahn.net wrote: > ... This is not ideal, it really should be toggleable (by tag) and my > solution works only in the tiddler default view. But we are making > extensive use of the tabs macro in our Tiddlywiki and

Re: [tw5] Daily Task Macro - buttons no longer change color in 5.2.0-prerelease

2022-07-22 Thread PMario
est versions of TW. If it's usable, where > should the code suggested by pmario in the posts above be added ? > On Monday, August 16, 2021 at 2:07:44 PM UTC+5:30 TiddlyTweeter wrote: > >> Ciao Jeremy ... >> >>> Jeremy: | do plan to update the release note with a

[tw5] Re: How do I embed an external MD file on a page?

2022-07-08 Thread PMario
I forgot to ask. Do you use a single-file wiki or a nodejs ... client-server wiki? -m -- 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

[tw5] Re: How do I embed an external MD file on a page?

2022-07-08 Thread PMario
Issue: https://github.com/Jermolene/TiddlyWiki5/issues/6764 On Friday, July 8, 2022 at 12:21:40 PM UTC+2 PMario wrote: > Hi, > It doesn't work, since the markdown parser doesn't know about the > _canonical_uri, so it renders an empty tiddler, since the text element of > the tidd

[tw5] Re: How do I embed an external MD file on a page?

2022-07-08 Thread PMario
Hi, It doesn't work, since the markdown parser doesn't know about the _canonical_uri, so it renders an empty tiddler, since the text element of the tiddler is empty. I'll create a GitHub issue, so we don't forget about it. -mario -- You received this message because you are subscribed to

[tw5] Re: [help] Synchronizing TiddlyWikis - a single file and separate tiddlers configuration

2022-06-30 Thread PMario
On Friday, July 1, 2022 at 4:25:49 AM UTC+2 r3pli3s wrote: > This leads me to my questions: > >- Is there a way to generate consistently individual tiddlers from a >single file "index.html" respecting the original format? > > Hi, One way is to start a new empty client-server

[tw5] Re: How to change the color of Tw icons

2022-06-28 Thread PMario
On Monday, June 27, 2022 at 11:12:46 PM UTC+2 Juan Palomo wrote: > One more question. I have tried to modify the size of the icon since it is > larger than I want and I cannot find the parameter to adjust it. > I have tried the following formula but it seems that it is not correct: > >

[tw5] Re: Mandatory fields in a tiddler

2022-06-20 Thread PMario
Hi, No. ... But you can make a New-Tiddler Button, that pre-populates the necessary fields with a default value. You should have a closer look at: https://tiddlywiki.com/#ActionCreateTiddlerWidget have fun! -m -- You received this message because you are subscribed to the Google Groups

[tw5] Re: CamelCase-Rules

2022-06-16 Thread PMario
On Thursday, June 16, 2022 at 10:50:37 PM UTC+2 torax...@googlemail.com wrote: > It was in my old installations disabled. So I am aware of it. I simply > wanted to give that feature a shot, but noticed, it works very inconsistent. > I don't think it's inconsistent. It's a parser option and

[tw5] Re: Adding tool bar to an edit field

2022-06-16 Thread PMario
On Thursday, June 16, 2022 at 9:47:30 PM UTC+2 mervinme...@gmail.com wrote: > Is there a way to call the edit tool bar and apply it to a form created > using the EditTextWidget? There is no such possibility at the moment, if your forms are in view mode. .. Could you be more specific, how your

[tw5] Re: CamelCase-Rules

2022-06-16 Thread PMario
Hi, As you wrote CamelCase it's exactly that. ... It depends on when you started using them. There have been some discussions lately, if we should switch the flag for CamelCase links off by default. .. At the moment the rule is on by default. -mario -- You received this message because you

[tw5] Re: Can I save tiddlywiki without re-downloading it?

2022-05-04 Thread PMario
Welcome to the club ;) ! On Tuesday, May 3, 2022 at 5:03:40 PM UTC+2 sugamka...@gmail.com wrote: > I started using tiddlywiki maybe two hours ago. Its nice but is there any > way to save the wiki without redownloading it? You can download an empty wiki and then start it from your file-system.

[tw5] Re: appending to a 'list variable' through cycles

2022-04-12 Thread PMario
Hi, Just to be sure for future reference: https://tiddlywiki.com/#search%20Operator The new "some" parameter is available since TW v5.2.2 -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Anyone know how I can expand on filters?

2022-04-11 Thread PMario
There is a typo in the example above: the end-let needs to look like `` ``` <$let var1=test> value of var1: <> outside value of var1: <> <-- there is no var1 any more ... It's gone ``` -m PS: You should post at talk.tiddlywiki.org ... We can edit posts there, to be sure examples work --

[tw5] Re: Anyone know how I can expand on filters?

2022-04-11 Thread PMario
As I wrote in the other post. Wikitext is _no_ general purpose programming language. In wikitext variables are only accessible "inside" a widget "body". So eg: ``` <$let var1=test> value of var1: <> outside value of var1: <> <-- there is no var1 any more ... It's gone ``` So even if you

[tw5] Re: Anyone know how I can expand on filters?

2022-04-08 Thread PMario
On Thursday, April 7, 2022 at 9:15:16 PM UTC+2 thyl...@gmail.com wrote: ... > What I really would like to do is something like this: > ``` > > <$list filter="[fields[]prefix[FIELDNAME]]" > variable="thisfield"> > <$transclude field=<>/> > \variable 2 > \variable 3 > \variable

[tw5] Re: If-Else Statements and Splitting Fields

2022-04-05 Thread PMario
Hi, OK. ... I see. I think you had the right idea at your other post about transclusions: https://groups.google.com/g/tiddlywiki/c/uyxEH7lLngE ... Working with templates is the way the whole TW UI is built. ... all of it. TW scales best if tiddlers are used for fragments of content that make

[tw5] Re: If-Else Statements and Splitting Fields

2022-04-04 Thread PMario
Hi, Wikitext is highly efficient if you want to create text output, it's _not_ a general purpose programming language. Filters are there to create selections of tiddlers. eg: "[tag[test]has[my-field]]", which will list all tiddlers that are tagged: "test" and have a field: my-field. .. In

[tw5] Re: Chrome v100 cannot save on Tiddlyhost but v99 can

2022-04-04 Thread PMario
On Monday, April 4, 2022 at 1:20:00 PM UTC+2 bacc...@protonmail.com wrote: > Thank you, it worked! Just a reminder, this site I had trouble with was > connected to Tiddlyhost but still seems to reside on Tiddlyspot. I have a > new TW which was created with Tiddlyhost and the credentials are

[tw5] Re: Chrome v100 cannot save on Tiddlyhost but v99 can

2022-04-04 Thread PMario
On Monday, April 4, 2022 at 1:03:22 PM UTC+2 bacc...@protonmail.com wrote: > Oh gosh, no the credentials are not there. It's the first time I used > Tiddlyhost on that PC, it's a new PC. I will check that. Thanks! > Also have a closer look at my second post. ... TiddlyHost is different to

[tw5] Re: Chrome v100 cannot save on Tiddlyhost but v99 can

2022-04-04 Thread PMario
More info at: https://github.com/simonbaird/tiddlyhost/wiki/TiddlySpot-Saver-configuration-for-Tiddlyhost-and-Tiddlyspot -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an

[tw5] Re: Chrome v100 cannot save on Tiddlyhost but v99 can

2022-04-04 Thread PMario
Hi, On Monday, April 4, 2022 at 12:42:03 PM UTC+2 bacc...@protonmail.com wrote: ... > On computer 2 when I make a change to my TW file and click the TW save > button, I get the "Save file as" dialog. It won't save to Tiddlyhost. Are your credentials still in tact at the second computer?

[tw5] Re: Transcluding Tiddlers

2022-04-04 Thread PMario
Hi, You create a tiddler named eg: `myTemplate`, that contains the code: `<$view field="FieldName" />'` in the text. Don't use the backticks (`) ``` title: myTemplate text: <$view field="FieldName" /> ``` You can use the template like this: ``` {{TiddlerName||myTemplate}} or <$tiddler

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

2022-04-02 Thread PMario
On Friday, April 1, 2022 at 8:55:53 PM UTC+2 dyllon...@gmail.com wrote: > ... > It'd be nice if there was a way to specify a priority for savers, but I > don't think there is one right now. > Saver modules do export a name and a priority. I think the lower the lowest priority-number wins.

[tw5] Re: TiddlyWiki documentation request: improve access to examples

2022-04-01 Thread PMario
On Friday, April 1, 2022 at 2:24:30 PM UTC+2 cj.v...@gmail.com wrote: > Yes, I know that. I'm not asking for myself. My point is that it should > be easy for anybody to learn about all TiddlyWiki features involved in any > example in the documentation. > > It is sad and disappointing

[tw5] Re: How do I copy a theme in TW 5.2.2?

2022-04-01 Thread PMario
Hi, If you needed to create a new account here, your initial posts where set to "need review", to avoid spam. I think new mails usually hit Eric Shulman (thx for that!). Since your posts come through now, it seems you are free to post again. -mario -- You received this message because you

[tw5] Re: Global error trap location

2022-04-01 Thread PMario
Hi, When the "global error trap" shows up, it indicates a severe problem. Usually the browser tab has to be reloaded, since the app is in an unpredictable state and the users have a very high risk to loose date, if they ignore it. So the way to go is, to handle that error, where it is caused.

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

2022-04-01 Thread PMario
Hi, Have a closer look at https://tiddlywiki.com/#ActionListopsWidget .. There may be the info you need. -mairo -- 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

[tw5] Re: TiddlyWiki documentation request: improve access to examples

2022-04-01 Thread PMario
Go to Advanced search. Search for ".operator" (without the quotes) and have a look at the *system tab*. There are 2 results. You basically can find absolutely everything in TW with advanced search, if you switch tabs. -m -- You received this message because you are subscribed to the Google

[tw5] Re: adding tag $:/tags/AboveStory

2022-03-25 Thread PMario
Hi, You need to add this tag to the tiddler, with the content, that should show up above the "Story River" . But be aware. It only shows a "naked" tiddler the content. The tiddler styling will be missing. If you also want the style of a tiddler you can use the following text without the

[tw5] Re: [TW5] Esperanto Translation (Alpha)

2022-03-25 Thread PMario
On Friday, March 25, 2022 at 5:33:38 PM UTC+1 Mark S. wrote: Do other languages attempt to translate "TiddlyWiki" ? I would have thought > that that was a special term that would stay itself in most languages. > I'm with Mark here. TiddlyWiki is a "brand" name and shouldn't be translated. -m

[tw5] Re: how to filters tags except some

2022-03-22 Thread PMario
Hi, You should try: `[tags[]] -[[Experiment]]` (without the backticks) as the filter. See: https://tiddlywiki.com/#Filter%20Expression near the end of the tiddler. -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: Easiest way to convert a word or phrase to a tiddler link throughout the wiki?

2022-03-17 Thread PMario
On Thursday, March 17, 2022 at 3:28:37 PM UTC+1 Mark S. wrote: > The official plugin "Freelinks" will make any text that matches an > existing tiddler into a link. > That's right. Since 5.2.0 it also has a setting, that allows you to define a filter, for which tiddlers it is active. So you

[tw5] Re: IDEA Multi-line Fields ... Possible implementation

2022-03-07 Thread PMario
re working implementations yet? > Regards, > dam > > > On Monday, May 13, 2019 at 8:30:20 PM UTC+2 Mat wrote: > >> PMario >> >> The idea to be able to create fields using wikitext is brilliant! As >> Diego requests <https://github.com/Jermolene/Tidd

[tw5] Re: tiddlywiki5 and flyio?

2022-02-28 Thread PMario
On Monday, February 28, 2022 at 10:06:56 PM UTC+1 PMario wrote: Do you want to create "static" pages with TiddlyWiki and "just" serve them > with a simple "file server"? > - I think it would be possible to create a container with a read-only

[tw5] Re: tiddlywiki5 and flyio?

2022-02-28 Thread PMario
On Monday, February 28, 2022 at 5:39:26 PM UTC+1 gne...@gmail.com wrote: > Anyone figure out how to get tw5 working in fly.io with persistent > volumes? > > .. is a function-as-a-service provider and they've recently come out with > ability to add persistent storage to your function. Better,

[tw5] Re: Some odd stuff for the fun of it

2022-02-27 Thread PMario
Hi, What do you try to prove? You seem to dynamically define STYLE tags in the template, when the tiddler is opened. Those styles are active. When the tiddlers are closed, the styles are gone. It seems to be intended behaviour. ... Or am I missing something? -m -- You received this message

[tw5] Re: Dynamically modifying core tiddlers

2022-02-27 Thread PMario
Hi, If you would be a bit more specific, *what* you want to do exactly, it may be possible to provide some pointers. ... May be your ideas are also suitable to improve the core UI in a generic way. .. If so .. It may be possible to implement some new stuff directly into the core. . -mario --

Re: [tw5] Use TiddlyWiki on a dedicated Linux root server

2022-02-10 Thread PMario
On Wednesday, February 9, 2022 at 5:51:42 PM UTC+1 xca...@immateriel.fr wrote: >Please folks, don't try that before *both* your HTTPS and htpasswd credentials are set up. IMO https:// only makes it hard for others to watch your connection and make sense of it. It doesn't add anything to

[tw5] Re: Use TiddlyWiki on a dedicated Linux root server

2022-02-09 Thread PMario
Hi, IMO it depends on the orchestration environment that you use or want to use. Everything is possible. .. BUT the main concern will be security. -m On Wednesday, February 9, 2022 at 11:06:51 AM UTC+1 heusmich wrote: > Hi @all, > > Is there a possibility to use TiddlyWiki on my dedicated Linux

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

2022-02-08 Thread PMario
o disable the modal for those who don't like it. > > On Sunday, February 6, 2022 at 1:46:16 AM UTC-8 PMario wrote: > >> On Sunday, February 6, 2022 at 12:54:25 AM UTC+1 brian@gmail.com >> wrote: >> ... >> >>> Now with the indexdb entry re-populated, the se

[tw5] Re: LetWidget with filter attribute value that has spaces

2022-02-07 Thread PMario
On Monday, February 7, 2022 at 4:27:17 PM UTC+1 andres@gmail.com wrote: > Thank you so much for your help, Mario! > You are welcome! > This conversation did kick a cog into gear in my head and I realized that > the filtered transclusion was returning a list and that is distinct from a >

[tw5] Re: LetWidget with filter attribute value that has spaces

2022-02-07 Thread PMario
On Monday, February 7, 2022 at 2:28:54 PM UTC+1 andres@gmail.com wrote: > Thank you. I did solve it already with a SetWidget. I was hoping for a > solution that would use the LetWidget as is. > If {{{xx}}} is used and there are several results it will always only apply the first result.

[tw5] Re: LetWidget with filter attribute value that has spaces

2022-02-06 Thread PMario
That's a better example ``` <$set name=n filter=" [[foo]][[bar bas]]"> {{{ [enlist] }}} <$text text=<>/> ``` On Monday, February 7, 2022 at 8:43:28 AM UTC+1 PMario wrote: > Try this > > ``` > <$set name=n filter=" [[foo]][[bar]]"> >

[tw5] Re: LetWidget with filter attribute value that has spaces

2022-02-06 Thread PMario
Try this ``` <$set name=n filter=" [[foo]][[bar]]"> {{{ [enlist] }}} <> ``` -- 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

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

2022-02-06 Thread PMario
On Sunday, February 6, 2022 at 12:54:25 AM UTC+1 brian@gmail.com wrote: ... > Now with the indexdb entry re-populated, the sequence looks like this: > >1. Reload the TW page >2. Click the + button to create a new tiddler >3. Click the checkmark to save the tiddler >4. A dialog

[tw5] Re: gg VS talkW

2022-01-30 Thread PMario
On Sunday, January 30, 2022 at 11:52:50 AM UTC+1 Mat wrote: > But it bothers me that there may be people here in GG who think "this > is it" - that the community is not very active and that it is not sure one > gets a quick reply. Hi Mat, You should have a look at other lists in GG.

[tw5] Re: How to link to file using relative path?

2022-01-25 Thread PMario
Did you try: `[[old version|./archives/filename.jpg]]` ? -m On Tuesday, January 25, 2022 at 6:44:23 PM UTC+1 reinhard...@gmail.com wrote: > I'm picking up this very old discussion. What is the state of the art? It > seems that the proposed solution by Eric Shulman > > ``` > [[filename.pdf]] is

[tw5] Re: LocalStorage and TiddlyWiki: toe-dip into exploring possibilities

2022-01-25 Thread PMario
On Monday, January 24, 2022 at 10:39:01 PM UTC+1 cj.v...@gmail.com wrote: > Just my first toe-dip into figuring out how browser "Local Storage" works. > > Not sure I'd trust this for longterm/safe storage of anything, but I am > intrigued by the possibilities. TiddlyWiki "proper". > It's _not_

[tw5] Re: dynamically building a string by concatenation in a macro

2022-01-23 Thread PMario
On Saturday, January 22, 2022 at 7:07:59 PM UTC+1 CarloGgi wrote: ... > Now, before I ask why ON EARTH the above code doesn't work, let me say > that I expect for it to be because of how macros are parsed and when macro > substitution is made, in which case I will do a little comment on it

[tw5] Re: Display georeferenced maps in Leaflet?

2022-01-20 Thread PMario
Hi, This may be of interest: https://tiddlywiki.com/#Leaflet%20maps%20plugin%20by%20Sylvain%20Comte -m -- 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

[tw5] Re: Create tiddler from Select widget

2022-01-20 Thread PMario
try this ``` \define test-action() <$action-createtiddler $basetitle="test" text={{asdf}}/> \end Status <$select tiddler=asdf actions=<>> Pending/Blocked With Vendor In House ``` -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Transclusion Terminology

2022-01-16 Thread PMario
That's an interesting discussion. I think it's new. I cant remember, that we did discuss it yet. ... At tiddlywiki.com we have the following tiddlers that explain how we use the transclusion mechanism. See: Doc links

Re: [tw5] Re: How Many Tiddlers Should I Use?

2022-01-15 Thread PMario
On Sunday, January 16, 2022 at 7:15:09 AM UTC+1 qazxwecvr wrote: > Probably not too many; I'll probably at the very most record a few dozen > theorems whose proofs involve at the very most a dozen or two steps. From > Mat's answer it seems like it won't be an issue. > You are right. With

[tw5] Re: How Many Tiddlers Should I Use?

2022-01-15 Thread PMario
Hi and Welcome, I think all 3 scenarios you describe can be created. ... IMO what Mat wanted to find out was: How many tiddlers you want to create. So How many theorems are you talking about and how many steps does 1 proof have. Are you talking about 100 tiddlers or 1000 or several 10th of

[tw5] Re: Possible bug in list-links macro

2022-01-14 Thread PMario
On Friday, January 14, 2022 at 4:35:41 PM UTC+1 Eric Shulman wrote: ... > However, neither suggested core change would actually address Reinhard's > stated use-case, which is: > "...*to always display the title, rather than the caption."* > Uuups, I didn't read the whole thing ... my bad. But

[tw5] Re: Possible bug in list-links macro

2022-01-14 Thread PMario
On Friday, January 14, 2022 at 4:10:06 PM UTC+1 reinhard...@gmail.com wrote: > @Eric Schulman @PMario > > Thanks for the fast response and the solution. > I'm quite a newbie to TiddlyWiki and still try to grok the finer points. > As a workaround you can redefine the core macro wi

[tw5] Re: Possible bug in list-links macro

2022-01-14 Thread PMario
On Friday, January 14, 2022 at 3:50:23 PM UTC+1 PMario wrote: ... > So the way to go may be to make a proposal instead of a PR first. > I think the most elegant way to go is: https://github.com/Jermolene/TiddlyWiki5/pull/1191#issuecomment-65532894 We would need to have a close

[tw5] Re: Possible bug in list-links macro

2022-01-14 Thread PMario
Just for completeness. I was searching for other elements in the core that may have the same problem. I found an old PR-discussion, which "scratches" the same topic: https://github.com/Jermolene/TiddlyWiki5/pull/1191 and probably has the same problems. .. So there are definitely some other

[tw5] Re: Possible bug in list-links macro

2022-01-14 Thread PMario
On Friday, January 14, 2022 at 1:24:16 PM UTC+1 Eric Shulman wrote: ... > However, `<>` is a merely a "convenience" macro for outputting > a bullet list of links. > If you want a more specific behavior, you should use the `<$list>` widget > directly, like this: > As Eric pointed out `<>` is a

[tw5] Re: projectify.wiki offline?!

2022-01-13 Thread PMario
You can do this: - Download empty.html from the Projectify docs directory. - Download empty.html from tiddlywiki.com - rename empty.html form tiddlywiki.com to test.html - Open test.html - Drag and drop import empty.html into test.html - *Unselect* all the tiddlers that already exist. -

[tw5] Re: projectify.wiki offline?!

2022-01-13 Thread PMario
omplete new Wiki or is it possible to install it in >> an existing Wiki as plugin? >> >> PMario schrieb am Donnerstag, 13. Januar 2022 um 15:58:24 UTC+1: >> >>> Hi, >>> https://github.com/NicolasPetton/Projectify >>> >>> Projectify has been archi

[tw5] Re: projectify.wiki offline?!

2022-01-13 Thread PMario
Hi, https://github.com/NicolasPetton/Projectify Projectify has been archived. See: https://github.com/NicolasPetton/Projectify At the moment the project is abandoned ... You can directly download the files from: https://github.com/NicolasPetton/Projectify/tree/master/docs You *only need*

[tw5] Re: Freelink and non-english tiddler title

2021-12-26 Thread PMario
@Mark S. The advantage of freelinks is in a context, where you can't modify the content but you still want to have links. eg: Submitted homework tiddlers from students. Adding links to those tiddlers would mean to modify the original work in an unreasonable way. It wouldn't be the students

[tw5] Re: [Question|Help] n00b: Example Code: How-To: Frames

2021-12-26 Thread PMario
Hi, You may want to have a look at: https://tiddlywiki.com/#%22Grok%20TiddlyWiki%22%20by%20Soren%20Bjornstad -m -- 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

[tw5] Re: Freelink and non-english tiddler title

2021-12-25 Thread PMario
Hi, Jeremy has changed the core regexp construction a little bit, but I didn't find a performant way to use an unicode regexp that JavaScript does understand. ... May be I missed something. ... So no improvements atm :/ -mario -- You received this message because you are subscribed to the

[tw5] Re: What creates tiddlers from links

2021-12-20 Thread PMario
On Monday, December 20, 2021 at 8:33:13 PM UTC+1 springer wrote: > I'm perplexed a bit, since I'm well aware you're a wizard relative to my > bumbling-tinkering ways. But it seems that when you say "this missing > tiddler hint is hardcoded in the core", you imply it's tricky and dangerous >

[tw5] Re: What creates tiddlers from links

2021-12-20 Thread PMario
On Monday, December 20, 2021 at 4:11:34 PM UTC+1 sheri...@gmail.com wrote: So my question is: what core tiddler creates these tiddlers from links? > Then I can go and modify it to my hearts content. > Hi Sher, The default ViewTemplate shows a missing tiddler hint, that allows us to create a

[tw5] Re: Javascript non-macros

2021-12-16 Thread PMario
On Thursday, December 16, 2021 at 4:24:14 PM UTC+1 davou...@gmail.com wrote: > The dev documentation > states > "Macros are just used to return a chunk of wikitext for further processing. > They should not make modifications to

[tw5] Re: If your CSS isn't working ...

2021-12-14 Thread PMario
Hi, Have a closer look at: https://tiddlywiki.com/#Debugging%20Stylesheets It may have helped you. ... but it won't give any hair back ;) -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: On using a hierarchical notation for tiddler titles to support better retrieval and naming

2021-12-01 Thread PMario
Hi, We call this type of tiddler titles "namespace" and we use it for core tiddlers. The first TW namespace uses $:/ prefix for all system tiddlers. eg: $:/temp/, $:/state/ and so on. There is a macro named: tree-macro used like: `<>` ... that should work for you. See the docs about the

[tw5] Re: appending to a 'list variable' through cycles

2021-11-28 Thread PMario
On Sunday, November 28, 2021 at 11:46:05 AM UTC+1 CarloGgi wrote: > Hi Mario, her I am, sorry for the late reply but I've been very much busy > lately... > Your code works well, and I will thoroughly study it to improve my > knowledge of Tiddlywiki, but it doesn't do what I'm looking for. >

[tw5] Re: No CSS while hosting Tiddlywiki on Node.js on Qnap NAS

2021-11-27 Thread PMario
On Friday, November 26, 2021 at 11:54:36 PM UTC+1 dr.vi...@gmail.com wrote: Steps I made inside Container: > 1. npm install -g tiddlywiki > 2. tiddlywiki kompendium --init server > 3. tiddlywiki kompendium --listen > I think the following command is wrong. Why do you use --listen above and

[tw5] Re: appending to a 'list variable' through cycles

2021-11-26 Thread PMario
@Carlo, Did you test the attached file I posted? -mario -- 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: appending to a 'list variable' through cycles

2021-11-22 Thread PMario
On Sunday, November 21, 2021 at 10:28:32 PM UTC+1 CarloGgi wrote: > it is indeed! I updated to TW 5.2.0 and it is gone now. > There is an open PR at GitHub, ... I'm not sure, if the corresponding problem could hit us in a different way. We'll see

  1   2   3   4   5   6   7   8   9   10   >