[twdev] Re: [TWX] Pretty shadow tid titles

2018-09-18 Thread PMario
For everyone who is interested in JS basics. One of the best written books I know about JS is: Eloquent JavaScript Written *by Marijn Haverbeke*, which is also the author of codemirror editor. There are links to the PDF, e-book, ... version in the footer of

[twdev] Re: [TWX] Pretty shadow tid titles

2018-09-18 Thread PMario
*Examples here are simplified.* It will get techy, but I tried to "go slow" ;) On Monday, September 17, 2018 at 1:12:01 PM UTC+2, Mat wrote: ... > Is that a limitation caused by TW or is it something more fundamental e.g > to json? > JSON means JavaScript Object Notation. .. In js an *object

[twdev] Re: [TWX] Pretty shadow tid titles

2018-09-18 Thread PMario
On Monday, September 17, 2018 at 1:20:42 PM UTC+2, Mat wrote: > And in view mode, any prefix matching a plugin title is hidden. Kind of > like the $:/ prefix is manipulated to be gray. > You know, that I'm not a big fan of "hidden information". For me it seems they always create

[twdev] Re: Benefits/drawbacks with shadow tids using plugin path

2018-09-18 Thread PMario
On Tuesday, September 18, 2018 at 2:36:20 AM UTC+2, TonyM wrote: ... > I also started including tiddlers outside this name but Ensured they have > a reasonable chance of not colliding, > The problem I see is, that "a reasonable chance" is not enough, except it's your dev-prefix mentioned

[twdev] Re: Simple script to sync TW to Git Repo

2018-09-18 Thread bimlas
It seems to work, but storing the password in the remote URL seems to be a bad idea for me: `git remote show origin` prints the password as is. BTW here's a .gitlab-ci.yml to generate HTML for GitLab Pages: