[tw5] Re: The Many Macros Question - design and performance

2020-05-04 Thread PMario
On Monday, May 4, 2020 at 12:07:32 AM UTC+2, TonyM wrote: ... Having every macro in 1 tiddler can improve the possibility to document > them. The text below a macro definitions is ignored by the \import process. > So it doesn't have any memory or performance penalty if there is a lot of > text

[tw5] Re: The Many Macros Question - design and performance

2020-05-04 Thread PMario
On Monday, May 4, 2020 at 12:07:32 AM UTC+2, TonyM wrote: ... Global macros are imported in $:/core/ui/PageTemplate ... So those > variables will only be built, if the page template or one of the macros are > changed. > > So this makes them quite efficient, but some of my macros refer to anothe

[tw5] Re: The Many Macros Question - design and performance

2020-05-04 Thread PMario
On Monday, May 4, 2020 at 12:07:32 AM UTC+2, TonyM wrote:... I personally have several macro definitions in 1 tiddler. IMO this makes >> debugging much easier. It also makes it easier to convert a macro >> definition tiddler into a template, which isn't tagged or imported at, but >> transcluded

[tw5] Re: Does that TW is a Quine matter? YES.

2020-05-04 Thread PMario
Hi, For me it doesn't matter at all. Quine is a word that had no meaning for me since I did look it up on wikipedia. In wikipedia there is a list of (sorry to say) useless code, that prints useless code, which they call a Quine. So calling TiddlyWiki a Quine may only be useful for develope

[tw5] Re: The Many Macros Question - design and performance

2020-05-03 Thread PMario
Hi Tony, I think it depends, what your macros do. .. Eg. If they define global functionality, which is useful for every "user" tiddler, or used in the ViewTemplate, you pretty much have to make them global, tagging them $:/tags/Macro If you use them in something like a Dashboard tiddler, it c

[tw5] Re: [doc] The BIG PICTURE of TiddlyWiki - an overview

2020-05-03 Thread PMario
Hi Mat, Very nice read! .. The only thing that did upset me, was the abrupt end. ... Instead of ending with: TiddlyWiki x I would have expected something that would have brought me back to the intro, with a twist. eg: *Tiddlywiki* -- *Lists* in tiddlers, *Tiddlers* in lists have

[tw5] Re: Next/Prev in Tag Set button?

2020-05-03 Thread PMario
On Sunday, May 3, 2020 at 3:42:17 AM UTC+2, TonyM wrote: > > In support of the release of Stroll and for General use, I was wondering > if anyone has made a > Next /Prev in "Tag Set" button? > What is a "Tag Set" button? -m -- You received this message because you are subscribed to the Google

[tw5] Re: List of changes proposed for documentation

2020-05-02 Thread PMario
On Saturday, May 2, 2020 at 8:39:26 PM UTC+2, Mark S. wrote: > > *Some people find this approach inconvenient. There are other solutions > that may work for you better, depending on your platform and browser > preferences:* > > > *1. For Mac: TiddlyDesktop, Timimi, file-backups ...* > > *2. Fo

[tw5] Re: [INTRO] WebDav PUT saver plugin which allows server side compression

2020-05-02 Thread PMario
On Saturday, May 2, 2020 at 10:21:26 AM UTC+2, Petruschka wrote: > > Hello PMario, > > Thanks for offering us this plugin which made anyone's scope for action > larger instead smaller! > You are welcome! > Could you may explain to me, which advantages or possibi

[tw5] Re: [Plugin] Dropboard 1.0.0 — Kanban like organization in the style of Trello using boards, lists, and cards.

2020-04-30 Thread PMario
On Thursday, April 30, 2020 at 4:13:54 PM UTC+2, PMario wrote: > > Hi Dominik > > I think this is the way to go: > https://reidgould.github.io/tiddlywiki-dropboard/#Dropboard%20for%20TiddlyWiki > It says 4 ways. ... Only 1 is needed. ... -> IMO you should go with the 2nd.

[tw5] Re: [Plugin] Dropboard 1.0.0 — Kanban like organization in the style of Trello using boards, lists, and cards.

2020-04-30 Thread PMario
Hi Dominik I think this is the way to go: https://reidgould.github.io/tiddlywiki-dropboard/#Dropboard%20for%20TiddlyWiki -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 a

[tw5] Re: Can i create a regex to find everything between [[ ]]

