A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Matt Baer 4c1678f91e
Merge pull request #537 from dariusk/fix-drop
il y a 1 an
..
.babelrc.js add prosemirror build environment il y a 4 ans
.prettierrc added prettierrc il y a 3 ans
Makefile Build ProseMirror library on `make ui` il y a 3 ans
README.md Update ProseMirror install instructions il y a 3 ans
markdownParser.js Support blockquotes in Classic editor il y a 3 ans
markdownSerializer.js Use underscores for em text in Rich editor il y a 2 ans
menu.js working newlines, link shortcut il y a 3 ans
package-lock.json Update package-lock.json il y a 1 an
package.json Use WriteFreely ProseMirror packages il y a 3 ans
prose.html working newlines, link shortcut il y a 3 ans
prose.js Prevent dropping of external files onto editor il y a 2 ans
schema.js Support blockquotes in Classic editor il y a 3 ans
webpack.config.js Output prose.bundle.js to static/js/ dir, instead of dist/ il y a 3 ans

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