zoctarine / vscode-fiction-writer

Visual Studio Code Extension for writers. Improves writing flow with exporting, formatting, easy editing, dialogue syntax, highlighting, file tagging, document statistics.

Home Page:https://zoctarine.github.io/vscode-fiction-writer/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for R markdown `rmd` file

albert-ying opened this issue · comments

It would be nice to be able to use this extension also in rmd file. Could you please add this file type to the .json file? Thank you!

Unfortunately, I tightly coupled the .md extension to all file indexing and processing.

I think it would be great to support multiple file types, but I think is not that easy at this point.

For example, when grouping related files, the .md txt and meta are searched on disc based on filename and extension.

I am in the middle of a refactoring now, thus the lack of updates, and I will try to factor this idea in, to support different/multiple extensions