A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Matt Baer 4c1678f91e
Merge pull request #537 from dariusk/fix-drop
преди 1 година
..
.babelrc.js add prosemirror build environment преди 4 години
.prettierrc added prettierrc преди 3 години
Makefile Build ProseMirror library on `make ui` преди 3 години
README.md Update ProseMirror install instructions преди 3 години
markdownParser.js Support blockquotes in Classic editor преди 3 години
markdownSerializer.js Use underscores for em text in Rich editor преди 2 години
menu.js working newlines, link shortcut преди 3 години
package-lock.json Update package-lock.json преди 1 година
package.json Use WriteFreely ProseMirror packages преди 3 години
prose.html working newlines, link shortcut преди 3 години
prose.js Prevent dropping of external files onto editor преди 2 години
schema.js Support blockquotes in Classic editor преди 3 години
webpack.config.js Output prose.bundle.js to static/js/ dir, instead of dist/ преди 3 години

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