Obsidian plugin to edit, write and render Fountain Writing Syntax for screenplays and scripts (implements fountain-js project to parse fountain script).
- Obsidian support for
.fountain
files (Edit and render.fountain
files from inside obsidian) - Obsidian Block to render fountain script inside md notes
- Write Fountain script inside render block with block id
fountain
- Example:
Appearance can be modified by changing the style.css
found inside the obsidian-fountain
plugin folder. Feel free to submit additional fancy css features (the current ones are the simple basics in default fountain).
- Changed from using
markdownEditor
of obsidian toCodeMirror
to avoid possible conflicts with other plugins and wasted parsing by obsidian.
- Added Obsidian support for
.fountain
files (Edit and render.fountain
files from inside obsidian) - Code cleanup
- Initial release