[tw5] Re: tw editions and docker questions

2021-09-11 Thread mauloop
I published on Github a little project to run Tiddlyserver with Docker. You can find it at https://github.com/mauloop/tiddlyserver-docker. It allows multiple wikis within a single server instance and custom editions path. I made it for my own use, so it does not provide very rich documentation

Re: [tw5] Re: xlxs utilities not working in V22 or V23

2021-06-11 Thread mauloop
Hi, guys. I installed the XLSX Utils plugin from 5.1.24-prerelease onto 5.1.23 and it looks like if it is working fine. An alternative to upgrade the whole wiki. Regards, )+(au Il giorno venerdì 11 giugno 2021 alle 18:06:23 UTC+2 jeremy...@gmail.com ha scritto: > Hi Patrick, > > It's

[tw5] Re: Type application/x-tiddler forced while importing .tid files

2020-11-13 Thread mauloop
TW-5.1.23-prerelease live > on tiddlywiki.com/prerelease. > > Could you hop over to the github repo and file an issue? > > https://github.com/Jermolene/TiddlyWiki5/issues > > Best, > Josh F > On Thursday, November 12, 2020 at 2:27:14 AM UTC-8 mauloop wrote: > >&

[tw5] Type application/x-tiddler forced while importing .tid files

2020-11-12 Thread mauloop
Hi, tw people. I just noticed a strange unexpected and unwanted behaviour. I imported some .tid files, which did not have the type field set, in my wiki, by dragging the files from the Windows explorer into the TW5 browser view. After the import has completed the type was set to

[tw5] Re: Question for TiddlyServer users

2020-04-29 Thread mauloop
2.1.5" nssm set TiddlyServer215 Description "Web server node.js based per istanze TW5 locali (rel. 2.1.5)" REM nssm set TiddlyServer215 Start SERVICE_AUTO_START REM Log on tab nssm set TiddlyServer215 ObjectName .\

[tw5] Re: Taking Node Server to the next level

2019-12-02 Thread mauloop
Why not to reuse Tiddlyweb/Tiddlyspace work? - It has MySQL backend - It is multiuser and allows concurrent editing - It has public and private spaces - It uses the standard Node.js sync-adaptor - It works with TWC as well IMO it is a great piece of software. Not easy to set up.

Re: [tw5] Re: Announcing TiddlyServer 2.1 Stable

2019-09-11 Thread mauloop
Just set _datafoldertarget property in settings.json to whatever folder you > want to use. > Just tested. It works. Thanks. Really a great job. )+( -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw5] Re: Announcing TiddlyServer 2.1 Stable

2019-09-11 Thread mauloop
Hi, Arlen. I would like to upgrade the TW version included in TiddlyServer to 5.1.21, which fixes lot of 5.1.20 bugs. I think I could simply download the new TW5 rel from Github and replace the tidllywiki subfolder in the Tiddlyserver install dir. I noticed that all of the plugins, themes,

Re: [tw5] Re: TiddlyServer 2.1.2 beta

2019-08-28 Thread mauloop
Thanks for your replies. I started with a carbon copy of my 2.1.1 setting. Despite some warnings it started and seems to work fine. Following are the warnings, raised while starting up. They are not blocking. I will take time to investigate them further before eventually open an issue on your

[tw5] Re: TiddlyServer 2.1.2 beta

2019-08-27 Thread mauloop
Dear Arlen, I ran my wikis on 2.1.1 in the last four months with satisfaction. I was eager to update it to TW 5.1.20 (I was planning to do it by myself), hence TiddlyServer 2.1.2 is welcome. Just some questions: - can I simply copy settings.json from 2.1.1 to 2.1.2 (that I hardly

[tw5] Re: [TW5] how to make one "invisible" table

2019-06-15 Thread mauloop
An alternative syntax is: ``` |a|b| |c|d| |borderless|k ``` -- 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 post to

[tw5] Re: TagCloud plugin

2019-04-16 Thread mauloop
Believe it or not, it works on Chrome, but not on Firefox (where I tested it first). What a difficult life!!! -- 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: TagCloud plugin

2019-04-16 Thread mauloop
@Birthe, I noticed that wrapping the tag macro in a ButtonWidget, prevents the links in the tag-pills drop-down menus to work. I did not have a workaround by now. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: TagCloud plugin

2019-04-16 Thread mauloop
Thanks, Birthe C. I like it. I changed the code in my wiki with your suggestion. I could not ask more from a completed thread ;^))) -- 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: TagCloud plugin

