I have two markdown files:
project/
I would like to click on that link and have file-1.md open in the editor as VS Code and other editors do.
I can get some of this by using the Live Preview, which shows me the contents of file-2.md with highlighting, links, etc.
However, when I click on file-1, file-1.md does open in the Live Preview but it is read-only. I would like it to open in the editor so I can edit it. Is that possible?
project/
- 01/
- file-1.md
- 02/
- file-2.md
Code: Select all
[file-1](../01/file-1.md)I can get some of this by using the Live Preview, which shows me the contents of file-2.md with highlighting, links, etc.
However, when I click on file-1, file-1.md does open in the Live Preview but it is read-only. I would like it to open in the editor so I can edit it. Is that possible?


