wiki-plugin-dropzone
v0.1.0
Published
Drag and drop audio files into a wiki page's assets folder — each file becomes an audio item
Readme
wiki-plugin-dropzone
Drag and drop audio files into a Federated Wiki page's assets folder — each dropped file becomes an audio item, ready to play and safe to fork.
A dropzone item renders a drop target on the page. Audio files dropped on it
are uploaded through the assets plugin's owner-gated route
(/plugin/assets/upload), so only the site's owner can add files. The item's
text is the label shown on the drop target.
Accepted formats: wav, mp3, flac, aiff, ogg, m4a, opus, webm, aac — up to 200 MB per file. Filenames are cleaned to lowercase-hyphen form on upload.
Build
npm install
npm run buildLicense
MIT