2019-04-16 Thread mauloop
The code from my previuos post has a side effect, that makes drop-down menus from tag-pills to have the same font-size than the tag-pill itself (the biggest ones are unreadable). This one fix: \define tag-pill-styles() background-color:$(backgroundColor)$; fill:$(foregroundColor)$;

[tw5] Re: TagCloud plugin

2019-04-16 Thread mauloop
Il giorno domenica 14 aprile 2019 04:13:30 UTC+2, Eric Shulman ha scritto: > > ... > In TiddlyWiki5, you can actually generate a tag cloud without using any > plugins! > > Try this: > ... > > I was long waiting to find time to write my own TagCloud macro (I didn't know how, but I knew it was

[tw5] Re: Same shadow tiddler in different plugins: a question about priority rules

2019-03-19 Thread mauloop
Dear TiddlyTweeter, You are correct and JSON bundle could be a practical way to solve the issue once or few times. Actually I have many wikis where I need to load the same customization. Therefore I need to maintain it in a single place and share with many wikis. I found two ways to achieve

[tw5] Re: Same shadow tiddler in different plugins: a question about priority rules

2019-03-19 Thread mauloop
Last minute thought. Why not to invert the logic in the core (two lines in the code of boot.js): 1. core 2. plugins with no priority defined in alphabetical order 3. plugins with priority defined ordered ascending by priority This way one would have the chance to force plugin

[tw5] Re: Same shadow tiddler in different plugins: a question about priority rules

2019-03-19 Thread mauloop
Hi Tony, *Examine the changes both plugins make to the shadow tiddler and construct > a third that incorporates both changes and add it to your package so it is > applied last. This condition is only true when you use your package so it > makes sense.* > Your suggestion is good, but not very

[tw5] Re: Same shadow tiddler in different plugins: a question about priority rules

2019-03-19 Thread mauloop
Thanks, Matt and Jed. You've been very kind and exhaustive. Now it's clear to me what happened and why I had to force priority for certain tiddlers and not for others. Regards, )+( -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Same shadow tiddler in different plugins: a question about priority rules

2019-03-16 Thread mauloop
I have a bunch of tiddlers that I use to import in every new wiki I set up. Some of them overrides shadows tiddlers from the core as well as from other plugins. I decided to organize all of these into a new plugin saved in the tiddliwiki/plugins/mau folder, to serve all of my existing and

[tw5] Re: [TW5-JsonManglerPlugin] v2.0.3 Update!

2019-03-03 Thread mauloop
I can't answer. I learned this trick observing other plugin.info files. I was searching for a way to install plugins just once and serve all of my wikis. Unfortunately not all the plugins provide a node.js version as yours or if they do this is often not clearly documented or ready to use. I

[tw5] Re: [TW5-JsonManglerPlugin] v2.0.2 Update!

2019-02-24 Thread mauloop
I would be happy to help as a tester. Let me know if needed. Bye, )+( -- 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

[tw5] Re: [TW5-JsonManglerPlugin] v2.0.2 Update!

2019-02-23 Thread mauloop
Hi, Joshua. I run into troubles running Tiddlywiki with both Tiddlymap and JsonMangler plugins. I tested three different setups: 1. Tiddlywiki 5.1.19 on Node.js with plugins loaded via tiddlywiki.info 2. Tiddlywiki 5.1.19 on Node.js with plugins addes as tid files (dragging links to

[tw5] Re: [TW5-JsonManglerPlugin] v2.0.2 Update!

2019-02-20 Thread mauloop
Dear Joshua, I appreciated very much your work, since I'm building a wiki which heavily makes use of JSON data tiddler, and I was investigating for a way to deal with nested JSON object. I just started to experiment with your plugin, but it looks like the ideal answer for my need. Thanks a

[tw5] Re: A question about JSON and META files

2019-01-08 Thread mauloop
As a workaround I created a custom exporter: title: $:/.mau/exporters/json description: Export text as JSON extension: .json \define renderContent() {{{ $(exportFilter)$ +[limit[1]] ||$:/.mau/templates/json}}} \end <$importvariables filter="[[$:/core/ui/PageMacros]]

[tw5] Re: A question about JSON and META files

2019-01-08 Thread mauloop
As a workaround I created a custom exporter: title: $:/.mau/exporters/json description: Export text as JSON extension: .json \define renderContent() {{{ $(exportFilter)$ +[limit[1]] ||$:/.mau/templates/json}}} \end <$importvariables filter="[[$:/core/ui/PageMacros]]

[tw5] A question about JSON and META files

2019-01-07 Thread mauloop
Hi sirs, and wish you a Happy New Year (a little bit late for greetings but this is my first post in 2019). Does anyone know if there is a way to force Tiddlywiki (running on Node.js) to save .JSON + .JSON.META files instead of a single .TID file, when creating tiddlers with type =

[tw5] Re: Compare two variables for equality and inequality

2018-11-10 Thread mauloop
Hi, Tony. Thanks for your post. It raised a very interesting thread. I learned a lot reading it. > *but that would be nice to replace > {{$:/PSaT/wikimanager/wiki-tiddler##wiki-title}} with <> but > it does not work* > It's true. I tested exactly your examples, even if I already knew you

[tw5] Re: Is there a TiddlyWiki Tiddler Outlook extension.

2018-10-21 Thread mauloop
Don't know if this could help. There is an open source app, based on Tiddlywiki Classic, that integrates into Outlook: http://www.jello-dashboard.net/. I also tried to use TW5 empty.html as an Outlook folder homepage. It worked fine and saved changes. To make it able to interact with Outlook

[tw5] Re: [TW5] Help with Tinka Plugin requested

2018-10-16 Thread mauloop
I just solved the "Recursive transclusion error" returned by my macro after it has been packed in a plugin. Thanks a lot to TonyM. You're suggestions forced me to keep digging further, while I was giving up. The fact was that I initialize my environment with: <$importvariables

[tw5] Re: [TW5] Help with Tinka Plugin requested

2018-10-16 Thread mauloop
Hi Tony, Thanks for your suggestion. I will try that way. Regards, )+( -- 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] [TW5] Help with Tinka Plugin requested

2018-10-15 Thread mauloop
I've done some work I would like to pack as a plugin. I tried with Tinka. The packing steps work fine, but after having the wiki relodead and the single tiddlers of the plugin substituted by the plugin itself, the macro that should run everything returns a "recursive transclusion error". It

[tw5] Re: [TW5] Modals and footer: macros don't work in footer (maybe)

2018-08-31 Thread mauloop
Thanks for the explanation, Jeremy. I don't understand the rendering mechanism very well, and this is the cause of most of my mistakes. I have to study hard :((( The previous examples was just to show the behaviour I was investigating, but it was almost useless. Here is a real (somewhat

[tw5] Re: [TW5] Modals and footer: macros don't work in footer (maybe)

2018-08-30 Thread mauloop
Don't ask me why, it works this way: title: My Tiddler \define btn() <$button message="tm-close-tiddler">{{$:/core/images/done-button}} <$button> My Modal <$action-sendmessage $message="tm-modal" $param="My Modal" btn=<> /> title: My Modal footer: <><$button

[tw5] [TW5] Modals and footer: macros don't work in footer (maybe)

2018-08-30 Thread mauloop
Someone can help me to understand this behaviour? Let's have the following tiddlers: title: My Tiddler <$button> My Modal <$action-sendmessage $message="tm-modal" $param="My Modal" /> title: My Modal footer: <><$button message="tm-close-tiddler">{{$:/core/images/close-button}} \define

[tw5] Re: How to extract part of a field and sort extracted stuff

2018-07-17 Thread mauloop
Recently I had a need quite close to your use case. I tried to adapt my solution to your case. It uses just vanilla TW features. Take it just as an exercise. Mark S. solution is more elegant than mine. \define list-all-codes() <$set name="f" filter="""[has[veld]get[veld]]"""> <$wikify

[tw5] Re: [TW5 + Noteself] How to set up Noteself multiuser?

2018-06-18 Thread mauloop
No, I didn't. Good news. Thanks for the update. Il giorno lunedì 18 giugno 2018 17:56:03 UTC+2, @TiddlyTweeter ha scritto: > > mauloop > > Did you know NoteSelf has a dedicated forum now at: > https://forum.noteself.org/ > > Josiah > -- You received this message be

[tw5] Re: [TW5 + Noteself] How to set up Noteself multiuser?

2018-06-18 Thread mauloop
I had a look at your guide. Thanks for sharing that. Well written and exhaustive. I hope I'll have a chance to share mine with you, if I would ever have something to share. I play with Tiddlywiki in my spare time as well. -- You received this message because you are subscribed to the Google

[tw5] [TW5 + Noteself] How to set up Noteself multiuser?

2018-06-14 Thread mauloop
I'd like to test the Noteself multiuser configuration, as from this post , but I don't know how to use the tool. I mean, it first asks for Cloudant account credentials. This question was

[tw] Re: [TW5] undeletable tiddlers on node.js

2017-11-04 Thread mauloop
Anyone else with an idea about this behaviour? Where was I wrong? Unfortunately I am not able to set up a public node.js based demo, but it should be easy to reproduce. Unless it affects just my wiki of course :^((( -- You received this message because you are subscribed to the Google Groups

Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-04 Thread mauloop
r your help. )+(auloop Il giorno mercoledì 1 novembre 2017 19:50:44 UTC+1, BJ ha scritto: > > I've put a demo here: > > http://typestemplatedemo.tiddlyspot.com/ > > On Wednesday, November 1, 2017 at 12:48:29 AM UTC+1, mauloop wrote: >> >> @BJ >> Still cannot ma

Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-03 Thread mauloop
I'll try it asap. Il giorno mercoledì 1 novembre 2017 19:50:44 UTC+1, BJ ha scritto: > > I've put a demo here: > > http://typestemplatedemo.tiddlyspot.com/ > > On Wednesday, November 1, 2017 at 12:48:29 AM UTC+1, mauloop wrote: >> >> @BJ >> Still cannot ma

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-03 Thread mauloop
Hi, Mario. Yea, ... You found a rare behaviour, that I did also experience some time > ago, ... > It makes me happy to know that I am not the only one that sometimes break the toy. > At tiddlywiki.com there are 3 story-views > > - classic (default) > - pop > - zooming > > Each of

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-01 Thread mauloop
Hi, Mario. Thanks for your several answers. I'm reading them on my phone, that is not much comfortable. I plan to come back soon to review everything carefully and look at the threads, videos and other resources that you suggested. But I can't wait to thank you for your kindness and express

Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-31 Thread mauloop
@BJ Still cannot make your typestemplate plugin work. I tried it directly on your site. Maybe for this I should better open a new thread. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] Re: [TW5] undeletable tiddlers on node.js

2017-10-31 Thread mauloop
You're right, but this make no sense for me. I tested two different options: 1. <$action-setfield $tiddler=<> tags={{!!title}} text="I will never die"/> 2. <$action-listops $tiddler=<> $tags=[{!!title}]/> The first one is the same of my first post, with a text added and, despite what

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-31 Thread mauloop
Why not? Probably I will be burned as an heretic, but I have already overwritten the $:/core/ui/PageTemplate. This let me have custom view and edit templates, dinamically selected based on a tiddler field. It works for me (at least it seems to work since about one week ago, that is when I did

[tw] Re: [TW5] undeletable tiddlers on node.js

2017-10-31 Thread mauloop
The tiddler name was just an example. It happens with every tiddler created with the "Make new ghost child" button. if I create one manually it has no problem. The ones created with the button should be tagged [[You will never kill my children]], but the <$action-setfield> set the tags field to

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-31 Thread mauloop
I hope I will find the time to learn more about HTML IDs. But the fact is (by the point of view of an absolutely HTML newbye, that is just what I am) that i simply clicked between two tags and pressed the ENTER key, unaware of IDs, links mechanism and all that stuff. I think that having the

[tw] Re: [TW5] undeletable tiddlers on node.js

2017-10-31 Thread mauloop
One more info. I saw that closing the TW5 browser tab and opening a new one let me delete the ghost* tiddlers, without node.js restart. It still seems to be a buggy behaviour. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-31 Thread mauloop
Thanks, Mark. I am not experienced with HTML, nor with CSS. Every answer is chance for me to learn something. -- 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

[tw] [TW5] undeletable tiddlers on node.js

2017-10-31 Thread mauloop
This could be a little TW5 node.js backend bug. On a TW running on node.js create a tiddler with like this: tags: title: You will never kill my children type: text/vnd.tiddlywiki <$button>Make new ghost child <$action-setfield $tiddler=<> tags={{!!title}}/> <$list

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-31 Thread mauloop
Is there someone here about that could help me to understand the reasons for the behaviour I described? And also the meaning of <$tiddler tiddler=<>>? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-10-27 Thread mauloop
I run one more test on tiddlywiki.com Changed all the stuff in the ViewTemplate from: \define frame-classes() tc-tiddler-frame tc-tiddler-view-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$ $(tiddlerTagClasses)$ \end \define folded-state()

[tw] [TW5] ViewTemplate strange behaviour

2017-10-27 Thread mauloop
I was playing with $:/core/ui/ViewTemplate in search of ways to change the tiddlers' look while I encountered something strange. It can be easily reproduced online on tiddlywiki.com site. 1. Go to http://tiddlywiki.com/ 2. Edit the shadow tiddler $:/core/ui/ViewTemplate 3. Find the

[tw] Re: can we still create a couchdb instance on cloudant

2017-08-21 Thread mauloop
I'm syncing Noteself with https://cloudno.de/. It works fine and has a free plan. -- 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

[tw] Re: [TW5] Using conditional assignment mode of SetWidget to check empty strings

2017-07-13 Thread mauloop
Thank you, Thomas. That's an interesting approach. I see that filters are intended to provide sequences of (supposed) titles and count them. [[$test$]] probably is recognised as a list of 1 (empty) title, while [[x]suffix[]] or [enlist[]] evaluate to lists of 0 elements. I had to test the

[tw] Re: [TW5] Using conditional assignment mode of SetWidget to check empty strings

2017-07-12 Thread mauloop
Thanks, Mat. Your way is easier than mine. It means that evaluating *$arg$* as a list, a blank is considered as an empty list. -- 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,

[tw] [TW5] Using conditional assignment mode of SetWidget to check empty strings

2017-07-11 Thread mauloop
I was in need of checking if a macro parameter was empty. The following is a extremely simplified version of the actual code: \define isStringEmpty(str) <$set name="answer" filter="""$str$""" value="no" emptyValue="yes"> <> \end The result was not as I expected: Macro call Result <> no

[tw] Re: [TW5] Use of variables within curly brackets

2017-03-03 Thread mauloop
Thanks Eric, don't mind for my head, it was spinning long before your explanation ;^))) What can I say? Uh! Stupid me, it's obvious. After it's always easier. I will change my code and will use the trick you suggested. I had something similar in my spinning mind, but I don't like workarounds

[tw] Re: [TW5] Use of variables within curly brackets

2017-03-02 Thread mauloop
Here I am, Eric, and thanks for your help. I hope I'll be able to explain clearly. Let's have a bunch of dictionary tiddlers to work with (note that the first one is used as tag for the others): title: Music type: application/x-tiddler-dictionary Album: Artist: Genre: title: Music 1 tags:

[tw] Re: [TW5] Use of variables within curly brackets

2017-03-02 Thread mauloop
Thanks, Jed. I'll take a deeper look later at the thread you linked to (there is a lot to read and I-m not comfortable with English). I tried too make my question simple, but the real scenery is little bit more complicated. The (parametrized) transclusion I need stand within the body of two

[tw] [TW5] Use of variables within curly brackets

2017-03-02 Thread mauloop
Is there a way to use variables within curly brackets transclusion? Something like: <$set name="t" value="myTiddler"> {{<>}} I know that I could use the transclude widget, but I need a syntax that is embeddable in another macrocall. -- You received this message because you are subscribed to

Re: [tw] Re: TW5 - Newbie - About $:/core/ui/EditTemplate/body

2015-06-07 Thread mauloop
. Thanks, Mauloop -- 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 post to this group, send email to tiddlywiki

[tw] TW5 - Newbie - About $:/core/ui/EditTemplate/body

2015-06-02 Thread mauloop
I've played with TWC in the past and now I'm exploring the wonders of TW5. I noticed that after having the shadow tiddler $:/core/ui/EditTemplate/body changed it shows the textarea for editing the text of the tiddler still while it is in view mode. I've experimented this behaviour with both the

[tw] Re: TW5 - Newbie - About $:/core/ui/EditTemplate/body

2015-06-02 Thread mauloop
Thanks, Eric, for the clear and quick answer. I wrapped the EditTemplate/body in a $reveal widget in order to make it disappear while editing certain specific json tiddlers I've created. As well I made a form tiddler tagged EditTemplate to be shown in place of the usual textarea for those