Avoiding css classes header #32
Replies: 1 comment
-
No no, co-locating the Obsidian vault and VS Code fountain folder location (repo) is exactly intended in the design! You can use Obsidian Custom File Extensions Plugin to register "fountain" as markdown. This allows you to edit and work inside a Custom File Extensions Config
{ "markdown": [ "", "md", "txt", "js", "css", "ts", "jsx", "tsx", "yaml", "yml", "sass", "scss", "tex", "json", "html", "fountain" ] } Otherwise, you can just use the Obsidian Longform plugin to compile your selected markdown file segments, stripping the metadata headers, and then saving to a Let me know any further questions! |
Beta Was this translation helpful? Give feedback.
-
Hi! new to Obsidian, but this really caught my attention, and wanted to check it out and learn more about obsidian. My only pet peeve is coming from Better Fountain for vscode, that there is the
at the beginning. When exporting the screenplay into a pdf, it messes with the export and I have to remove it before hand. Maybe stupid idea, but I was trying to be able to make the vault location and vs-code better fountain folder location the same, so I can easily switch between the two when I wanted to (I think both are super powerful in different ways, and synergize really well together). It would be awesome if it could automatically over-ride if it detects it to be a .fountain file instead of .md.
Beta Was this translation helpful? Give feedback.
All reactions