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 706ae9cc77 Style Read More section in WYSIWYG like link 3 年之前
..
.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 working newlines, link shortcut 3 年之前
markdownSerializer.js working newlines, link shortcut 3 年之前
menu.js working newlines, link shortcut 3 年之前
package-lock.json Fixed Safari regex lookahead / lookbehind issue. 3 年之前
package.json Fixed Safari regex lookahead / lookbehind issue. 3 年之前
prose.html working newlines, link shortcut 3 年之前
prose.js Fix WYSIWYG editor script in Chrome <85 3 年之前
schema.js Style Read More section in WYSIWYG like link 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