Skip to content

Get Selection in Markdown #82

@ghost

Description

For capturing article snippets (for republication, or just taking notes), a feature to get the selection in Markdown format would be incredibly useful.

Ideally, the Markdown would include:

  • Bold, italic and other text formatting
  • Links
  • Image references
  • Tables

Beside html2text, there's the kramdown Ruby library, which since the 0.9.0 version also converts an HTML document into a kramdown (Markdown + some extensions) document.

kramdown is my favorite Markdown converter, mainly because it also supports IDs and tables. The tables format is compatible with the MultiMarkdown one.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions