[tw5] Re: [plugin] TOC generic - shows toc,backlinks,list and listed up front

2020-03-19 Thread ILYA Khlopotov
Hello, The plugin is great. One problem I noticed it is not compatible with comments plugin from standard library. Is there a quick hack I could use to be able to use both? Best regards, iilyak On Friday, January 24, 2020 at 3:04:55 AM UTC-8, HC Haase wrote: > > Inspired from this thread on

[tw5] How to disable lazy loading for specific tiddler

2020-03-08 Thread ILYA Khlopotov
I noticed a strange problem while developing a plugin. The plugin doesn't work correctly on nodejs if plugin displays some content via PageTemplate based on filter. Because the tiddlers of the plugin lazy loaded, Tiddlywiki has no way of knowing that filter need to be executed. Is there a special

[tw5] Announcement a new plugin - splitweb

2019-12-25 Thread ILYA Khlopotov
Hello, The splitweb plugin is a custom sync adapter which allows the designer to create a read-only versions of the wiki and host them on any generic web server (for example github pages). The web server doesn't need to have any backend language. The plugin works by employing a lazy loading

Re: [tw5] Tiny Todolist Plugin 1.00 final release: Create todo item with different categories

2019-11-05 Thread ILYA Khlopotov
Hello Mohammad, I am quite new to Tiddlywiki and I am trying to adapt your plugin to create independent tiddlers instead of using JSON tiddlers. I was able to create new tiddler but I cannot update view template to display these tiddlers. The way I create the tiddler is: ``` \define

Re: [tw5] Re: Problems with installation of Bob under termux on android

2019-04-17 Thread ILYA Khlopotov
Hello Jed, Following works ``` diff --git a/WebSockets/BrowserWebSocketsSetup.js b/WebSockets/BrowserWebSocketsSetup.js index e031cd8..3e93050 100755 --- a/WebSockets/BrowserWebSocketsSetup.js +++ b/WebSockets/BrowserWebSocketsSetup.js @@ -51,7 +51,7 @@ socket server, but it can be extended for

Re: [tw5] Re: Problems with installation of Bob under termux on android

2019-04-17 Thread ILYA Khlopotov
Hello, I looked into a web console and see that there are messages like: ``` Firefox can’t establish a connection to the server at ws://127.0.0.1:8080/. ``` I think ws server should use pathprefix and listen on ws:// 127.0.0.1:8080/wiki. So I updated the code as follows: ``` diff --git

Re: [tw5] Re: Problems with installation of Bob under termux on android

2019-04-16 Thread ILYA Khlopotov
More progress and info I moved my testing to linux in order to avoid dealing with android issues during debugging. My config is pretty standard (except pathprefix): ``` "ws-server": { "port": 8090, "host": "127.0.0.1", "autoIncrementPort": false, "pathprefix": "/wiki" },

Re: [tw5] Re: Problems with installation of Bob under termux on android

2019-04-14 Thread ILYA Khlopotov
Hello, I tried all recommendations no luck so far. I am still quite sure that the problems are caused by the fact that I rewrite path in Caddy I remove wiki suffix in caddy. It is not only about discovery of editions. There is another problem I am getting red error message on every attempt to

[tw5] Problems with installation of Bob under termux on android

2019-04-10 Thread ILYA Khlopotov
Hello, I am in the process of converting my working installation of Tiddlywiki5 to Bob. However I am experiencing some weird issues which I cannot figure out myself, yet. My setup is documented here https://gist.github.com/khia/2d3f1cfa42bc9a7734a785d59d550e36 I use caddy to provide https and

[tw5] Re: How to do plugin translations

2018-11-19 Thread ilya . khlopotov
put" class="tw-edit-texteditor"/> ``` Best regards, iilyak On Monday, November 12, 2018 at 1:46:48 PM UTC-8, ILYA Khlopotov wrote: > > I am completely lost with plugin translations. > > The core has `lingo` macro. So I tried to use it as follows: > > language

[tw5] Re: How to do plugin translations

2018-11-15 Thread ILYA Khlopotov
quot;> <> <$wikify> \end <> The generated link to translation tiddler is correct (it opens the right tiddler on click), but I cannot transclude it. Best regards, iilyak On Mon, Nov 12, 2018 at 1:46 PM ILYA Khlopotov wrote: > I am completely lost with plugin translatio

[tw5] How to do plugin translations

2018-11-12 Thread ILYA Khlopotov
I am completely lost with plugin translations. The core has `lingo` macro. So I tried to use it as follows: languages/ru-RU/Note.multids: ``` title: $:/language/plugins/plugin_vendor/plugin_name/ Note: New Note ``` I used it in tiddlers as follows ``` \define lingo-base()

[tw5] Weird issue with plugin

2018-10-25 Thread ILYA Khlopotov
Hello, I am very new to plugin development. I tried to convert metaTabs ( http://slidesnstories.tiddlyspot.com/#About%20MetaTabs) to plugin but encounter a weird problem. - code https://github.com/khia/MetaTabs/tree/wip - demo https://khia.github.io/MetaTabs/ The problem is when you just

[tw5] Re: Work on Spaced Repetition System

2018-09-06 Thread ilya . khlopotov
This is a great work!! I am interested in a slightly different feature compared to flashcard use case which I hope would be possible to implement. Human brain forget the information it doesn't use, so I wanted a simple mechanism which would prompt me to work on the tiddler. I wanted to use