writefreely/prose
Matt Baer 4c1678f91e
Merge pull request #537 from dariusk/fix-drop
Prevent dropping of external files onto editor
2022-11-14 23:38:38 -05:00
..
.babelrc.js
.prettierrc
Makefile
markdownParser.js Support blockquotes in Classic editor 2021-04-29 17:07:40 -04:00
markdownSerializer.js Use underscores for em text in Rich editor 2021-10-22 11:45:37 -05:00
menu.js
package-lock.json Update package-lock.json 2022-11-11 02:13:10 -05:00
package.json
prose.html
prose.js Prevent dropping of external files onto editor 2022-03-03 10:25:47 -08:00
README.md
schema.js Support blockquotes in Classic editor 2021-04-29 17:07:40 -04:00
webpack.config.js

Building

  • Run npm install to download dependencies.
  • Run npm run-script build to build a production script in ../static/js/ or run npm run develop to build and watch for changes. You can use prose.html to test your development changes.
  • Manually copy the file prose.bundle.js to static/js/. To be automated