2020-04-30 Thread PMario
This should do it too <$set name="digit-pattern" value="\[\[Demo\]\](?i)"> <]">> -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 tiddlywiki+unsubscr...@googl

[tw5] Re: Can i create a regex to find everything between [[ ]]

2020-04-30 Thread PMario
On Thursday, April 30, 2020 at 2:14:59 PM UTC+2, Tony K wrote: > > regexp:text["Demo"(?i)] > > > i am using this one to get all occurences of "Demo" however how can i > modify it to find [[Demo]] instead? > There seems to be a problem in the regexp detection of escaped \] .. Needs more invest

[tw5] Re: Can i create a regex to find everything between [[ ]]

2020-04-30 Thread PMario
Hi Just use: [[Demo]backlinks[]] It will show you all tiddlers that have [[Demo]] in the text area. It will also show you [[asdf|Demo]] like tiddlers -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and s

[tw5] Re: Is there way to make TiddlyWiki system-wide case insensitive?

2020-04-30 Thread PMario
Hi Alexei, You can try my "uni-link" plugin. The Intro thread is here: https://groups.google.com/d/msg/tiddlywiki/cWmx9oHpltc/G4EMvxfABgAJ have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and sto

[tw5] Re: About the "no compound toddler title" recommandation

2020-04-29 Thread PMario
Hi Eric, Please open a new thread with your post. ... Otherwise you'd probably hijack this thread. ... Which imo isn't best practice ;) kind regards mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: "Filter" Option + Search in Fields box

2020-04-29 Thread PMario
Hi, My field-search plugin ma be of interest. See the intro thread . It contains a link to a short intro video. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To un

[tw5] Re: Best practices for data structure

2020-04-28 Thread PMario
On Tuesday, April 28, 2020 at 11:10:59 PM UTC+2, Dave Parker wrote: > > PMario: I'd never thought of just dragging an empty new wiki onto an old > existing wiki - Good Idea!! > If the core version is the same, there should be no problems. If you need a new core, you should

[tw5] Re: Best practices for data structure

2020-04-28 Thread PMario
On Tuesday, April 28, 2020 at 11:03:16 PM UTC+2, PMario wrote: * and what about updating TW version? Currently I drag my TW file onto a >> thing at tiddlywiki.com/updates, but that can't be a secure enough >> method as far as privacy legislation, can it? >> > > ti

[tw5] Re: Best practices for data structure

2020-04-28 Thread PMario
On Tuesday, April 28, 2020 at 5:52:18 PM UTC+2, Dave.2 wrote: Yes, I forgot to mention that the entire file will be for a single > patient. I have visions of having the entire set of patient TWs in a Bob > instance which apparently can handle multiple wikis, but single file wikis > are fine to

[tw5] Re: Best practices for data structure

2020-04-28 Thread PMario
On Tuesday, April 28, 2020 at 6:46:54 AM UTC+2, Dave Parker wrote: > > I'm going to be keeping track of progress of patients across multiple > visits, and I have a couple ideas of how to do that. > What are you thoughts about privacy? Do you intend to work with encrypted wikis? What about backup

[tw5] Re: Best practices for data structure

2020-04-28 Thread PMario
Hi Dave, As Tony and Mat wrote, it always depends on the usecase. That's why I only want to explain my ideas, using the description you provided. I personally would go with 1 TW file per patient. ... TW is a very open system. I think it is very likely that you need to discuss decision making

[tw5] Re: Tags and Starting the List field

2020-04-28 Thread PMario
On Tuesday, April 28, 2020 at 11:47:39 AM UTC+2, TonyM wrote: > > Mario > > When it says list before and list after is remove is this deleted from the > source tiddlers? > Exactly that. View in edit-mode: https://tiddlywiki.com/#%24%3A%2Fcore%2Fmacros%2Flist and search for: list-before The d

[tw5] Re: Tags and Starting the List field

2020-04-28 Thread PMario
On Tuesday, April 28, 2020 at 4:20:29 AM UTC+2, TonyM wrote: > > Quick Question: If I tag a set of tiddlers with a tagname > >- I can use <> to generate a tag pill or use the one that >appears in the tag list. >- From the drop down > - I can click on the tagname to create it >

[tw5] Re: How rename a Tiddler?

2020-04-27 Thread PMario
On Monday, April 27, 2020 at 4:19:13 PM UTC+2, N P wrote: > > @PMario, > > And I am also curious of learning why actions should not be in the button > widget. > hmmm, I did some tests with TW 5.1.22, and the behaviour, that I had in mind doesn't exist anymore. So yo

Re: [tw5] Zettelkasten Questions

2020-04-27 Thread PMario
On Monday, April 27, 2020 at 1:17:11 AM UTC+2, Anne-Laure Le Cunff wrote: > > It's not a TiddlyWiki theme, it's just Bootstrap > > > :) My TW uses the default theme. > TW used to

Re: [tw5] Re: ALERT! In about 1h the meeting starts

2020-04-26 Thread PMario
Hi, Any video recordings? -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 tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web visit

[tw5] Re: What is a large tiddlywiki file size? What is too large?

2020-04-26 Thread PMario
Hi Bob The $:/Import tiddler is deleted from TW: - If you Import button - If you click the Cancel button - If you select More : Delete from the tiddler menue bar -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from thi

[tw5] Re: Redesign of TiddlyWiki

2020-04-25 Thread PMario
On Saturday, April 25, 2020 at 5:06:09 PM UTC+2, PMario wrote: IMO we can do everything. ... Installing those 3 themes in ONE wiki and > make them switchable will be a challenge. ... But doable, if it needs to be > ... > edited last post. -m -- You received this message becaus

[tw5] Re: Redesign of TiddlyWiki

2020-04-25 Thread PMario
Hi Edgaras, Welcome to the club! It's nice to see a designer's point of view! I think your designs should be like brainstorming about UI and UX improvements. It's cool to explore new possibilities without thinking about the consequences ;) We developers and power-users should *not* think about

[tw5] Re: How rename a Tiddler?

2020-04-25 Thread PMario
gt; Click me! It saves you a lot of problems in the long run. Trust me. On Saturday, April 25, 2020 at 3:42:29 PM UTC+2, PMario wrote: > > Hi N P > > I did test the tm-rename-tiddler. ... It doesn't modify the "created" > field. So it seems you did other commands,

[tw5] Re: How rename a Tiddler?

2020-04-25 Thread PMario
Hi N P I did test the tm-rename-tiddler. ... It doesn't modify the "created" field. So it seems you did other commands, that created a new tiddler. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop rec

[tw5] Re: Freelinks

2020-04-23 Thread PMario
On Thursday, April 23, 2020 at 12:05:22 PM UTC+2, Peter Buyze wrote: > > From the readme tab in the plug-in: > > Freelinking is activated for runs of text that have the following > variables set: > >- tv-wikilinks is NOT equal to no >- tv-freelinks is set to yes > > What does "tv" mean

[tw5] Re: Freelinks + alias

2020-04-22 Thread PMario
On Wednesday, April 22, 2020 at 7:15:30 PM UTC+2, springer wrote: > > Getting an alias field to play well with freelinks is THE DREAM! > hmmm .. ok > To be clear: something like uni-link helps one kind of use-scenario -- the > one where a single author is generating tiddler content, and is aw

[tw5] Re: macros vs. transclusions?

2020-04-22 Thread PMario
Hi, As Jed pointed out, it's a about "your preferences". ... But I think, if others need to use your plugins, macros are probably simpler for them. They produce more "descriptive" code. eg: {{test||xx}} ... means transclude the tiddler named: test and use the template: xx to display the conte

[tw5] Re: raspberry pi nextcloud and TW

2020-04-21 Thread PMario
On Tuesday, April 21, 2020 at 2:04:38 PM UTC+2, kelsang sherab wrote: > > Thank you all for your replies. > > I am not any clearer. > But I suspect it is because I did not explain my end goal clearly enough. > :) .. Then I suggest, that you try to explain, what you want to do. -m -- You recei

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread PMario
Hi Peter, As Tony pointed out, tags is "just a field" in a tiddler. If you open the tiddler info area you can see them under the "Fields" tab. The tiddler info area is under the tag menu "\/ More : (i) Info" So 1 tags field can handle different values. .. The same is true for fields. You onl

[tw5] Re: Editor access vs View Access

2020-04-20 Thread PMario
Hi, You can also have a closer look at: https://kookma.github.io/TW-Scripts/ which is a "compiled" knowledge base with links here to the group, for questions Mohammad (also a relatively new - but active - user) and others had. PLUS at least 1 possible solution. ... If not in the wiki click the

[tw5] Re: Editor access vs View Access

2020-04-20 Thread PMario
On Monday, April 20, 2020 at 2:00:33 PM UTC+2, Yoni Balkind wrote: > > side note - I have quite a lot of questions because I'm new to TW and am > not a programmer and i'm finding it a quite a challenge.. What is the > preferred modus operandi of this forum? Should I post all of my questions > as

[tw5] Re: Tag tiddler

2020-04-20 Thread PMario
Hi, There's probably a tiddler taged nzk with an empty "caption" field. -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 tiddlywiki+unsubscr...@googlegroups.com

[tw5] Re: Many tags slow TW down?

2020-04-20 Thread PMario
On Monday, April 20, 2020 at 2:36:40 PM UTC+2, Peter Buyze wrote: > > I have read this somewhere and was wondering if it is true. I have several > tens of tags and TW has not slowed down at all. If so, what is a number > where one can expect TW to slow down? > Filtering with fields and tags got

Re: [tw5] Freelinks hijacks external links

2020-04-20 Thread PMario
On Monday, April 20, 2020 at 11:53:18 AM UTC+2, HC Haase wrote: > > mandag den 20. april 2020 kl. 11.44.06 UTC+2 skrev Peter Buyze: >> >> PMario also mentioned a serious flaw: if your have a tiddler entitled say >> "boat", then Freelinks will link every i

[tw5] Re: raspberry pi nextcloud and TW

2020-04-20 Thread PMario
Hi, This may be an option. Using it to mount dirves. https://docs.nextcloud.com/server/15/user_manual/files/access_webdav.html -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: raspberry pi nextcloud and TW

2020-04-20 Thread PMario
On Monday, April 20, 2020 at 10:41:53 AM UTC+2, Jed Carty wrote: > > I haven't used it myself, but nextcloud supports webdav, and tiddlywiki > can use a webdav saver. So that is probably a good place to start looking. > Hi folks, Nextcoud's WebDav implementation [1] has changed quite a bit sinc

[tw5] Re: Problems saving Tiddlywiki using webdav under Apache

2020-04-18 Thread PMario
Hi, Cool, that it worked out for you. -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 tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the we

[tw5] Re: Problems saving Tiddlywiki using webdav under Apache

2020-04-17 Thread PMario
Hi Dave, It's probably a problem with etag settings and server side compression. See this post: https://groups.google.com/d/msg/tiddlywiki/a3Ihi9W2hlk/jVgJi_7ZAQAJ and also read the rest of the thread. It may contain other links that should be able to help you, if the post isn't enough. ha

[tw5] Re: Freelinks + alias

2020-04-17 Thread PMario
On Thursday, April 16, 2020 at 5:25:49 AM UTC+2, blarg H wrote: > > Does anyone know how to get the new freelink plugin to work on Alias? > > such as if I make a tiddler with Darwinism and I make an alias of > "neodarwinism" to link to Darwinism, I would then like for every instance > of "neodarw

[tw5] Re: Unable to save to GitHub

2020-04-17 Thread PMario
On Friday, April 17, 2020 at 9:17:58 AM UTC+2, FFT wrote: > > Is this still working? Recently, saving via GitHub Saver does not work for > me. I receive an XMLHttpRequest error code:401. > Did you use an "Personal access token" as described in: https://help.github.com/en/github/authenticating-to

[tw5] Re: Freelinks + alias

2020-04-17 Thread PMario
On Thursday, April 16, 2020 at 9:04:56 PM UTC+2, blarg H wrote: > > Yeah there is definitely incompatibility here its also because I am using > tiddlyblink with it as well. > Hi, I did test both plugins together and there is no incompatibility. ... Both plugins do what they should do. Every plu

[tw5] Re: See all tids one has

2020-04-16 Thread PMario
hi, see: right sidebar : More : All tab + others -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 tiddlywiki+unsubscr...@googlegroups.com. To view this discu

[tw5] Re: template for translcusion of wiki content

2020-04-15 Thread PMario
On Thursday, April 16, 2020 at 12:28:23 AM UTC+2, Jean-Pierre Rivière wrote: So here's my attempts. I'm using the latest tw5 5.1.22 (BTW I can't find a > way to get the version number of a single file tiddlywik, besides $:/built > which doesn't ?): > There is a <> macro, which will show it. -

[tw5] Re: Tab behavior and the tag picker

