https://github.com/edm00se/vue-markdown-bookmarklet
a simple extension of the vue.js markdown editor example, for "web notepad" style editing, and saving as .md file
https://github.com/edm00se/vue-markdown-bookmarklet
bookmark favorites vue vuejs
Last synced: 5 months ago
JSON representation
a simple extension of the vue.js markdown editor example, for "web notepad" style editing, and saving as .md file
- Host: GitHub
- URL: https://github.com/edm00se/vue-markdown-bookmarklet
- Owner: edm00se
- Archived: true
- Created: 2016-06-20T20:35:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T17:30:14.000Z (almost 6 years ago)
- Last Synced: 2024-11-13T16:42:52.898Z (11 months ago)
- Topics: bookmark, favorites, vue, vuejs
- Language: HTML
- Homepage: https://326bw.csb.app/
- Size: 5.86 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
- jimsghstars - edm00se/vue-markdown-bookmarklet - a simple extension of the vue.js markdown editor example, for "web notepad" style editing, and saving as .md file (HTML)
README
# 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](https://vuejs.org/) SPA, mostly just a hasty extension of the [vue.js example](https://vuejs.org/examples/) markdown editor.
## Features
- side-by-side editing and preview
- saving of files as markdown (defaults to `notepad.md`), via `CTRL+S`/`CMD+S`## Files
```bash
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 bookmarklet0 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