Is the .fountain.md an intended feature? If so what do you reccomend for easy exports instead of better fountain on vscode? #53
-
|
I really love this plugin, but now I can only get it to work is if I use the .md file extension. This is fine for editing, but not great for exporting since it's no longer a .fountain file and better fountain no longer works. I think this is a feature, and if it is, does anyone have another way to export my screenplays to pdf without having to change the file extension back and forth? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
To answer the title question:
|
Beta Was this translation helpful? Give feedback.
To answer the title question:
.fountainLike you explained, for easy direct use in external tools like BetterFountain. However, you will need a plugin like Custom File Extensions: An obsidian plugin allowing you to register and view different file extensions in a modular manner. to enable editing it directly in Obsidian, because Obsidian natively only allows editing of
.mdfiles..fountain.mdSince it is technically of
.mdfile extension, so Obsidian will treat it like any other note. I learnt this from.excalidraw.mdfile extensions. To use with other tools that only recognise a.fountainextension, you could copy paste the contents over, but you should be using a toolchain like the Long…