-
-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown preview doesn't update for non-dendron managed markdown files #3750
Comments
@d1onys1us - Would an acceptable mitigation be to use regular VS Code preview for non-Dendron notes? If it's a non-dendron note, then the benefits of Dendron's preview largely wouldn't apply - i.e. note refs, backlinks, children, etc. @dendron Dev - to fix this, instead of modifying existing preview logic in plugin/plugin-views, we should switch to using the render methodology in Dendron-Web where the HTML is generated on the extension side and sent to the web view. |
hey @jonathanyeung , that would be an acceptable resolution and makes sense. I actually believe it is preferred -- we shouldn't invade on other people's markdown experience if they are not using dendron. They might only be using dendron for some other project. |
a quick update cc @jonathanyeung i noticed that in the vs code web view, i am also getting double preview buttons. in this repo, i have dendron inside of a folder |
fyi i have needed to uninstall dendron for time being because this is a blocker / breaks my other markdown files editing experience |
@d1onys1us - you can still use VSCode's build-in preview markdown experience alongside Dendron's:
Was this the blocking aspect or was it something else? |
yes i can do that as well but it changes the user experience a bit, have to context switch between two markdown previews now |
hi @jonathanyeung i still think this is quite a blocker for me and it's degrading my DX. because i usually just click the native preview button, instead of using the command palette. so i have to either use command palette or uninstall dendron to get updates on preview to work properly. |
Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.)
Describe the bug
If you open a regular markdown file in vs code which is not managed by dendron, live update does not work.
This is high priority because it means that I cannot at the moment recommend a Dendron installation for my team as it would break their preview for whatever other workflow they might have.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information)
Additional context
Add any other context about the problem here.
Dendron Log file
Please attach the output of
> Dendron:Dev: Open Logs
hereThe text was updated successfully, but these errors were encountered: