[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread PMario
On Saturday, August 14, 2021 at 9:30:58 PM UTC+2 PMario wrote: > You have a very strange tiddler title, that start with: <$vars vWorkingTid > . It seems to cause a problem with the node.js syncer. ... No > tiddlers are saved. ... I did disable it at import so all tid

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread PMario
document.title = output; } catch(err) { output = "ProductReviews"; } return output; } }; It will let the server start in a normal way. .. -mario On Saturday, August 14, 2021 at 9:48:25 PM UTC+2 PMario wrote: > Hi, > Ye

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread PMario
Hi, Yea, if those 2 tiddlers are removed it works. ... Will have a closer look at the macro. ... -m On Saturday, August 14, 2021 at 9:45:19 PM UTC+2 PMario wrote: > On Saturday, August 14, 2021 at 9:35:11 PM UTC+2 cj.v...@gmail.com wrote: > >> getstartupcontext.js, that I can get

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread PMario
On Saturday, August 14, 2021 at 9:35:11 PM UTC+2 cj.v...@gmail.com wrote: > getstartupcontext.js, that I can get rid of going forward. > > If you want, delete that tiddler from the process. > It's astonishing that this mechanism works. ... Where did you get this implementation from? The

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread PMario
lyWiki from 5.1.22 to 5.1.23 ? > > On Saturday, August 14, 2021 at 3:39:14 PM UTC-3 PMario wrote: > >> Hi, >> Which TW server version do you use? >> >> tiddlywiki --version will show it. >> >> -m >> >> On Saturday, August 14, 2021 at 7:36

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread PMario
On Saturday, August 14, 2021 at 8:54:15 PM UTC+2 cj.v...@gmail.com wrote: > version 5.1.23 > > Should I first upgrade the single-file TiddlyWiki from 5.1.22 to 5.1.23 ? > No. ... I did test it with the prerelease and it worked without a problem. I'll test it with 5.1.23 again. -mario -- You

Re: [tw5] Re: System and shadow need some love

2021-08-14 Thread PMario
On Saturday, August 14, 2021 at 7:19:53 PM UTC+2 Stobot wrote: > I agree that the other forms of search could be made a bit more > convenient, though I've gone back and forth on the best way to solve it. > For a few years I did what has been suggested, break the other options down > into tabs.

[tw5] Re: System and shadow need some love

2021-08-14 Thread PMario
On Saturday, August 14, 2021 at 4:01:54 PM UTC+2 David Gifford wrote: This made me wonder, why couldn't there be something similar: do a search > from the default searchbar, and have standard, system and shadow come up as > tabs? > I think this should be possible. ... The whole search

[tw5] Re: What's the process for moving a single-file TiddlyWiki to a TiddlyWiki on node.js?

2021-08-14 Thread PMario
Hi, Which TW server version do you use? tiddlywiki --version will show it. -m On Saturday, August 14, 2021 at 7:36:45 PM UTC+2 cj.v...@gmail.com wrote: > Hello all, > > I was under the impression that the html file for a single-file TiddlyWiki > could simply be dragged to the node.js

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

2021-08-14 Thread PMario
Hi, I did test it at tiddlywiki.com and it does, what it should do. So there may be a problem with your stylesheets somewhere. -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,

[tw5] Re: Why is the menu so ugly?

2021-08-12 Thread PMario
Hi, This will be fixed in the next version. See the prerelease https://tiddlywiki.com/prerelease/ -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: Feedback desired for HAL macro

2021-08-12 Thread PMario
HI, The hover-animation could probably be borrowed from my links-to-tabs macor https://wikilabs.github.io/editions/link-to-tabs It's CSS only, but it needs type: text/vnd.tiddlywiki to work properly. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Re: Feedback desired for HAL macro

2021-08-12 Thread PMario
Hi David, You do have a very fine sense, what can be useful for other users. I like it! On Thursday, August 12, 2021 at 3:09:21 PM UTC+2 David Gifford wrote: Just got Pfizer shot #2 yesterday, and no reactions yet. > :) > I was poking at the fixes I need to do on the Subsume plugin, and

[tw5] Re: Save to Github -- I keep getting "Error while saving: XMLHttpRequest error code: 404"

2021-08-12 Thread PMario
Hi, The only thing, that need to be checked for the access-token to save TW is as follows. Nothing else is needed and shouldn't be assigned. [image: github-token-save.gif] -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: Better indexes through semantic modeling

