Context
At the moment, to make zensical studio work, we have to define the following in VSC settings:
{
"files.associations": {
"*.md": "python-markdown"
}
}
This leads to the responsibility for each markdown file in the project being delegated to zensical studio, even for files where is not needed (e.g. ISSUE templates, README, etc.). At the same time this leads to error highlighting in such files, which are not really errors, simply not part of the zensical managed files.
Description
If possible, it would be great if zensical studio could be configured to inherit the responsibility for markdown files in specified locations, like the docs/ folder.
An alternative solution (not sure if possible) would be to let zensical work on top of the native VSC markdown behavior, so that we still have access to the native tools like the markdown preview window. At the moment I can only activate the preview window if I revert the changes to settings.json.
Related links
Use Cases
I believe addressing this would lead to simplified work for users, mainly: not having to switch between python-markdown and the native markdown support, and less false errors displayed in the IDE.
Visuals
This is an example of an error being indicated in an issue template, where it ideally shouldn't. You can also see from the snapshot that the preview button (and others) usually available in markdown files is not available because the responsibility has been delegated to zensical studio.
Before submitting
Context
At the moment, to make zensical studio work, we have to define the following in VSC settings:
This leads to the responsibility for each markdown file in the project being delegated to zensical studio, even for files where is not needed (e.g. ISSUE templates, README, etc.). At the same time this leads to error highlighting in such files, which are not really errors, simply not part of the zensical managed files.
Description
If possible, it would be great if zensical studio could be configured to inherit the responsibility for markdown files in specified locations, like the docs/ folder.
An alternative solution (not sure if possible) would be to let zensical work on top of the native VSC markdown behavior, so that we still have access to the native tools like the markdown preview window. At the moment I can only activate the preview window if I revert the changes to
settings.json.Related links
Use Cases
I believe addressing this would lead to simplified work for users, mainly: not having to switch between python-markdown and the native markdown support, and less false errors displayed in the IDE.
Visuals
This is an example of an error being indicated in an issue template, where it ideally shouldn't. You can also see from the snapshot that the preview button (and others) usually available in markdown files is not available because the responsibility has been delegated to zensical studio.
Before submitting