npm i
# go to your obsidian folder
# cd ~/DocumentsLauranomicon/.obsidian
mkdir -p plugins
cd plugins
# symlink this project to the plugins folder
ln -s ~/PhpstormProjects/scrybble/ scrybble.beta
npm run dev
You need to restart Obsidian whenever you make a change. Use the "reload app without saving changes" command in obsidian to restart quickly.
Working on doing this on push using github actions! Boop
- Run
npm version {patch|minor|major}
after updating (if necessary)minAppVersion
inmanifest.json
- Push to Github
- run
npm run build
- On Github, create new release with tag
{YOUR VERSION}
and titlev{YOUR VERSION}
- Attach
main.js
,main.css
andmanifest.json
- Attach