[tw5] Re: unwanted space in, macro result

2020-09-29 Thread Jean-Pierre Rivière
At last, I've been able to find a solution! Here is the code, featuring a wikify widget to get the text of the transclusion available for buildig the url string. \whitespace trim \define wcag(ref) <$set name="base" value="https://www.w3.org/WAI/WCAG21/Techniques";> <$set name="codeFam" filter="

[tw5] Re: Generic Tags Fields: State Of Play

2020-09-29 Thread TW Tones
Cade, The fields you create through gen tags are just fields. But just like the tags field it is typically a list of titles, ie none, one or more titles, be they tiddlers or not. Gentags supports the edit and use of these additional tag fields however even regular tags come with additional fe

[tw5] Re: Generic Tags Fields: State Of Play

2020-09-29 Thread Cade Roux
Yes, as you know, GenTags extends the tags operator to add tags:field[] so I can do something to get a list of tiddlers and then get the union of their tags: [myfield[fieldcriteria]contains:myfield2[sometagcriteria]tags:myfield3[]sort[title]] It's something like that which I am doing to build t

[tw5] Re: Generic Tags Fields: State Of Play

2020-09-29 Thread TW Tones
Cade; You can access the tags filed with the tag operators or as a field in its own right {{!!tags}} or has[tags] or has:field[tags] these should work with gen tags fields If you are asking about operators for gen tags specifically refer to its documentation. It adds a some operators. Regard

[tw5] Re: Using/allowing script tags for static file rendering

2020-09-29 Thread TW Tones
Donald, I personally see no reason why not. TiddlyWiki itself uses raw system tags for a similar purpose. Includes insertion head/body etc... Which you could clone for scrips and styles. You will need to modify the stati

[tw5] Re: [RFC] Request for Comment and collaboration - Unique renamable Tiddlers and children with any name, a total Database?

2020-09-29 Thread TW Tones
David, Thanks for your response No, the exported tiddler is the same, just includes the TSN, By default the TSN would go with an exported tiddler, if reimported it will match. You could put some mechanism for imports or exports, and static tiddlers, however since if you are building tiddlers y

Re: [tw5] Another Python Server

2020-09-29 Thread Nathan Warner
That's cool. This project and mine seem to be doing a lot of the same stuff. I was interested in having an easy to setup docker container for saving and backing up FYI, I ran into one pretty big issue using HTTPServer. On a slow network, uploading a tiddlywiki.html file can take a bit of tim

[tw5] Re: [RFC] Request for Comment and collaboration - Unique renamable Tiddlers and children with any name, a total Database?

2020-09-29 Thread David Gifford
only one comment: would the serial number be the filename for exported statics? some might not want that. would be good to think that through. On Tuesday, September 29, 2020 at 9:35:58 PM UTC-5 TW Tones wrote: > Folks, > > I have built a tsn "*Tiddler Serial number*" solution to make renaming >

[tw5] [RFC] Request for Comment and collaboration - Unique renamable Tiddlers and children with any name, a total Database?

2020-09-29 Thread TW Tones
Folks, I have built a tsn "*Tiddler Serial number*" solution to make renaming tiddlers after the event OK. At first I thought, with the creation of the relink plugin, I considered this had become irrelevant; - However I have discovered reasons why not, ie a new set of compelling reasons

[tw5] Using/allowing script tags for static file rendering

2020-09-29 Thread Donald Coates
Is it possible to have

[tw5] Re: Generic Tags Fields: State Of Play

2020-09-29 Thread Cade Roux
Cool, is there also now a Core alternative now to the tags:field[] operator? I am using that extension from the GenTags plugin to build my dropdowns of tags across a set of tiddlers. Thanks, Cade On Tuesday, September 29, 2020 at 5:57:23 PM UTC-5 TW Tones wrote: > Cade, > > The contains oper

[tw5] Re: Dollar sign ($) in widget attributes?

2020-09-29 Thread TW Tones
Amreus, Often overlooked by people is the logical necessity of a prefix on some parameters, once you understand this you may find yourself identifying when the $ is likely to be used, rather than any need commit it to memory. - In the case of the macrocall widget, what If I wanted to pass a

[tw5] Re: unwanted space in, macro result

2020-09-29 Thread Jean-Pierre Rivière
Following your post, I tried wikify and terxt widget. I can't get a simple URL: see the picture. the url stop at the base although the text would be good (otherwise). There is something I have not done here, but what? the macros code: \whitespace trim \define wcagDir() <$transclude tiddler="$:

[tw5] Re: Unintended links - does the prefix Mac have special significance?

