[twdev] Re: Plugin works only in the example wiki

2018-08-29 Thread bimlas
Thanks for help! I just solved the problem, the plugin is working on both 
Node and single page 
versions: https://groups.google.com/d/msg/tiddlywiki/PvoDxAWgziE/A0Ys8vWHAwAJ

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/8efee867-9856-4d97-aaa7-3d5db407d06d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: Plugin works only in the example wiki

2018-08-29 Thread BJ
note that tiddlywiki is not like other node apps. When using tiddlywiki on 
node, usually this means to be running a server instance of tiddlywiki in 
node which is serving a client instant of tiddlywiki in the browser. The 
client is very similar to the standalone version of tiddlywiki. Does you 
parser need to work in the server and client instances of tiddlywiki?

note also that when  tiddlywiki starts it creates its own version of the 
'require' functionally. 

On Wednesday, August 29, 2018 at 8:33:29 AM UTC+2, bimlas wrote:
>
> Found the root of the problem: Asciidoctor.js does not works without 
> dependencies on Node. For details, see 
> https://github.com/asciidoctor/asciidoctor.js/issues/539
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/830c6d63-fb4f-400c-ae20-c1d6ca21d021%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: Plugin works only in the example wiki

2018-08-29 Thread bimlas
Found the root of the problem: Asciidoctor.js does not works without 
dependencies on Node. For details, 
see https://github.com/asciidoctor/asciidoctor.js/issues/539

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/e56cffbc-be14-4569-8ddd-82c6bcc5dfee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.