The Readeck Importer is a plugin for Obsidian that enables users to seamlessly import their saved bookmarks from Readeck into their Obsidian vault. This plugin is perfect for those who want to organize and annotate their Readeck bookmarks within Obsidian's powerful note-taking environment.
- Import bookmarks directly from Readeck.
- Save imported bookmarks to a specified folder in your Obsidian vault.
- Optionally fetch full bookmarks, images and annotations from Readeck.
- Flexible import settings, including overwriting existing files.
- Automatically set properties and metadata for imported bookmarks.
- Download the plugin files and place them in your Obsidian plugins folder (
.obsidian/plugins/readeck-importer
). - Enable the plugin in the Obsidian settings under Settings > Community Plugins.
- Configure the plugin settings as described below.
The plugin provides the following configurable options:
- API URL: The base URL of the Readeck instance (without a trailing
/
). - Login: Credentials for accessing the Readeck instance.
- Folder: The folder for saving notes.
- Overwrite: If enabled, replaces an existing note with the new one. Warning: notes will be overwritten.
- Mode: Defines the content to be saved:
- Text: Save the text.
- Text + Images: Save text along with images.
- Text + Annotations: Save text and annotations.
- Text + Images + Annotations: Save text, images, and annotations.
- Annotations: Save the annotations.
- Configure the plugin settings in Settings > Readeck Importer.
- Use the "Readeck Importer: Get Readeck Data" command from the command palette.
- The plugin will fetch your bookmarks and save them in the specified folder.
If you wish to contribute to the plugin or customize it for your needs:
- Clone the repository and run
npm install
to install dependencies. - Build the plugin using
npm run dev
.
This project is licensed under the MIT License. See the LICENSE file for details.