Skip to content

Instantly share code, notes, and snippets.

@Shaun289
Created November 21, 2024 00:35
Show Gist options
  • Save Shaun289/a12c1b10883e092a5bef4f3db6f2ea59 to your computer and use it in GitHub Desktop.
Save Shaun289/a12c1b10883e092a5bef4f3db6f2ea59 to your computer and use it in GitHub Desktop.
Read markdown files in chrome by extension

Read markdown files in chrome

install extension

  • Markdown Viewer 스크린샷 2024-11-21 09-29-54
  • Click Markdown Viewer 스크린샷 2024-11-21 09-31-33
  • Goto advanced option 스크린샷 2024-11-21 09-32-21
  • Set file access - Allow all
  • Allow access to file URLs 스크린샷 2024-11-21 09-33-30

Open markdown file from local drive.

  • ctrl+o in chrome and select .md file.
  • You can see the parsed markdown.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment