You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
Open any github repository code in VS Code IDE with Evidence extension enabled
Actual Behaviour
Evidence extension performs the following non-standard actions on standard .md markdown documents:
Overwrites standard .md markdown documents handling
Marks open README.md documents as Evidence Markdown document as noted in the VS Code status bar below
Hides markdown document Outline
Displays some cryptic Press / for commands... code lens as depicted below:
Expected Behavior
Consider using different filename extension for your markdown documents, such as .emd as other similar extensions (Quarto, Observable JS, MDX, etc.) do to preserve standard markdown handling in VS Code IDE without introducing new shortcuts and "slash" commands not related to normal markdown documents.
Workarounds
The only way to restore standard markdown documents handling in VS Code with the Evidence extension enabled is to change document type in the status bar where Evidence Markdown is displayed. This action is required for every .md file open, unrelated to the Evidence projects or apps and is very confusing and frustrating, including new "slash" commands and missing markdown document Outline.
The text was updated successfully, but these errors were encountered:
Thanks for noting this. In advance of having a full solution to this, I've added a stopgap PR to avoid having these features show up outside of the Evidence pages directory: #128
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugSomething isn't workingreviewRequires additional testing and review
Steps To Reproduce
Actual Behaviour
Evidence extension performs the following non-standard actions on standard
.md
markdown documents:.md
markdown documents handlingREADME.md
documents asEvidence Markdown
document as noted in the VS Code status bar belowPress / for commands...
code lens as depicted below:Expected Behavior
Consider using different filename extension for your markdown documents, such as
.emd
as other similar extensions (Quarto, Observable JS, MDX, etc.) do to preserve standard markdown handling in VS Code IDE without introducing new shortcuts and "slash" commands not related to normal markdown documents.Workarounds
The only way to restore standard markdown documents handling in VS Code with the Evidence extension enabled is to change document type in the status bar where
Evidence Markdown
is displayed. This action is required for every.md
file open, unrelated to the Evidence projects or apps and is very confusing and frustrating, including new "slash" commands and missing markdown documentOutline
.The text was updated successfully, but these errors were encountered: