A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
Matt Baer 4c1678f91e
Merge pull request #537 from dariusk/fix-drop
hace 1 año
..
.babelrc.js add prosemirror build environment hace 4 años
.prettierrc added prettierrc hace 3 años
Makefile Build ProseMirror library on `make ui` hace 3 años
README.md Update ProseMirror install instructions hace 3 años
markdownParser.js Support blockquotes in Classic editor hace 3 años
markdownSerializer.js Use underscores for em text in Rich editor hace 2 años
menu.js working newlines, link shortcut hace 3 años
package-lock.json Update package-lock.json hace 1 año
package.json Use WriteFreely ProseMirror packages hace 3 años
prose.html working newlines, link shortcut hace 3 años
prose.js Prevent dropping of external files onto editor hace 2 años
schema.js Support blockquotes in Classic editor hace 3 años
webpack.config.js Output prose.bundle.js to static/js/ dir, instead of dist/ hace 3 años

README.md

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