A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
Matt Baer 706ae9cc77 Style Read More section in WYSIWYG like link 3 yıl önce
..
.babelrc.js add prosemirror build environment 4 yıl önce
.prettierrc added prettierrc 3 yıl önce
Makefile Build ProseMirror library on `make ui` 3 yıl önce
README.md Update ProseMirror install instructions 3 yıl önce
markdownParser.js working newlines, link shortcut 3 yıl önce
markdownSerializer.js working newlines, link shortcut 3 yıl önce
menu.js working newlines, link shortcut 3 yıl önce
package-lock.json Fixed Safari regex lookahead / lookbehind issue. 3 yıl önce
package.json Fixed Safari regex lookahead / lookbehind issue. 3 yıl önce
prose.html working newlines, link shortcut 3 yıl önce
prose.js Fix WYSIWYG editor script in Chrome <85 3 yıl önce
schema.js Style Read More section in WYSIWYG like link 3 yıl önce
webpack.config.js Output prose.bundle.js to static/js/ dir, instead of dist/ 3 yıl önce

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