2020-09-29 Thread Eric Shulman
On Monday, September 28, 2020 at 7:42:34 AM UTC-7, Jon Light wrote: > > It is not a big deal but I have noticed that when I enter Scottish > surnames - MacInnes for instance Tiddlywiki sets up a link automatically > which leads to a requestor asking me if I want to create a new tiddler of > that

[tw5] Re: [plugin][annuncement] login for multi user wikis: LoginCurtain-mod

2020-09-29 Thread TW Tones
HC For many such a log may rarely be used however; - A log can be useful, especially if we also log logouts, saves and reloads especially since we could build searches or lists around this. - Many systems have such logs by default so people may expect to find it anyway - It can

[tw5] Re: unwanted space in, macro result

2020-09-29 Thread Jean-Pierre Rivière
what my code want to achieve is: 1) starting from a reference like H18 2) deducing the core of the reference (H for H18) 3) deducing the directory corresponding to that code (html for H) in a dictionnary 4) build an URL from a base url, that directory and that reference: base/directory/reference

Re: [tw5] Still frustrated

2020-09-29 Thread TW Tones
Bob/Atro Bob I don't understand your statement "*no consistency in the parsing of wikitext*", perhaps you can't see the logic yet? but do share the inconsistencies? Mario, I and others are working on a new wiki text customise solution which adds so much power, it will blow you mind, but it sti

[tw5] Re: unwanted space in, macro result

2020-09-29 Thread Eric Shulman
On Tuesday, September 29, 2020 at 3:49:08 PM UTC-7, TW Tones wrote: > > For example [[title[$ref$]] +join[]] has 2 syntax errors > "[title[$ref$]join[]]" but [[$ref$]join[]] if it was logical > But what are you joining? so I don't understand it logically. > The syntax in his last post in only pa

[tw5] Re: unwanted space in, macro result

2020-09-29 Thread Jean-Pierre Rivière
I've nearly done the job I wanted. in my macro tiddler I wrote: \whitespace trim \define wcagDir() <$transclude tiddler="$:/user/dict/wcag/ref/cat" index="$(codeFam)$"/> \define wcag(ref) <$set name="base" value="https://www.w3.org/WAI/WCAG21/Techniques";> <$set name="codeFam" filter="$ref$ +

[tw5] Re: Unintended links - does the prefix Mac have special significance?

2020-09-29 Thread TW Tones
Jon, Erics references will help you but in Text you can use ~ to stop camel case becoming a link ~MacInnes (it the I that causes camel case) it. If it were Permitted "Mac Innes" is fine which is a clue to a little trick, because space separates the two words its no longer camel case. See https

[tw5] Re: Generic Tags Fields: State Of Play

2020-09-29 Thread TW Tones
Cade, The contains operator is newer than GenTags. Also as I said earlier; - *Instead I tend to use my own fields and list fields that in many ways work not unlike tags if you want them to.* - *See listops and other operators and widgets.* Tones On Tuesday, 29 September 2020 02

[tw5] Re: Opening tiddlywiki always scrolls down to particular tiddler?

2020-09-29 Thread TW Tones
DW Some questions to ask yourself. - What is in the default tiddlers? - Are you using a bookmark/favourite that includes the tiddler in the link? - If the particular tiddler is a system one let us know - Check start-up and raw tags for possible causes, look at the content of t

[tw5] Re: unwanted space in, macro result

2020-09-29 Thread TW Tones
Jean-Pierre, We always need to improve info for new users. You clearly need to learn how to write filters, however within tiddlywiki itself, on tiddlywiki.com, this forum and other community resources there are plenty of examples, after looking at a few you will see how they are constructed.

[tw5] Re: How to make numbered list of tiddlers with a given tag?

2020-09-29 Thread TW Tones
Chuck Here are a few alternates that address you requirement, try it on tiddlywiki.com Also make a copy of your wiki and do an upgrade https://tiddlywiki.com/upgrade.html when practical unless you know something is going to stop working. It is best (not essential) to keep up with releases espe

Re: [tw5] Another Python Server

2020-09-29 Thread Atronoush Parsi
Jed, I updated the plugin. I created a tiddler and tried to save the wiki an error window opened Couldn't find a working server in the terminal where I run server using python .\BobSaverServer.py I got Starting Server... Server listening using port 61192 on 127.0.0.1 Open any single file w

Re: [tw5] Another Python Server

2020-09-29 Thread Jed Carty
I just fixed an error with the python server, but the error was that it didn't sent the correct response on success, but that has nothing to do with the error you are seeing. Nothing with the BobSaver sends any OPTIONS requests, do you have something else using port 61192? I don't know of any ot

Re: [tw5] How to make numbered list of tiddlers with a given tag?

2020-09-29 Thread Chuck R.
Thank you! It worked. I could not find this in the docs anywhere. On Tuesday, September 29, 2020 at 8:09:39 AM UTC-4 Atronoush wrote: > Use list-link see it > > <> > > > See > > https://tiddlywiki.com/#list-links%20Macro%20(Examples):%5B%5Blist-links%20Macro%20(Examples)%5D%5D%20%5B%5Blist-links

[tw5] Re: Every TiddlyWiki instance has a "Customizations" story to tell ...

2020-09-29 Thread jos...@poehls.me
Thank you for sharing this. I just copied your approach and added this to my own wiki to help me keep track of my tweaks. On Monday, September 28, 2020 at 5:18:40 PM UTC-5 Charlie Veniot wrote: > G'day all, > > For my own purposes, to document/remember > configuration/customization/setup/whatev

[tw5] Re: TW5 Hosing issue; requests broadcasting to multiple clients

2020-09-29 Thread Rob Hoelz
Thanks, Saq! I started an issue to coordinate on this issue and tie together the various reports I've seen here on Google Groups: https://github.com/Jermolene/TiddlyWiki5/issues/4868 On Monday, September 28, 2020 at 5:42:07 AM UTC-5 saq.i...@gmail.com wrote: > @Rob the only related issue I kno

Re: [tw5] How to make numbered list of tiddlers with a given tag?

2020-09-29 Thread Atronoush Parsi
Use list-link see it <> See https://tiddlywiki.com/#list-links%20Macro%20(Examples):%5B%5Blist-links%20Macro%20(Examples)%5D%5D%20%5B%5Blist-links%20Macro%5D%5D Atro On Tue, Sep 29, 2020 at 3:31 PM Chuck R. wrote: > I have TW 5.1.19. > > I would like to have a "Garlic Main" tiddler which wil

Re: [tw5] Another Python Server

2020-09-29 Thread Atronoush Parsi
That is really great to hear. I did as follow 1. download empty.html from tiddlywiki.ocm 2. drag and drop $:/plugins/OokTech/BobSaver into new empty.html from https://ooktech-public.gitlab.io/bobsaver/ 3. download https://ooktech-public.gitlab.io/bobsaver/#BobSaverServer.py and save in the same fo

[tw5] How to make numbered list of tiddlers with a given tag?

2020-09-29 Thread Chuck R.
I have TW 5.1.19. I would like to have a "Garlic Main" tiddler which will list all tiddlers, in a numbered list, or all tiddlers that have a tag "subGarlic". Here is how to list tiddlers with a certain tag, but it is not a bulleted list. `<$list filter="[tag[subGarlic]sort[title]]"/>` I wou

[tw5] TWCore refresh magic

2020-09-29 Thread Eric Shulman
Hi all... While debugging some of my TiddlyTools Timer functions, I encountered a curious side-effect of the TWCore refresh handler: If you use the <> macro to display the date and time <> it shows the time at the moment that the tiddler contents are rendered and the displayed value remains uncha

[tw5] Re: unwanted space in, macro result

2020-09-29 Thread Jean-Pierre Rivière
Thank you vet much ineed Eric! I already read that abbreviated form stuff, but it did not got me right on this. Actually, I think the shorter syntax is really difficult into apprehending the filters. For me anyway. When you read in the schema that a run should obey "one [, then neither [ nor ]

Re: [tw5] Another Python Server

2020-09-29 Thread Jed Carty
If you are interested, one saver that can use python on the back end is BobSaver, but I think that they have different goals. BobSaver is a saver plugin and it has a server component that I wrote in different languages (Node, Python or Julia at the moment). https://ooktech-public.gitlab.io/bobs

[tw5] Re: TiddlyTools/timer.html Calendar *** new options ***

2020-09-29 Thread danraymond
Mkes sense, I haven't myself changed any CSS. However I am using Stroll and the Whitespace theme. Will see what I can find. Any suggested way to hunt this down? On Tuesday, September 29, 2020 at 5:42:11 PM UTC+10, Eric Shulman wrote: > > On Monday, September 28, 2020 at 11:52:45 PM UTC-7, danr

[tw5] Re: TiddlyTools/timer.html Calendar *** new options ***

2020-09-29 Thread Eric Shulman
On Monday, September 28, 2020 at 11:52:45 PM UTC-7, danraymond wrote: > > Yes it's the one from the countdown. > I don't get a "close" button. See image > Wow. That is very odd. A normal modal message display has three parts: tc-modal-header, tc-modal-body, and tc-modal-footer. For the Count

Re: [tw5] Opening tiddlywiki always scrolls down to particular tiddler?

2020-09-29 Thread demon...@gmail.com
Hi Xavier, Thanks for the input. I don't think this is it. I cannot find any tiddlers that have this tiddler linked. Advanced search does no find anythign if I search with this tiddler's name (well except for the tiddler itself and HistoryList). Even if I close it and open it again and move it