This website requires JavaScript.
Explore
Help
Sign in
makary
/
writefreely
Watch
1
Star
0
Fork
You've already forked writefreely
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
8c0978419f
writefreely
/
prose
History
Viktor Vaczi
8c0978419f
using a branch from github with the markdown hashtag serializing fix
2021-02-13 13:27:15 +01:00
..
.babelrc.js
add prosemirror build environment
2020-03-10 15:11:32 -07:00
.prettierrc
added prettierrc
2021-01-08 01:41:36 +01:00
markdownParser.js
working newlines, link shortcut
2021-01-08 00:33:35 +01:00
markdownSerializer.js
working newlines, link shortcut
2021-01-08 00:33:35 +01:00
menu.js
working newlines, link shortcut
2021-01-08 00:33:35 +01:00
package-lock.json
using a branch from github with the markdown hashtag serializing fix
2021-02-13 13:27:15 +01:00
package.json
using a branch from github with the markdown hashtag serializing fix
2021-02-13 13:27:15 +01:00
prose.html
working newlines, link shortcut
2021-01-08 00:33:35 +01:00
prose.js
added prettierrc
2021-01-08 01:41:36 +01:00
README.md
add basic prosemirror instructions
2020-03-10 15:17:40 -07:00
schema.js
working newlines, link shortcut
2021-01-08 00:33:35 +01:00
webpack.config.js
Output prose.bundle.js to static/js/ dir, instead of dist/
2020-09-09 10:47:01 -04:00
README.md
Building
Run
npm install
to download dependencies.
Run
npm run build
to build a production script in
dist/
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