2020-04-15 Thread PMario
Hi Jack, I do have a workaround. - If you tab into the tag-editor - tab 1 more time and the dropdown chevron is selected. - If you hit [space] bar now, the tag-popub will be closed. Not a real solution, but it should work with 2 more "clicks" -mario -- You received this message

[tw5] Re: Announcing the release of TiddlyWiki v5.1.22

2020-04-15 Thread PMario
On Wednesday, April 15, 2020 at 7:00:27 PM UTC+2, Mark S. wrote: ... > But not one involving multiple lines: > > <$list filter="[tag[mytag]]"> > > > That's right. ... I think the best way to add "TW functions" would be to use macros. eg: <> or 1-liners as: <$list filter="[tag[HelloThere

[tw5] Re: Announcing the release of TiddlyWiki v5.1.22

2020-04-15 Thread PMario
Hi Mark, Good catch ;) See the PR which replaces the markdown library with the remarkale.js library. I thik *MidnightLightning *has done a great job creating this PR. Quote from the PR > > This chan

[tw5] Re: Can "search" include

2020-04-15 Thread PMario
On Tuesday, April 14, 2020 at 6:51:57 PM UTC+2, Peter Buyze wrote: > > I have some fields in my tiddlers filled in with text, such as names, > URLs, etc. > > A normal search in the search box does not yield any info from the field > values, and Advanced search does not cover it either. Is there a

[tw5] Re: Transclusion Filter for specifying character limit and raw transclusion

2020-04-15 Thread PMario
Hi, What if Tiddler1 contains {{Tiddler2}} and Tiddler2 contains the "lorem ipsum" stuff? and you say: <$transclude tiddler="Tiddler1" characterlimit="100" mode=raw /> You'd see: {{Tiddler2}} Is that OK for you? There are some discussions here in the group. But I can't find them atm. *@Ot

[tw5] Re: <$action-listops>: Actual title instead of draft title?

2020-04-13 Thread PMario
Hi Also see: https://tiddlywiki.com/#TiddlerFields -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 tiddlywiki+unsubscr...@googlegroups.com. To view this discuss

[tw5] Re: <$action-listops>: Actual title instead of draft title?

2020-04-13 Thread PMario
Hi, A draft tiddler has 2 additional fields: eg: "draft.of": "New Tiddler"... Name of the tiddler which is edited ​"draft.title": "asdf" ... new name of the tiddler if you want to rename it. You can use those 2 fields to get what you want. ... without the quotes ;) -m -- You received t

[tw5] Re: Day One to TiddlyWiki

2020-04-13 Thread PMario
Hi, How does an exported json-file look like. Do you have any description link ... about the export/import format? -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: Other Calendar and date system in Tiddlywiki

2020-04-13 Thread PMario
Hi found this: https://github.com/farhadi/JalaliJSCalendar/blob/master/jalali.js which contains some transformation calculations BUT it modifies the Date() prototype, which is a real "no no". But the calculations should be usable. -m -- You received this message because you are subscribed

[tw5] Re: Other Calendar and date system in Tiddlywiki

2020-04-13 Thread PMario
On Monday, April 13, 2020 at 6:53:10 PM UTC+2, PMario wrote: > > On Monday, April 13, 2020 at 4:50:44 PM UTC+2, Mark S. wrote: >> >> To me it looks like it does *format* conversion (how dates are >> presented), but maybe not actual data (date) conversion. >>

[tw5] Re: Other Calendar and date system in Tiddlywiki

2020-04-13 Thread PMario
On Monday, April 13, 2020 at 4:50:44 PM UTC+2, Mark S. wrote: > > To me it looks like it does *format* conversion (how dates are > presented), but maybe not actual data (date) conversion. > Have a look at: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl r

[tw5] Re: Other Calendar and date system in Tiddlywiki

2020-04-13 Thread PMario
On Monday, April 13, 2020 at 3:56:35 PM UTC+2, PMario wrote: > > Hi Mohammad, > > I did find this: > https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl > > which looks interesting. > Those functions are not only for dates,

[tw5] Re: Other Calendar and date system in Tiddlywiki

2020-04-13 Thread PMario
Hi Mohammad, I did find this: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl which looks interesting. So there may be a possibility to convert dates from one system to an other, built in to the browser. But it needs more investigating. -mario -- Y

[tw5] Re: [TW5] UTC Problems

