[tw5] DOCS google group for TiddlyWiki is feeling neglected

2018-12-17 Thread S. S.
I hope all regulars have not forgotten the Google Groups TiddlyWiki Documents project

[tw5] Re: Launch nodejs TiddlyWiki server on repl.it with single click

2018-12-17 Thread TonyM
Brian, Thanks for sharing, that sounds and Looks really interesting. It looks like a great piece of infrastructure for TiddlyWiki as a service if it can be sufficiently secured. Do share more about what you understand about this, is the repl.it service open source? etc... I wonder how bob or

[tw5] Re: To Spellcheck or not to spellcheck

2018-12-17 Thread Mohammad
Capitan, You need to import the below plugins and tiddler to have spellcheck working: (spellcheck plugin, codemirror plugin, hacked engin.js) 1. http://codemirror-spellcheck.tiddlyspot.com/#%24%3A%2Fplugins%2Ftiddlywiki%2Fcodemirror-spellcheck 2.

[tw5] Re: Css Stylesheet for table: Background-color for only specific cells

2018-12-17 Thread TonyM
Surya, Could it be because however you style an individual cell the nth column styling is done after that? or Should background:none be background-color:none as in the stylesheet tiddler? Otherwise, I can't follow the full operation. And do not have the test platform. I hope these

[tw5] Re: Tiddlywiki and Codepen, JSFiddle, .... or similar

2018-12-17 Thread TonyM
jed, With all due respect much of what you said is simply wrong. Some is related to its beta (or TiddlyWiki) status, You and others are making assumptions and not investigating it properly. I have full control of this now open use network and can share control with multiple administrators and

[tw5] Launch nodejs TiddlyWiki server on repl.it with single click

2018-12-17 Thread Brian Theado
https://repl.it/ allows you to spin up an online project for one of many programming languages (https://repl.it/languages) including javascript + nodejs. Any npm package can be included in the project, including the TiddlyWiki package. If the code you run listens on a TCP port, then your project

[tw5] Re: problem with authenitication on nodejs with 5.1.18

2018-12-17 Thread TonyM
Captain, Does the New splash screen appear before or after login? If it does can that be where a login with anon: anon could be placed in some cases? Regards Tony On Tuesday, December 18, 2018 at 6:04:05 AM UTC+11, Captain Packers wrote: > > Another workaround you can use while waiting for

[tw5] Re: To Spellcheck or not to spellcheck

2018-12-17 Thread Julio Peña
Hello Captain and all: Captain, hopefully you didn't forget to import this file? $:/plugins/tiddlywiki/highlight Best regards, Julio On Monday, December 17, 2018 at 5:24:55 PM UTC-5, Captain Packers

[tw5] Re: Set vs Wikify performance

2018-12-17 Thread 'Mark S.' via TiddlyWiki
Performing the test with the list in the middle muddies the waters. Removing the list from the middle of the #2 and then reloading each time, I would get times like: Wiki 218,188,192 Set 296,228,285 Linux,FF 64 There's a lot of variation in both numbers. The Set numbers do seem 10-30 %

[tw5] Re: To Spellcheck or not to spellcheck

2018-12-17 Thread Captain Packers
Thanks for the quick reply Mohammad. I've imported the codemirror and dictionary tiddlers into my tiddlywiki, but it does not highlight misspelled words in my tiddlywiki like it does in his. I wonder what I'm missing yet? On Monday, December 17, 2018 at 5:09:56 PM UTC-5, Mohammad wrote: > >

[tw5] Re: To Spellcheck or not to spellcheck

2018-12-17 Thread Mohammad
Hi Capitan, This code was developed by BTC, he knows the detail very well. But in Summary, It uses a dictionary file plus a hacked codemirror.js file. So, open http://codemirror-spellcheck.tiddlyspot.com/ and import those two tiddlers into your wiki. It works in Tiddlydesktop! I hope BTC have

[tw5] Re: Tagging --- Organise From Serendipity

2018-12-17 Thread HansWobbe
Mark: Thanks for posting this. It's good to have another experienced view on this subject since I find myself gradually reducing the use of Tags in favor of using Keywords more, as there are many times when I find myself moving away from one methodology only to find that the newer one has its

[tw5] Re: To Spellcheck or not to spellcheck

2018-12-17 Thread Captain Packers
Mohammad, Can you give me a little help with how to set this up and use it in TiddlyDesktop? Is it a node npm package I need to intall? I installed the CodeMirror plugin in my TiddlyWiki. Now how do I get it to use the dictionary? On Tuesday, December 4, 2018 at 11:24:07 PM UTC-5, Mohammad

