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
After installing the extension and enabling access to local files, local .md files are rendered correctly.
I also associated *.md files with Chrome so I can open them by double-clicking.
Steps to reproduce
Install the extension
Enable Allow access to file URLs
Associate .md files with Chrome
Close all Chrome windows
Double-click a .md file
Expected behavior
The Markdown file should be rendered automatically.
Actual behavior
Chrome opens, but the file is displayed as raw Markdown (not rendered).
If Chrome is already open, double-clicking the same file works correctly and renders as expected.
To fix it temporarily, I have to:
Open the extension options
Click Render
Errors (DevTools / Service Worker)
Error handling response: TypeError: Cannot read properties of undefined (reading 'file:///')
at detect (chrome-extension://ckkdlimhmcjmikdlpkmbgfkaikojcbjk/background/detect.js:85:20)
at chrome-extension://ckkdlimhmcjmikdlpkmbgfkaikojcbjk/background/detect.js:67:15
Uncaught TypeError: Cannot read properties of undefined (reading 'icon')
at icon.js:7:46
at Array.reduce (<anonymous>)
at icon.js:6:35
index.js:1 Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist.
Hi,
After installing the extension and enabling access to local files, local
.mdfiles are rendered correctly.I also associated
*.mdfiles with Chrome so I can open them by double-clicking.Steps to reproduce
.mdfiles with Chrome.mdfileExpected behavior
The Markdown file should be rendered automatically.
Actual behavior
Chrome opens, but the file is displayed as raw Markdown (not rendered).
If Chrome is already open, double-clicking the same file works correctly and renders as expected.
To fix it temporarily, I have to:
Errors (DevTools / Service Worker)
What I tried