2021-08-12 Thread PMario
On Thursday, August 12, 2021 at 1:31:00 AM UTC+2 springer wrote: > Soren, > > In your "better indexes" essay you write: > If we do have the full text included in each locus, we may want to write a > summary anyway and store it along with the full text: this way, we’ll be > able to create an

[tw5] Re: Introducing the RandomTiddlerButton plugin

2021-08-11 Thread PMario
Hi, Nice! - I do like the icon! -m On Wednesday, August 11, 2021 at 11:59:08 AM UTC+2 R² wrote: > Hi all! > > Increase serendipity with RandomTiddlerButton, a basic no-nonsense plugin > that adds a "random tiddler" button to TiddlyWiki's page toolbar. Roll the > dice and a random non-system

[tw5] Re: Add items to a running tiddler

2021-08-11 Thread PMario
Hi anarchoNerd, On Wednesday, August 11, 2021 at 4:46:25 AM UTC+2 anarchoNerd wrote: > That's awesome, thank you. I only have a very very basic understanding of > javascript and want to learn, The code that Eric posted is TiddlyWiki wikitext only. So JavaScript is working in the background

[tw5] Re: Presenting my plugin library

2021-08-11 Thread PMario
Hi Andrew, It's nice, but why do you use a promotion image of an image hosting service as a backdrop image? Github lets you add your own images to gh-pages. So you should use this service instead of tickle users privacy concerns. Whenever you load an image from a 3rd party, you also ping

[tw5] Re: You ask, I Deliver: Language switching via Oral Command and a Promise of custom commands to come in the Text-to-Speech Plugin!

2021-08-11 Thread PMario
On Wednesday, August 11, 2021 at 8:41:12 AM UTC+2 BurningTreeC wrote: > Hi @Finn, > you should change "dutch" to "german" :) > Hi, IMO it's not necessary to remove something, if it works but you should definitely add German. The TW full edition https://tiddlywiki.com/editions/full/ shows all

[tw5] Re: TW the finite state machine

2021-08-09 Thread PMario
On Monday, August 9, 2021 at 7:01:42 PM UTC+2 davou...@gmail.com wrote: I don't suppose there is documentation of TW as finite state machine. There is the TW dev documentation, that has been started, I think by 2 students as a project to analyse the internal structure of TW. See:

[tw5] Re: Presenting... Speech-to-Text plugin for TW5!!!

2021-08-09 Thread PMario
On Monday, August 9, 2021 at 4:09:53 PM UTC+2 flanc...@gmail.com wrote: > @ludwa6, > > Because the plugin is still (sort of) in its Beta stage, you must load it > yourself. > Beta with a 1.0.x version number? That's new. You should probably have a closer look at semantic versioning:

Re: [tw5] CSS for tooltips in TiddlyWiki?

2021-08-09 Thread PMario
On Sunday, August 8, 2021 at 4:24:57 PM UTC+2 David Gifford wrote: 3. The above looks great, but then moments later the 'normal' TiddlyWiki > tooltip shows up. Is there any way to hide it? Or delay it so long it won't > interfere? > Hi Remove the "tooltip" parameter from the widget you use.

Re: [tw5] Re: Dreaming of "TidEdit", an in-browser TiddlyWiki WikiText editor

2021-08-07 Thread PMario
On Saturday, August 7, 2021 at 4:19:52 PM UTC+2 cj.v...@gmail.com wrote: i.e. just what is needed to create/edit/save WikiText (à la TiddlyWiki) to > a TID file. Nothing else. > TLDR; You are right, we may be able to strip about half of the *UI* size, but this would mean we will go

[tw5] Re: Macro editor for KaTeX plugin

2021-08-05 Thread PMario
Hi folks, I want to add, that this is _NOT PRODUCTION READY_ at the moment. The PR at github looks good, but there is still some discussion going on. So it will be nice to get your feedback here or at github! -mario -- You received this message because you are subscribed to the Google

Re: [tw5] How do I store fields inside *.md files? As if it were a .tid file, without separating fields to the .meta file

2021-08-05 Thread PMario
On Thursday, August 5, 2021 at 2:56:28 PM UTC+2 Jeremy Ruston wrote: ... > I certainly would draw the line at integrating a full YAML parser, but > there’s no reason why we couldn’t parse a simple subset of YAML fields from > MD files. > I do agree here. The only thing we would need to

[tw5] Re: Table-of-Contents Macros

2021-08-05 Thread PMario
Hi, Which theme and which palette do you use in the screenshot? -mario On Thursday, August 5, 2021 at 4:27:46 PM UTC+2 S² wrote: > Hello forum, > > for the TOC I use the macro "toc-tabbed-internal-nav". > 1. Is it possible to sort the list? > 2. where are the colors defined for the selected

[tw5] Re: How do I store fields inside *.md files? As if it were a .tid file, without separating fields to the .meta file

2021-08-05 Thread PMario
Hi Shereda, I think we didn't have this usecase yet. ... As I understand it, you want to keep the .md file extension but use the TW .tid fields section and be able to load the .md files into TW as if they where .tid files. ... That's new! I'm not sure if we can and if we should provide this

[tw5] Re: personal help?

2021-08-05 Thread PMario
Hi, As Tones wrote. Just use your own words to describe, what you want to achieve. ... It doesn't need to be TW wikitext or the like. IMO it's enough if you use: "If this than that should happen" .. Or show us some examples what you have and tell us what you want ... have fun!

[tw5] Re: Dragable items in List Tab?

2021-08-05 Thread PMario
Hi, Here's the issue: https://github.com/Jermolene/TiddlyWiki5/issues/5939 -m On Thursday, August 5, 2021 at 1:18:53 PM UTC+2 PMario wrote: > Hi, > > >Is there some reason items in the List tab could not be made draggable > for re-ordering? > > No. No

[tw5] Re: Dragable items in List Tab?

2021-08-05 Thread PMario
Hi, >Is there some reason items in the List tab could not be made draggable for re-ordering? No. Nobody requested it yet ... I think it should be easy to change the $:/core/ui/TiddlerInfo/List tiddler to contain a <> macro. ... BUT ... There is a problem.

[tw5] Re: Need location of tiddler controlling link behavior

2021-08-04 Thread PMario
Hi, If a link is clicked, TW sends a tm-navigate message, which is catched by the navigator widget. There is a link-catcher widget, which will allow you to do a different thing instead using action widget. If you would be more concrete, what you try to achieve we could probably point you in

[tw5] Re: $edit-text loses focus on input... or does it?

2021-08-04 Thread PMario
Hi Eric, I think it's because the tiddler-widget does much more and different things as the list widget. See the code: https://github.com/Jermolene/TiddlyWiki5/blob/8e69284e8c6b99a6aa8d3d1001d5a1920d814a9c/core/modules/widgets/tiddler.js#L91 see the newTiddlerState.hash condition When the

Re: [tw5] Re: Voting for the v5.2.0 banner artwork

2021-08-04 Thread PMario
Frank, also congratulation from my side. Well done! -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

Re: [tw5] 10 Years of TiddlyWiki Development in 7 Minutes

2021-08-03 Thread PMario
On Tuesday, August 3, 2021 at 6:10:52 AM UTC+2 Mohammad wrote: > Mario, > This is amazing! > > One question: How did you make this? > I did use the software from https://gource.io/ which I did install using https://chocolatey.org/. I did record the whole thing using OBS Studio

[tw5] Re: 10 Years of TiddlyWiki Development in 7 Minutes

2021-08-02 Thread PMario
On Monday, August 2, 2021 at 10:13:45 PM UTC+2 strikke...@gmail.com wrote: > Absolutely beautiful. Looking like an awful lot of work - constantly more > and really all over the place. At the same time it is fitting for a > celebration - kind of look like firework. > Yea, I also thought so.

Re: [tw5] 10 Years of TiddlyWiki Development in 7 Minutes

2021-08-02 Thread PMario
On Monday, August 2, 2021 at 9:55:29 PM UTC+2 Ste wrote: > I have no real idea what I've just watched, small screen viewing probably > didn't help, but it looked impressive! > So was that a visualisation of git commits Mario? > Yes. ... The green "flashes" are adding content. The red ones are

[tw5] 10 Years of TiddlyWiki Development in 7 Minutes

2021-08-02 Thread PMario
10 Years of TiddlyWiki Development in 7 Minutes have fun! 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

[tw5] Re: Rules Pragma? and documentation

2021-08-01 Thread PMario
Hi, Have a look at the ControlPanel : Settings tab. The first option lets you disable CamelCase wikilinks globally. -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: Rules Pragma? and documentation

2021-08-01 Thread PMario
Hi, As Eric mentioned. Some of your links are broken. \rules alone does nothing. -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: list tiddlers title with a delimiter (a character between items) resulting from a complex filter

2021-08-01 Thread PMario
Hi, I don't understand the purpose. all[current] will only return 1 title. The currentTiddler. So why do you use [last[]] here? -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] Re: Highlighting duplicates in lists

2021-08-01 Thread PMario
Hi, Since Tony did present a workable solution, the issue was moved to the discussions section at github. https://github.com/Jermolene/TiddlyWiki5/discussions/5925 I still think, that a <> macro may reduce the complexity of the solution. -mario -- You received this message because you

[tw5] Re: Highlighting duplicates in lists

2021-07-30 Thread PMario
Hi, Your construction should look like this, if you want to have a UL list <$list ...> ... your code Otherwise you will create invalid HTML code. On Friday, July 30, 2021 at 1:03:33 AM UTC+2 mohamed...@hotmail.com wrote: can i highlight tiddler 1 and tiddler 4 maybe in red ? > You

[tw5] Re: Questions re TiddlyWiki + nodejs for building TiddlyWiki editions

2021-07-28 Thread PMario
Hi, I think you don't miss much, if you use a single file TiddlyWiki, if it fit's your needs and you workflow. So as long as working with a single file doesn't drive you against a wall, there is no need to switch. Using TiddlyWiki with nodejs is just an other workflow. --- A bit of

[tw5] Re: Another set of eyes on my code

2021-07-28 Thread PMario
Hi, These widgets may help debugging. https://tiddlywiki.com/#LogWidget:LogWidget%20ActionLogWidget -m On Wednesday, July 28, 2021 at 12:08:35 AM UTC+2 TW Tones wrote: > Mark, > > Thanks, when I separate the code it also works. Just knowing your success > is important information. My suspicion

[tw5] Re: List Widget Filters "Only" operator

2021-07-27 Thread PMario
On Tuesday, July 27, 2021 at 2:26:23 PM UTC+2 TW Tones wrote: [all[current]tags[]count[]match[2]then] +[tag[Tag1]] > +[tag[Tag2]] > Tony, Your filter uses all tiddlers that have 2 tags and starts to test them. I did think about this: <$set name="condition"

[tw5] Re: List Widget Filters "Only" operator

2021-07-26 Thread PMario
Hi John, If you found a solution, it would be nice if you share it. If it still causes headaches, let us know. -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

[tw5] Re: Another set of eyes on my code

2021-07-26 Thread PMario
Hi Tony, I would have a look at it, if you'd provide a json with 2 or 3 tiddlers in it that I can import at tiddlywiki.com, which show the problem. Just with this code and the description, that I don't understand 100% it's hard to see a problem. I'm not in the mood to create a testcase, that I

[tw5] Re: List Widget Filters "Only" operator

2021-07-25 Thread PMario
UUPS, I didn't read your OP good enough, because my solution works for 1 tag only. ... BUT it should contain enough info to figure out, how the filter should look like for your problem;) -m On Monday, July 26, 2021 at 7:39:12 AM UTC+2 PMario wrote: > Hi, > > In TW you sometimes need

[tw5] Re: List Widget Filters "Only" operator

2021-07-25 Thread PMario
Hi, In TW you sometimes need to think different, because filter sets can dynamically change as you found out. <$set name="condition" value="[tags[]count[]match[1]]"> <$list filter="[tag[a]filter]"/> In this example, the first filter tag[a] gets all tiddlers that have a tag a. The second

Re: [tw5] I broke the json pre-release :|

2021-07-23 Thread PMario
Hi, There was no offence intended in my last post. Your tests are good and you already discovered a problem, that would have caused a severe problem in production, if you hadn't found it. ... So -- well done! What I wanted to say is that we need to test all kind of filter operators, that can

[tw5] Re: TiddlyWiki + nodejs: What are benefits and use cases?

2021-07-23 Thread PMario
Hi, I think the main advantage is, that you can easily build and test the latest version of TW on your local PC. It lets you serve binary files eg: images or PDFs from a /files directory, so you don't need to include them in your wiki. With the new SSE plugin mentioned in the other post it

[tw5] Re: TiddlyWiki + nodejs: What are benefits and use cases?

2021-07-23 Thread PMario
On Friday, July 23, 2021 at 11:03:38 PM UTC+2 Mark S. wrote: > >- It's the only official way to share a TW over the local network. > > It's also possible to share single file wikis on windows, with built-in IIS server and WebDav. I did discuss the setup at youtube:

[tw5] Re: Getting relink to prevent obsolete permalinks

2021-07-23 Thread PMario
On Thursday, July 22, 2021 at 5:14:00 PM UTC+2 springer wrote: And as much as you may "choose my tiddler names well enough when needed so > they need not change in future", renaming a tiddler is not always a matter > of realizing that you failed to have foresight the first time around. (My >

Re: [tw5] I broke the json pre-release :|

2021-07-23 Thread PMario
Hi, Nice tests, but you mainly test with tiddler titles, and not fields. Even if you have strange field names in your tiddlers. https://springerspandrel.github.io/tw/new-json-tw-experiment.html#Show%20related%20field-table%20(ViewTemplate) .. The filter is probably broken, because the number

[tw5] Re: Katex and TiddlyWiki: Some syntax does not work

2021-07-22 Thread PMario
Hi I did create an issue: https://github.com/Jermolene/TiddlyWiki5/issues/5907 -m On Thursday, July 22, 2021 at 2:39:05 PM UTC+2 PMario wrote: > Hi, > It seems {align} support started with KaTex 0.13.0 ... The version used in > TW is 0.12.0 which is about 1 year old. > So we w

[tw5] Re: Katex and TiddlyWiki: Some syntax does not work

2021-07-22 Thread PMario
Hi, It seems {align} support started with KaTex 0.13.0 ... The version used in TW is 0.12.0 which is about 1 year old. So we will probably need to make an update. -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

Re: [tw5] I broke the json pre-release :|

2021-07-21 Thread PMario
On Thursday, July 22, 2021 at 3:24:54 AM UTC+2 TW Tones wrote: > However am I the only one who still intends to keep field names to a > defacto naming standard such as i-am-afield no caps or spaces? so It is > easy for me to tell field names apart from text and titles! > No -- you are not.

[tw5] Re: OpenAPI Explorer in TW

2021-07-20 Thread PMario
Hi, >SO @Mario: do you think as i do that an API Explorer in TW could be a useful tool in this pursuit? and, if so, then is it something that might be built w/ relative ease? I think, it would be a useful tool. .. The problem creating it from scratch with TW is, that it would be like

[tw5] Re: OpenAPI Explorer in TW

2021-07-19 Thread PMario
Hi Walt, After I did send my last post, I did find the new docs for version 2 of farmOS. I can see your dilemma now. The question is, do you want to explore the V2 API or the V1.x API. It seems they are fundamentally different.

[tw5] Re: OpenAPI Explorer in TW

2021-07-19 Thread PMario
On Thursday, July 15, 2021 at 6:10:22 PM UTC+2 ludwa6 wrote: The problem is: the farmOS system i use for > operational record-keeping is undergoing a major upgrade to version 2.0; > this presents a data migration challenge for me & the agronomist i'm > working with that

Re: [tw5] Re: Just the UI of tiddlywiki

2021-07-14 Thread PMario
On Wednesday, July 14, 2021 at 8:10:00 PM UTC+2 somen...@gmail.com wrote: > Mario, yes I know that tiddlywiki is a html javascript engine. > But I want something in the background, for example for managing > multiaccess and multiedit of same tiddler. I think it could be done with > backend. >

Re: [tw5] New JSON Store Area Now in v5.2.0 Prerelease

2021-07-14 Thread PMario
On Wednesday, July 14, 2021 at 6:59:04 PM UTC+2 Mohammad wrote: Thank you for all your efforts. Does this testing include single file save > with tools like Timimi? > It's related to single file wiki actions and especially 3rd party plugins. So it should be tested with real-world wikis. BUT

[tw5] Re: Implications of "Tag Pollution"

2021-07-14 Thread PMario
On Wednesday, July 14, 2021 at 5:29:38 PM UTC+2 Stobot wrote: I agree with most of the points of where fields are more useful than tags > as you get deeper and deeper into organization, and the methods make sense, > but often there's talk about a performance implication that I don't >

Re: [tw5] Re: Just the UI of tiddlywiki

2021-07-14 Thread PMario
On Wednesday, July 14, 2021 at 1:38:46 PM UTC+2 somen...@gmail.com wrote: ... > I will look into the code but it's a pitty to be TW2. Perhaps someone > could point to me where is the code of the UI in the code of official > tiddlywiki5. > Hi Xavier, I think there is a bit of a

[tw5] Re: A more elegant filter?

2021-07-14 Thread PMario
Try this <$set name=pattern value="^project$|^todo$"> <$list filter="[all[current]search:tags:regexp]"> found <> -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: How to? " conflicts with wrap button

2021-07-13 Thread PMario
Hi, Try this: <$action-sendmessage $message="tm-edit-text-operation" $param="wrap-selection" prefix='<$macrocall $name=det tid="""' suffix='"""/>' /> It's possible to cover the parameters in single quotes. -mario -- You received this message because you are subscribed to

[tw5] Re: Just the UI of tiddlywiki

2021-07-13 Thread PMario
Hi Xavier, You may have a closer look at: https://tank.peermore.com/tanks/tiddlyweb/TiddlyWeb An overview may be found at: https://tank.peermore.com/tanks/tiddlyweb/TiddlyWeb tank .. is a project from Chris Dent the creator of all the TiddlyWeb python code. He

Re: [tw5] Re: Is there a way to automatically save changes on TiddlyWiki?

2021-07-13 Thread PMario
On Tuesday, July 13, 2021 at 5:36:52 AM UTC+2 arlandri...@gmail.com wrote: > Really sorry if I replied so late. I had a problem with my PC, this time > not related to Tiddly Wiki :D > This evening I will try your auto-save plug-in. > At the moment, the only plug-in I have is Tiddly-Wiki 5 core.

[tw5] Re: [Seeking Ideas] Issues with a TW in four languages ...

2021-07-12 Thread PMario
Hi, I was working on multi-language plugins. So the texts could be language-plugins which switch with the language. ... The problem I have atm is, that the plugin import dialogue wikitext is frustratingly complicated, which slows down the progress quite a bit. -mario -- You received this

[tw5] Re: Inconsistency is so frustrating

2021-07-11 Thread PMario
Hi, I did create a little plugin that allows you to use "markdown-like" new-line markers at the end of the line. https://wikilabs.github.io/editions/space-space-newline/ So if you add 2 spaces OR 2 spaces and a backslash at the end of the line you'll create a hard-linebreak. This

[tw5] Re: Inconsistency is so frustrating

2021-07-11 Thread PMario
Hi David, I hope you feel better now ;) So the only thing I can do here is : Try to explain how the parser algorithm works, so that you can see, why it behaves the way as it does. === The tiddlywiki parser knows 2 types of rules - block rules and - inline rules

[tw5] Re: How to make a more convenient method for selecting tags?

2021-07-09 Thread PMario
Hi, This plugin will only help you with your issue no. 1) -m On Friday, July 9, 2021 at 11:59:40 PM UTC+2 PMario wrote: > Hi, > You could use my "Multi-column Dropdown" plugin. > https://wikilabs.github.io/editions/multicol-dropdown/ > > The plugin onl

[tw5] Re: How to make a more convenient method for selecting tags?

2021-07-09 Thread PMario
Hi, You could use my "Multi-column Dropdown" plugin. https://wikilabs.github.io/editions/multicol-dropdown/ The plugin only changes some CSS styles. For an easy way to import and update my plugins you can have a look at https://wikilabs.github.io/ and watch the video. have fun! mario *PS

[tw5] Re: [ Streams ] Version number changes

2021-07-09 Thread PMario
Hi Saq, Didn't know about Conventional Commits. Looks good. How did you create your changelog? I'd be interested in a similar workflow for my own plugins. At the moment I'm manually creating my change logs, which is a lot of "boring" work -mario -- You received this message because you

[tw5] Re: Bob and keystrokes

2021-07-08 Thread PMario
or whether I need to >>> somehow start over with a temp-tiddler-based editing flow. Ah well. You >>> live and learn. >>> >>> Thanks again for pointing me at $:/temp. >>> >>> >>> On Tuesday, July 6, 2021 at 2:09:13 AM UTC-4 PMario wrot

[tw5] Re: Windows tip for TiddlyWiki start-v

2021-07-08 Thread PMario
Hi Tony, That's a nice catch. I didn't know this. So thx for sharing. -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: Bob and keystrokes

2021-07-06 Thread PMario
C+2 PMario wrote: > On Tuesday, July 6, 2021 at 4:29:30 AM UTC+2 Ed Heil wrote: > >> Thanks, TW, PMario. What defines a temporary tiddler for these >> purposes? Being under $:/temp/ ? >> > > Yes. ... It depends how your form looks like and how the tiddler you n

[tw5] Re: Bob and keystrokes

2021-07-06 Thread PMario
On Tuesday, July 6, 2021 at 4:29:30 AM UTC+2 Ed Heil wrote: > Thanks, TW, PMario. What defines a temporary tiddler for these > purposes? Being under $:/temp/ ? > Yes. ... It depends how your form looks like and how the tiddler you need looks like. I would define a view-mode for

[tw5] Re: Bob and keystrokes

2021-07-05 Thread PMario
Hi Ed, You can create a form, that uses a temporary tiddler. Those tiddlers are not synced. Once your values are written you can hit a button, that copies the temp values to the real values. --> done -mario -- You received this message because you are subscribed to the Google Groups

[tw5] Re: What is this weird error in "define"?

2021-07-05 Thread PMario
Hi, It would be much easier, if you posted the code, instead of images. I can test the code with a wiki, but I have to test the code from an image in my brain, which makes it much more difficult ... for me. You didn't show the the code for "image-picker-list", which seems to contain the

[tw5] Re: What is this weird error in "define"?

2021-07-05 Thread PMario
On Sunday, July 4, 2021 at 11:04:23 PM UTC+2 miket...@gmail.com wrote: > And this shouldn't be restored if I canceled the changes and removed all > the extra symbols before? > It will be restored, if you changed it back to the initial state. If not it may be a bug, or you copy pasted some

[tw5] Re: Spell checker that works with CodeMirror?

2021-07-05 Thread PMario
On Sunday, July 4, 2021 at 1:26:21 PM UTC+2 TW Tones wrote: I assume then if you do not want to use an internet dictionary as you > source of word checks then perhaps you need the aforementioned 700k of data > that is a dictionary. > No. I'm perfectly fine with the "Spell Check" preview

[tw5] Re: What's the issue with IDs again?

2021-07-02 Thread PMario
On Friday, July 2, 2021 at 6:56:58 PM UTC+2 Mat wrote: > In HTML one can apply an ID attribute to objects. I know this is not > possible in TW... but I don't get why. Can someone explain why this is not > possible or not appropriate, please. Hi Mat, It is possible to use IDs with TW. ...

[tw5] Re: Spell checker that works with CodeMirror?

2021-07-02 Thread PMario
On Friday, July 2, 2021 at 1:29:07 AM UTC+2 Scott Kingery wrote: > Thanks for posting this. Works great with the standard editor and > Grammarly browser extension. There are 2 problems I see with tools like this. a) you need to be always online b) You need to create an account and every

[tw5] Re: Spell checker that works with CodeMirror?

2021-07-01 Thread PMario
On Thursday, July 1, 2021 at 3:28:11 PM UTC+2 TW Tones wrote: > There seems to be a solution mentioned at the bottom of this thread > https://stackoverflow.com/questions/12343922/codemirror-with-spell-checker It needs a 700kByte dictionary for English alone. As I wrote, the biggest problems

[tw5] Re: Spell checker that works with CodeMirror?

2021-07-01 Thread PMario
; [image: spell check.png] > > Regards > Stefan > PMario schrieb am Donnerstag, 1. Juli 2021 um 11:06:30 UTC+2: > >> I did create an issue: >> https://github.com/Jermolene/TiddlyWiki5/issues/5841 at github >> >> -m >> On Thursday, July 1, 2021 at 11:03:0

[tw5] Re: Spell checker that works with CodeMirror?

2021-07-01 Thread PMario
Hi Stefan, In your screenshot it works on the right side as expected. .. BUT it seems you switched to German language. With right-click : Sprachen you should get a selector, to select the language. If there is no selector, you'll need to install a new dictionary. see: "Wörterbücher

[tw5] Re: Spell checker that works with CodeMirror?

2021-07-01 Thread PMario
I did create an issue: https://github.com/Jermolene/TiddlyWiki5/issues/5841 at github -m On Thursday, July 1, 2021 at 11:03:03 AM UTC+2 PMario wrote: > Hi, > That's a very clever approach, since 3rd party libraries are always huge > in size, since they need language specific dic

[tw5] Re: Spell checker that works with CodeMirror?

2021-07-01 Thread PMario
Hi, That's a very clever approach, since 3rd party libraries are always huge in size, since they need language specific dictionaries. IMO we should ship this little tweak with the codemirror plugin, so it is available by default -mario On Thursday, July 1, 2021 at 10:14:52 AM UTC+2

[tw5] Re: Real-time updates to wiki

2021-07-01 Thread PMario
Hi Patrice, That's an interesting setup. ... If you write a .tid file into the store area at a default node server, you still have to restart the server and reload the clients. ... I don't know "bob" so I can't say if this situation can be handled there. On the other hand you did mention

[tw5] Re: How to make a tree structure of the notes?

2021-06-30 Thread PMario
On Wednesday, June 30, 2021 at 10:50:28 PM UTC+2 PMario wrote: want. ... so you can use tabs for "overall grouping" and create different > trees with tocP > not "tabs" -> should be tags -m -- You received this message because you are subscribed to the Goog

[tw5] Re: How to make a tree structure of the notes?

2021-06-30 Thread PMario
On Wednesday, June 30, 2021 at 8:32:08 AM UTC+2 imleg...@gmail.com wrote: > When I use tiddly I find it is easy to make a small piece of knowledge? > But I really need to make a tree structure of the notes, because the notes > I took are too scattered which make it hard to build a summary view

Re: [tw5] Re: [UPDATE] uni-link pugin V2.1.0 released

2021-06-29 Thread PMario
On Tuesday, June 29, 2021 at 3:28:05 PM UTC+2 TW Tones wrote: ... I would not be surprised if there were data sets one could import for > English at least to search for equivalents. > You are right, there are javascript libraries that know how to handle singular / plural rules. The code is

[tw5] Re: Importing 600 Markdown files into TiddlyWiki: how to?

2021-06-29 Thread PMario
On Tuesday, June 29, 2021 at 6:05:58 PM UTC+2 iv...@ivanferrero.it wrote: > Thank you Tones for your reply. > No I haven't tried drag and drop because of my fear to mess things up. > That's the reason why "backups" make me feel good ;) -mario -- You received this message because you are

[tw5] Re: protected macros

2021-06-28 Thread PMario
Have a closer look at: https://tiddlywiki.com/#dumpvariables%20Macro:%5B%5Bdumpvariables%20Macro%5D%5D%20%5B%5Bdumpvariables%20Macro%20(Examples)%5D%5D and: https://tiddlywiki.com/#LogWidget:LogWidget%20ActionLogWidget They may help you to see what's going on. .. The later 2 can only be seen

[tw5] Re: protected macros

2021-06-28 Thread PMario
On Tuesday, June 29, 2021 at 1:43:23 AM UTC+2 jn.pierr...@gmail.com wrote: > In a tiddlers tagged as #:/tags/Macro there is a public macro. It requires > other macros to achieve its goals, but these macros have no business being > used elsewhere. > > If I declare these macros in the same

[tw5] Re: template: where is the widget???

2021-06-28 Thread PMario
On Tuesday, June 29, 2021 at 1:15:35 AM UTC+2 jn.pierr...@gmail.com wrote: Here are some things that *change the current tiddler*: > >- Transcluding another tiddler with the {{curly braces}} syntax. >- Using a $list widget to enumerate the outputs of a filter. >- Directly setting

Re: [tw5] Re: [UPDATE] uni-link pugin V2.1.0 released

2021-06-28 Thread PMario
On Monday, June 28, 2021 at 9:13:16 PM UTC+2 Si wrote: > >>> The problem is, that I would need to add a generic way. It may work > for your, but an other user would probably have fun to link to [[foot]] ;) > ... > > I'm not sure I understand what you are saying here! Is "[[foot]]" an >

Re: [tw5] Re: [UPDATE] uni-link pugin V2.1.0 released

2021-06-28 Thread PMario
I did add a github issue: https://github.com/wikilabs/plugins/issues/101 .. so it's not forgotten. -m On Monday, June 28, 2021 at 6:37:35 PM UTC+2 PMario wrote: > On Monday, June 28, 2021 at 5:49:48 PM UTC+2 Si wrote: > > For example take [[books|??]]. By default this will work as it

Re: [tw5] Re: [UPDATE] uni-link pugin V2.1.0 released

2021-06-28 Thread PMario
On Monday, June 28, 2021 at 5:49:48 PM UTC+2 Si wrote: For example take [[books|??]]. By default this will work as it currently > does, but from a global config the user could add the filter > trim:suffix[s]. This would be applied to [[books]] and then the result > used as the search term. >

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