Re: [tw5] Service worker

2020-12-07 Thread
I made a service-worker plugin https://github.com/linonetwo/tiddlywiki-plugins/tree/master/plugins/linonetwo/service-worker But it requires additional setup, and only work in nodejs wiki that is bundled to HTML wiki when publish to github pages or vercel. It surely boost the open speed of my

Re: [tw5] Re: A TiddlyWiki "TODO organization/reminder" approach

2020-09-15 Thread
Hi Veniot, I know one of my friend even use [[2020-xx-xx]] to create a reminder, then when 2020-xx-xx comes, he get this backlink in his daily-note in roam research. My TODO is just using https://github.com/kookma/TW-Shiraz 's Dynamic Table, it really worth a trying in his website. I use

Re: [tw5] Leave Page message

2020-09-15 Thread
Hi Jansen, Search for `onbeforeunload` and you will find it. Based on this knowledge I develop a plugin to prevent this dialog to popup https://github.com/linonetwo/tiddlywiki-plugins/tree/master/plugins/linonetwo/prevent-edit Lin Onetwo Bob Jansen 于2020年9月15日周二 下午1:52写道: > From that I

Re: [tw5] Preview tiddler on hover not hiding until I left-click

2020-08-11 Thread
Hi This is a known error mentioned in the issue https://github.com/tobibeer/tw5-preview/issues/1 We proposed a fix in the issue and there is a PR for it https://github.com/tobibeer/tw5-preview/pull/3 Lin Onetwo kebi 于2020年8月11日周二 下午9:36写道: > Hello guys, today I installed the following plugin

Re: [tw5] Question - Searching for Widget use?

2020-07-22 Thread
Maybe filters in the list don't search system tiddlers? TW Tones 于2020年7月22日周三 上午10:15写道: > Folks, > > In a larger piece of work to extract usable coding information from > tiddlywiki I can use this string in the advanced search filter > [all[]search:text[<$]] > > However when used in a list it

Re: [tw5] Re: Is there an editable Wiki for TiddlyWiki somewhere?

2020-07-07 Thread
maybe you can clone the tiddlywiki5 repo, and npm i npm start a nodejs wiki, edit it, and submit a PR? Michaelsy 于2020年7月7日周二 下午8:23写道: > Search the forum for my post on a playground wiki I have online. >> >> But I am not sure what you want. >> >> >> I imagine a publicly accessible wiki, where

Re: [tw5] Re: css and js from npm in a plugin

2020-06-29 Thread
Hi, A modern way is to use things like webpack, to bundle all your JS and dependencies into a dist.js, and bundle css into a styles.html. Then you can add dist.js.meta and styles.html.meta to add tags and title field. And finally, just copy built files and meta files into your plugin folder.

Re: [tw5] Re: Presenting: field value selector

2020-06-29 Thread
TWaddle", "core-version": ">=5.1.22", "plugin-type": "plugin", "version": "0.0.1", "list": "readme" } 林东吴 于2020年6月29日周一 下午2:32写道: > Thank you Mat! > > I like this plugin! Can I have a fold

Re: [tw5] Re: Presenting: field value selector

2020-06-29 Thread
Thank you Mat! I like this plugin! Can I have a folder based version for my NodeJS tw? LinOnetwo Mat 于2020年6月28日周日 上午4:29写道: > OGNSYA wrote: >> >> I'm not really a coder and don't use github... Should I add it as an >> "Issue" request there? >> > > Yes, it'd be an Issue request using the

Re: [tw5] Re: Presenting: EditorMagic - the editor as an assistant

2020-04-10 Thread
Hi, Mat: In notion's latest version, when you type / , a dowpdown menu full of searchable macros are shown at caret position. Several other note app also adapt this design. If you can achieve this, it would be great! And maybe I can help with Regex, I'm quite good at that. How do you develop

Re: [tw5] question from a new group member

2020-04-09 Thread
I've heard someone have html file up to GB... If you are using local nodejs version , I think the only limit is computer memory. If you are using SoLiD version with lazy loading, I think there will be no limit. Klaas Vaak 于2020年4月9日周四 下午6:39写道: > I am a new member to the group. > Can you tell