Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevboh/obsidian-pluck
Quickly create notes in Obsidian from web pages.
https://github.com/kevboh/obsidian-pluck
Last synced: about 2 months ago
JSON representation
Quickly create notes in Obsidian from web pages.
- Host: GitHub
- URL: https://github.com/kevboh/obsidian-pluck
- Owner: kevboh
- Created: 2021-05-21T00:57:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T13:00:18.000Z (over 3 years ago)
- Last Synced: 2024-10-15T07:31:43.683Z (about 2 months ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 67
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - kevboh/obsidian-pluck - Quickly create notes in Obsidian from web pages. (TypeScript)
README
## Pluck
Pluck is a plugin for Obsidian (https://obsidian.md) that lets you quickly insert the contents of a web page into a note. Pluck converts a page's HTML into Markdown, then pastes that Markdown at your cursor location.
Pluck currently adds one command to Obsidian `Insert contents from URL`. Selecting that command, entering a URL, and pressing `enter` begins the conversion process.
If you’re using Obsidian 0.12.5 or later, Pluck will use the built-in Turndown service to convert the page’s HTML to Markdown. If you’re on an earlier version, a bundled Turndown will be used.