Chrome's new tab policy prevents JS from running, so this has been broken for some time. I have archived this repo, but the project lives on complete with the other features, in a codesandbox project.
https://codesandbox.io/embed/vue-markdown-applet-326bw?view=preview
This is a vue.js SPA, mostly just a hasty extension of the vue.js example markdown editor.
- side-by-side editing and preview
- saving of files as markdown (defaults to
notepad.md
), viaCTRL+S
/CMD+S
vue-markdown-bookmarklet
├── ReadMe.md # this ReadMe
├── bs-config.json # a config file for browser-sync/lite-server
├── index.html # SPA version before being stripped down for bookmarklet
└── minified-bookmarklet.js # the bookmarklet
0 directories, 4 files
To 'install', create a new bookmark/favorite, edit the bookmark, set the URL as the contents of the minified-bookmarklet.js
file, and rename the title of the bookmark appropriately.
This is a bit of a silly effort, which was really to just force myself to work through client-side file saving, as a given MIME type. It requires connectivity to CDNJS to work (or at least have a cached copy in the browser), so it's not exactly foolproof.
MIT