A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
Matt Baer 4c1678f91e
Merge pull request #537 from dariusk/fix-drop
há 1 ano
..
.babelrc.js add prosemirror build environment há 4 anos
.prettierrc added prettierrc há 3 anos
Makefile Build ProseMirror library on `make ui` há 3 anos
README.md Update ProseMirror install instructions há 3 anos
markdownParser.js Support blockquotes in Classic editor há 3 anos
markdownSerializer.js Use underscores for em text in Rich editor há 2 anos
menu.js working newlines, link shortcut há 3 anos
package-lock.json Update package-lock.json há 1 ano
package.json Use WriteFreely ProseMirror packages há 3 anos
prose.html working newlines, link shortcut há 3 anos
prose.js Prevent dropping of external files onto editor há 2 anos
schema.js Support blockquotes in Classic editor há 3 anos
webpack.config.js Output prose.bundle.js to static/js/ dir, instead of dist/ há 3 anos

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