Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dergachev/puppypaste
Extract HTML clipboard contents without losing the structure, as you'd get from pasting into TextEdit or Notepad.
https://github.com/dergachev/puppypaste
Last synced: 29 days ago
JSON representation
Extract HTML clipboard contents without losing the structure, as you'd get from pasting into TextEdit or Notepad.
- Host: GitHub
- URL: https://github.com/dergachev/puppypaste
- Owner: dergachev
- Created: 2016-01-06T23:00:46.000Z (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-02-03T22:11:12.000Z (almost 9 years ago)
- Last Synced: 2024-08-02T05:06:58.951Z (3 months ago)
- Language: CSS
- Homepage: https://puppypaste.com
- Size: 2.63 MB
- Stars: 60
- Watchers: 4
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PuppyPaste
Extract HTML clipboard contents without losing the structure, as you'd get from pasting into TextEdit or Notepad.
Uses the html.md package by @neocotic to convert HTML to markdown.
## Textile
Textile parsing is a totally hacky experiment of porting html.md lib into textile. It's only included for demo purposes (and cause it's useful to me).
DO NOT RELY ON IT BEING CORRECT!TODOs:
* Image links, like (DONE?)
* PRE/code, relative links, special chars, quotes, asterisks, line breaks, block quotes, table
* footnotes, strikethough, underline.