dullroar / TW5-sitemap

TiddlyWiki5 plugin to generate sitemap.xml.
BSD 2-Clause "Simplified" License
6 stars 3 forks source link

unable to install #3

Closed linonetwo closed 4 years ago

linonetwo commented 4 years ago

I get

Warning: Cannot find plugin 'dullroar/sitemap'

With

{
    "description": "Basic client-server edition",
    "plugins": [
        "tiddlywiki/tiddlyweb",
        "tiddlywiki/filesystem",
        "tiddlywiki/highlight",
        "dullroar/sitemap"
    ],

and

Screen Shot 2020-04-12 at 4 49 31 PM
linonetwo commented 4 years ago

Oh, I know...

I'm using

cross-env TIDDLYWIKI_PLUGIN_PATH='MemeOfLinonetwo/plugins' tiddlywiki MemeOfLinonetwo --rendertiddler sitemap sitemap.xml text/plain && mv ./MemeOfLinonetwo/output/sitemap.xml ./public/sitemap.xml