- clone repo
npm i
npm start
- Create the
.ne
file indecklang/plugins
- Include the
.ne
file indecklang/_directives
- Add the new directive to the
Directives ->
line indecklang/_directives
- Add a definition file in
src/decklang/plugins/
- Add the export for the definition file in
src/decklang/plugins/_plugins.js