2020-04-13 Thread PMario
On Monday, April 13, 2020 at 7:32:06 AM UTC+2, Mohammad wrote: > > Hi Mark, > > On Monday, April 13, 2020 at 2:25:46 AM UTC+4:30, Mark S. wrote: >> >> >> Is there any known algorithm between the Gregorian and the other >> calendars ? >> > > Yes, there are! > >> >> I did some searching and reading

[tw5] Re: Other Calendar and date system in Tiddlywiki

2020-04-11 Thread PMario
On Saturday, April 11, 2020 at 3:41:37 PM UTC+2, Mohammad wrote: > > You may know there are different types of calendar! See > https://en.wikipedia.org/wiki/List_of_calendars > > Tiddlywiki at the moment only shows time/date in tiddler subtitle as > *Georgian > Calendar*. > Is there any settings

[tw5] Re: Unable to save to GitHub

2020-04-11 Thread PMario
Hi Michael, My working settings panel looks like this. may be this helps. ... After saving you need to wait a little bit with reloading. Depending on github workload it will take some time until the gh-page is updated. -mario -- You received this message because you are subscribed to the G

[tw5] Re: using <$list filter= statement and have display items with hyperlink

2020-04-11 Thread PMario
Hi Bob, Have a look here: https://tiddlywiki.com/#list-links%20Macro:%5B%5Blist-links%20Macro%5D%5D%20%5B%5Blist-links%20Macro%20(Examples)%5D%5D -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receivi

[tw5] Re: Request for help: Experimental Tiddlywiki 5.1.22p with RTL (right-to-left) support

2020-04-09 Thread PMario
On Wednesday, April 8, 2020 at 11:00:07 PM UTC+2, Mohammad wrote: > > >- Experimental Tiddlywiki with RTL support: > https://github.com/Jermolene/TiddlyWiki5/pull/4541#issuecomment-610571020 > > > I did remove m

[tw5] Re: Request for help: Experimental Tiddlywiki 5.1.22p with RTL (right-to-left) support

2020-04-09 Thread PMario
Hi Folks, Here's a link to a zip file that contains a TW version to test it: https://github.com/Jermolene/TiddlyWiki5/pull/4541#issuecomment-610571020 -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop r

[tw5] Re: How can we have TW5 to save only on the cloud? (not be downloadable on the local machine)

2020-04-08 Thread PMario
On Wednesday, April 8, 2020 at 9:04:40 AM UTC+2, Atul Grover wrote: > > ... , and not allow them to download the TW5 onto their local machine. > As soon as something is visible on the internet, it can be saved. You can't prevent that. The browser has a "Save link as" button, which will allow me

[tw5] Re: CSS styling of radio buttons

2020-04-03 Thread PMario
On Thursday, April 2, 2020 at 9:41:52 PM UTC+2, Mat wrote: > > Presenting: http://radiobuttons.tiddlyspot.com/ > > <:-) > @ Mat ... Does this work with FireFox too? ... It doesn't for me. FFlatest on ubuntu -m -- You received this message because you are subscribed to the Google Groups "Tid

[tw5] Re: BUG: UI lists have poor HTML formatting causing unwanted whitespace nodes

2020-04-02 Thread PMario
On Thursday, April 2, 2020 at 2:57:24 PM UTC+2, PMario wrote: ... > I think it's worth an issue and it should be fixed in the core. > Spaces between elements shouldn't be done with whitespace. It should be CSS. Whitespace causes and caused problems. Not only with stylin

[tw5] Re: BUG: UI lists have poor HTML formatting causing unwanted whitespace nodes

2020-04-02 Thread PMario
On Wednesday, April 1, 2020 at 8:55:19 PM UTC+2, Mark S. wrote: > > On Wednesday, April 1, 2020 at 11:04:39 AM UTC-7, Kalcifer Kandari wrote: >> >> Yeah, I'll do that. >> >> >> I'm wondering if it would be possible to use CSS to move the ::before >>> over 1em ? >>> >> >> Don't waste your time tryi

[tw5] Re: BUG: UI lists have poor HTML formatting causing unwanted whitespace nodes

2020-04-01 Thread PMario
Hi, As a workaround you can change the $:/core/ui/ListItemTemplate to <$link to={{!!title}}><$view field="title"/> You should create a github issue ... It may be fixed, if it doesn't have too many side effects ;) There are probably more elements, that need to be changed. -mario -- You