[tw5] Re: Set vs Wikify performance

2018-12-17 Thread bimlas
@Mark: The log also contains other measurements, but I do not know exactly what they measure. Anyway, even after refresh, Set seems slower on my machine (in Vivaldi, a Chromium based browser). Opening wikify example: performance: styleRefresh: 6.60ms performance: +filter: 1.20ms

[tw5] Re: Table of Contents' Tree Always Expanded

2018-12-17 Thread Adam
Exactly what I wanted! Thank you! On Monday, December 17, 2018 at 9:45:34 PM UTC+2, Jed Carty wrote: > > The easiest way is to use the simple table of contents that doesn't have > the collapsing part. > > https://tiddlywiki.com/#Example%20Table%20of%20Contents%3A%20Simple > -- You received

[tw5] Re: Table of Contents' Tree Always Expanded

2018-12-17 Thread Jed Carty
The easiest way is to use the simple table of contents that doesn't have the collapsing part. https://tiddlywiki.com/#Example%20Table%20of%20Contents%3A%20Simple -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Table of Contents' Tree Always Expanded

2018-12-17 Thread Adam
Greetings, How can I have the table of contents' tree be always expanded so I can see all the nested tiddlers? Cheers, Adam -- 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

Re: [tw5] problem with authenitication on nodejs with 5.1.18

2018-12-17 Thread Jeremy Ruston
Hi Captain Thanks, that’s very helpful, I’ve merged the PR, Best wishes Jeremy > On 17 Dec 2018, at 19:06, Captain Packers wrote: > > Jeremy, > > The separator on this page needs to be changed from a colon (:) to an equals > sign (=). It kept throwing me off while trying to set this up. I

Re: [tw5] Re: Set vs Wikify performance

2018-12-17 Thread Jeremy Ruston
Hi Bimlas I think the tests should be structured so that the set widget vs. wikify widget are within the list widget, so that we'd be testing a few hundred iterations. Here we're only testing a single instance of each construction. The main refresh time is the important timing; the “+filter”

[tw5] Re: Set vs Wikify performance

2018-12-17 Thread 'Mark S.' via TiddlyWiki
On mine, the Set did slightly better than Wikify. Consider refreshing the browser between tests. I think the browser caches stuff in its memory which may impact performance. Why are there list widgets inside of the Wikify and Set widgets? It seems to me that they may impact the performance

[tw5] Set vs Wikify performance

2018-12-17 Thread bimlas
Based on a test measure, it seems that Wikify seems faster than Set. https://bimlas.gitlab.io/demo/tw5/set-vs-wikify-performance.html This is surprising because, in principle, Set stores the output so it does not have to perform the query again (as Wikify does). How can Wikify be faster than

Re: [tw5] problem with authenitication on nodejs with 5.1.18

2018-12-17 Thread Captain Packers
Jeremy, The separator on this page needs to be changed from a colon (:) to an equals sign (=). It kept throwing me off while trying to set this up. I did the pull request thing on github, but I've not used it much so I don't know if I did enough for you to ever have seen my proposed edit.

[tw5] Re: problem with authenitication on nodejs with 5.1.18

2018-12-17 Thread Captain Packers
Another workaround you can use while waiting for 5.1.19 is to use a credentials file with an anon user. Here's my start up command tiddlywiki mywiki --listen port=8090 credentials=mycredentials.csv readers=anon,me writers=me Then make sure mycredentials.csv looks like this: username,password

[tw5] Re: Preparing for the release of v5.1.19

2018-12-17 Thread 'Mark S.' via TiddlyWiki
Tweak to "Creating journal tiddlers" to reflect change from $(currentTiddler)$ to <> ? -- Mark On Monday, December 17, 2018 at 3:35:44 AM UTC-8, Jeremy Ruston wrote: > > We have found a few minor problems that were introduced in v5.1.18 and are > now planning the imminent release of v5.1.19 to

Re: [tw5] Re: problem with authenitication on nodejs with 5.1.18

2018-12-17 Thread Jeremy Ruston
Sadly basic authentication doesn’t offer a reliable way of logging out beyond closing the browser window. The workarounds amount to re-logging in with invalid credentials which are then cached in the browser. Best wishes Jeremy -- Jeremy Ruston > On 17 Dec 2018, at 18:31, Captain Packers

[tw5] Re: problem with authenitication on nodejs with 5.1.18

