gt6796c / mermaid-tw5

Tiddly Wiki 5 plugin to support the mermaid library
MIT License
19 stars 10 forks source link

How to install #2

Closed danielo515 closed 7 years ago

danielo515 commented 7 years ago

Hey!

Glad to see there is a mermaid plugin for tw5 already. Could you please share instructions about how to install it?

Thanks in advance. Regards

gt6796c commented 7 years ago

I build it using the TW5 build instructions found here

git clone into the TWROOT/plugins/gt6796c and then enable it in your edition's tiddlywiki.info file, it'll build. You can open that output and drag it into yours.

I'll look to getting it up on the tubes somewhere to share easier.

gt6796c commented 7 years ago

you can go to https://gt6796c.github.io and drag the plugin into your TiddlyWiki now.

danielo515 commented 7 years ago

Thank you very much! I have detected a small bug, I'll open another issue.

Sorry for continuing with this issue, but I don't know any other way of contacting you.

I saw that one of your plugins includes $:/boot/bootprefix.js. Does it work? Does it override the core one? How is it possible that it gets executed if it is part of a plugin?

Thanks and regards

gt6796c commented 7 years ago

I'm sorry, I don't see what you mean. When I open up any of the plugins, none show boot/bootprefix.js being used.

danielo515 commented 7 years ago

What about this one?

https://gt6796c.github.io/#%24%3A%2Fplugins%2Fgt6796c%2Frocklib%2Fwidget-tools.js

gt6796c commented 7 years ago

OK, I see it now. It looks to be a comment leftover from when I was trying to figure out how to have a library only plugin. I'm guessing that the comment is ignored since that particular javascript file has a tiddlywiki.info to provide the real title of the tiddler and I've got plugins looking for that file.

I'll move this #3

I'll update the file and get it pushed out.

Thanks!