[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-04-01 Thread PMario
On Wednesday, April 1, 2020 at 6:28:39 PM UTC+2, Gerald Weis wrote: > > Hallo Mario, > > wenn man das Datum jetzt noch auf DD.MM. drehen könnte wäre es klasse. > Denn ein Anschreiben in dem ein Datum rückwärts steht sieht nicht gut aus. > So lange da Punkte und keine "Spaces" drin sind sollte

[tw5] Re: Local host address server tip

2020-04-01 Thread PMario
Hi Tony, Yea, I was thinking about a "universal private network". ... eg: https://www.zerotier.com/ I think it uses a very interesting approach and has client software for PC, Mac, IOS and Android and it also works for synology NAS systems. see: https://www.zerotier.com/download/ There is a

[tw5] Re: Local host address server tip

2020-04-01 Thread PMario
Hi Tony, Why don't you use the "hosts" file. It still works for Windows, Mac and Unix systems. It allows you to use your own domain names and assign them IP4 adresses. eg: URLs like http://ts.lan:8080... will be converted to 192.168.1.83:8080 http://bob.lan:8080 ... will be converted to

[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-03-31 Thread PMario
On Tuesday, March 31, 2020 at 3:03:03 PM UTC+2, Gerald Weis wrote: > > > *Beispiel:* > Mustertiddler geklont > *Name des neuen Tiddlers nach Umbenennung *Meier Harald Schreiben vom > 2020-04-02 > OK. Folgen die Titel der Tiddler einem allgemeinen Muster zB: aaa bbb ccc xxx yyy oder kann es j

[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-03-31 Thread PMario
Hallo Gerald, Ich denke, wenn Du uns die Problemstellung erklärst, anstatt einen "Lösungsansatz", dann können wir Dir wahrscheinlich besser helfen. Ich habe so den Verdacht, .. dass der Ansatz für TW nicht passt und der Weg weit komplizierter ist, als er sein könnte. -Mario -- You receive

[tw5] Re: Tiddler content missing from New Window

2020-03-30 Thread PMario
Hi, I think it was your request: https://github.com/Jermolene/TiddlyWiki5/issues/4372 -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 tiddlywiki+unsubscr...@g

[tw5] Re: Tiddler content missing from New Window

2020-03-30 Thread PMario
Hi, Did you try it with the prerelease. ... I think the "global macros" are missing in a new window. I think it's this one: Improve compatibility of single tiddler window vs. main window Which will be

[tw5] Re: Is it safe to use GitHub Saver with access token while published using GitHub Pages?

2020-03-30 Thread PMario
On Monday, March 30, 2020 at 7:15:32 AM UTC+2, Yuhang Guo wrote: > > Thank you! It's indeed saved in local storage. > Hi, Yea, you should be safe. ... There is still a little inconvenience atm. ... The oauth string is saved in plain text. ... I think, we should change that. I did create a gh is

[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-03-30 Thread PMario
Hallo Gerald, Es gibt einen ähnlichen "Thread". Siehe: https://groups.google.com/forum/#!topic/tiddlywiki/MBBVVsTb23M Hast du das schon probiert? -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiv

[tw5] Re: Numbered list starting from a specific number

2020-03-30 Thread PMario
Hi, The problem with CSS numbering is, that it can change if a tiddler is transcluded. So if you do reference eg: 48.a from an other tiddler, IMO it would be much better, to use "hyperlinks" to tiddler titles and heading names. CSS is very flexible. So you can do stuff like this: https://dev

[tw5] Re: Numbered list starting from a specific number

2020-03-30 Thread PMario
On Monday, March 30, 2020 at 10:10:50 AM UTC+2, Mario Public wrote: How can I set the list to start from a specific number? My goal is to obtain > > 48. a > 49. b > I'm a bit confused. You increment both. The "number" and the "index". So for me it would be 48.a 48.b 49.a 49.b and so on. hav

[tw5] Re: [ANNOUNCEMENT] file-backups plugin will be updated at: March 20th - Browser restart required!

2020-03-28 Thread PMario
On Saturday, March 28, 2020 at 8:52:32 PM UTC+1, Mark S. wrote: > > As a rule, I try to keep my names unique ... in case I want to use (like > at the moment) Polly, which needs distinct names. > ok > The problem I had was that file-backup reverted to saving in a > subdirectory of the current

[tw5] Re: [ANNOUNCEMENT] file-backups plugin will be updated at: March 20th - Browser restart required!

2020-03-28 Thread PMario
On Wednesday, March 25, 2020 at 12:24:52 PM UTC+1, PMario wrote: > > On Wednesday, March 25, 2020 at 4:27:22 AM UTC+1, Mark S. wrote: >> >> If I set the download directory to C:\, then I can set the backup >> directory to /users/mark/temp/twbackups ... the file is saved

[tw5] Re: [ANNOUNCEMENT] file-backups plugin will be updated at: March 20th - Browser restart required!

2020-03-28 Thread PMario
On Thursday, March 26, 2020 at 4:07:24 AM UTC+1, Mark S. wrote: ... > Yes, it is a network drive, or rather, a drive provided by Cryptomator > (cryptomator creates a mount point for a collection of encrypted files). > It's using Dokany, which I guess is similar to an enhanced webdav. > > After F

[tw5] Re: That's why we can be sure to loose our data saved in browser storage!

2020-03-28 Thread PMario
Hi folks, I did manage to remove and loose my first post. So Jeremy was so kind to post it to me again. So here it is again. - Hi Tony, I just wanted to point out, that browser internal persistent storage isn't and probably never will be ready, to be used in a "produ

[tw5] Re: That's why we can be sure to loose our data saved in browser storage!

2020-03-27 Thread PMario
Hi Tony, I just wanted to point out, that browser internal persistent storage isn't and probably never will be ready, to be used in a "productive" tiddlywiki workflow, other than for experimenting. For a "Note taking app" we need to be sure, that our data is saved permanently. It shouldn't d

[tw5] Re: Is this a bug? sortan with modified field

2020-03-27 Thread PMario
Hi, This is a bug / oversight. Please open a github issue. -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 tiddlywiki+unsubscr...@googlegroups.com. To view thi

Re: [tw5] TW on node.js -- How do we list versions available? How to select version?

2020-03-27 Thread PMario
On Friday, March 27, 2020 at 2:19:18 PM UTC+1, Mohammad wrote: > > My question is setting TIDDLYWIKI_PLUGIN_PATH global variable (for > example in Windows 10) means Tiddlywiki will load all plugins from this path > or this is extra to plugins/tiddlywiki folder? > > For example I have installed

[tw5] That's why we can be sure to loose our data saved in browser storage!

2020-03-26 Thread PMario
Hi folks, Just to let you know, what's going on with Safari and other WebKit based browsers. This will probably affect everyone, which wants to use "TW Browser Storage plugin", which uses LocalStorage There are some reactions already

[tw5] Re: [INTRO] uni-link plugin

2020-03-26 Thread PMario
Hi Folks, This thread is outdated: Please go to: [INTRO] uni-link V1.0.0 thread . Have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: [INTRO] uni-link plugin now includes an Alias links- and backlinks-mechanism

2020-03-26 Thread PMario
Hi Folks, This thread is outdated: Please go to: [INTRO] uni-link V1.0.0 thread . Have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: [INTRO] uni-link V1.0.0

2020-03-26 Thread PMario
Hi folks, I did just update the uni-link plugin to Version 1.2.0, which makes uni-link compatible with tw5-relink plugin from flibbles. Plugin can be found at: https://wikilabs.github.io/editions/uni-link/ have fun! mario *PS - If you like it: Support it :) *

[tw5] Re: [TW5] ReadOnlyCore - real read-only mode for tiddlywiki

2020-03-26 Thread PMario
Hi Jed, I didn't have a look at the code ... yet. It seems you do replace the whole core plugin, which basically is a "hard fork". ... So If I disable the plugin at: https://ooktech-tw.gitlab.io/plugins/readonlycore/

[tw5] Re: [TW5] ReadOnlyCore - real read-only mode for tiddlywiki

2020-03-26 Thread PMario
Hi Jed, Interesting. Wouldn't it be easier to create a plugin, that contains a "patch set", with the changes needed and install the plugin in a "working TW". The "Patch and Download" button could download a "read only" version. So the author can still edit the "master" but publish the "read o

[tw5] Re: [ANNOUNCEMENT] file-backups plugin will be updated at: March 20th - Browser restart required!

2020-03-25 Thread PMario
On Tuesday, March 24, 2020 at 10:07:53 PM UTC+1, Mark S. wrote: ... > I wasn't talking about the original source file. I was talking about the > files in twbackups. I want them to save somewhere else. I don't want them > to save in the original files' directory or sub-directory because that will

<    6   7   8   9   10   11   12   13   14   15   >