2018-12-17 Thread Captain Packers
Need a way to logout. Currently the only way I can change users is to open a new incognito window. On Sunday, December 16, 2018 at 6:39:26 AM UTC-5, Donald Coates wrote: > > Hello all and thank you for all your hard work! > > I am running tiddlywiki 5.1.18 on node inside docker. when I start

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

2018-12-17 Thread Diego Mesa
Hey Mario, Some of my points are overlapped with those in another thread, as I think this plugin attempts to solve a core problem. In my mind, linking is one of the two major pillars of TW (searching/filtering being the other - why I think a lot and comment a lot about search). If I want to

[tw5] Re: problem with authenitication on nodejs with 5.1.18

2018-12-17 Thread Captain Packers
Thanks. I was having the same issue and came here looking for a solution. On Sunday, December 16, 2018 at 6:39:26 AM UTC-5, Donald Coates wrote: > > Hello all and thank you for all your hard work! > > I am running tiddlywiki 5.1.18 on node inside docker. when I start the > server with >

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

2018-12-17 Thread Diego Mesa
Hey Mario, I have about 900 non-system tiddlers and 120 of them have aliases. I have not noticed any performance issues in daily usage (haven't really looked/done testing) On Monday, December 17, 2018 at 8:57:11 AM UTC-6, PMario wrote: > > Hi Diego, > > It seems you use aliases a lot. ... I

[tw5] Re: Tagging --- Organise From Serendipity

2018-12-17 Thread 'Mark S.' via TiddlyWiki
Until Tony gets here ... On Monday, December 17, 2018 at 6:29:11 AM UTC-8, S. S. wrote: > > I do not have a tiddler named: general-semantics. Instead it is named General > Semantics. This is tagged with *definition* & *general-semantics* > Would you say this is wrong? Should its title be exactly

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

2018-12-17 Thread PMario
Hi Diego, It seems you use aliases a lot. ... I have some questions. How many tiddlers do you have? How many uni-links do you use? Do you have any performance issues? have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

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

2018-12-17 Thread PMario
Hi Diego, Thx for the reminder. ... I'm very reluctant about hardcoding ?t, ?c, ?s ... What if existing users have valid links that look that way. ... So it would be needed to make a configuration for exceptions. ... I did think about it. ... If the uni-link parser sees: [[alias|?]] it uses

[tw5] Re: Is there any uml diagrams options inside tiddlers?

2018-12-17 Thread Tristan
Well you could retrieve the SVG version and paste that inside a tiddler. I did this numerous times and it works like a charm. However I rely on the online version for editing and just copy my final SVG in TW: 1. Klick on SVG (new Tab opens) 2. Right-click anywhere on the picture and

[tw5] Re: Tagging --- Organise From Serendipity

2018-12-17 Thread S. S.
Hi Tony, I've read your post a few times now and I'm still trying to wrap my head around all you said. This is an interesting topic for me, so please indulge me a little longer! For an example, I have the following tags: Category: *general-semantics* Sub-categories: *abstraction* , *e-prime*

[tw5] Preparing for the release of v5.1.19

2018-12-17 Thread Jeremy Ruston
We have found a few minor problems that were introduced in v5.1.18 and are now planning the imminent release of v5.1.19 to fix those issues. The prerelease is available for testing at: https://tiddlywiki.com/prerelease The bugs were: * Incompatible change to the construction of filename used

[tw5] Re: Bob - Usage of "Save Plugin As Folder"

2018-12-17 Thread AllanH
Thanks, Joshua! I tried this out in a throwaway wiki. If I use Jed's 'Save Plugin As Folder' button to set up the structure, and then this button to unpack a plugin's tiddlers, I can overwrite the 1 byte tiddlers with the ones unpacked using this. Bob can then supply the resulting plugin to

[tw5] Re: Bob - Usage of "Save Plugin As Folder"

2018-12-17 Thread AllanH
Thanks, Jed. I'll wait on that. In the meantime, Joshua has provided an interim workaround. On Sunday, 16 December 2018 14:53:07 UTC+2, Jed Carty wrote: > > The save plugin as a folder feature is still pretty experimental. I > probably shouldn't have actually released it yet. I made that

[tw5] Re: Tiddlywiki and Codepen, JSFiddle, .... or similar

2018-12-17 Thread Jed Carty
I couldn't see anything on yammer without waiting to be allowed into it, and I needed an account to see it. It doesn't bring enough to the forum to be a viable substitute for google groups because it not only has to be able to match the functionality here, it has to 1) have a promise of future