Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.