The Wayback Machine - https://web.archive.org/web/20201205190926/https://github.com/edm00se/vue-markdown-bookmarklet
Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.

ReadMe.md

Repo Archived

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

About

This is a vue.js SPA, mostly just a hasty extension of the vue.js example markdown editor.

Features

  • side-by-side editing and preview
  • saving of files as markdown (defaults to notepad.md), via CTRL+S/CMD+S

Files

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

Install

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.

Why?

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.

License

MIT

About

a simple extension of the vue.js markdown editor example, for "web notepad" style editing, and saving as .md file

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.