Mat, seems it works if the .travis.yml revised as below script: - mkdir -p node_modules/tiddlywiki/plugins/published/ - cp -r plugins/* node_modules/tiddlywiki/plugins/published - tiddlywiki . --output output/library --build library - tiddlywiki . --output output --build gui
Mohammad On Thursday, March 5, 2020 at 8:17:04 PM UTC+3:30, Mohammad wrote: > > Hello Mat, > I gonna to create an feature request on GitHub > Your template is great and I was successful in creating a plugin library! > By the way it does not work with Tiddlywiki 5.1.22p > > I suggest the .travis.yml shall modified as below > > before_install: > - git clone --depth 1 https://github.com/Jermolene/TiddlyWiki5.git > - cd TiddlyWiki5 > - npm link > - cd .. > > But then I got errors in Travis. > > --Mohammad > > On Monday, September 16, 2019 at 5:16:07 PM UTC+4:30, Matthew Lauber wrote: >> >> I've created a github plugin library template here: >> https://github.com/mklauber/tw5-plugins-template You should be able to >> follow the setup instructions in the README.md and put your plugins into >> the plugin folder. >> >> Matt Lauber >> >> *Edit:* Note, this requires setting up github and travis-ci. >> >> On Sunday, September 15, 2019 at 9:18:04 AM UTC-4, Mohammad wrote: >>> >>> I have seen some developers create their own plugin libraries! I have >>> seen description by Jeremy to do so if you like to distribute your plugins >>> but I could not find instruction how to create such library! >>> >>> Considering you have plugins published on GitHub how it is possible to >>> create a plugin library? >>> >>> --Mohammad >>> >>> >>> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/1a1be9ed-640c-4b06-ad8a-4016be5a9682%40googlegroups.com.

