Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

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

Notifications You must be signed in to change notification settings

edm00se/vue-markdown-bookmarklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages