No description
Find a file
2026-07-10 00:19:31 +02:00
.github/workflows build: add gh action 2025-01-07 11:21:34 +01:00
src fix: update manifest and package version, improve bookmarks handling 2026-07-10 00:02:45 +02:00
.editorconfig init 🌅 2025-01-07 11:16:33 +01:00
.eslintignore init 🌅 2025-01-07 11:16:33 +01:00
.eslintrc init 🌅 2025-01-07 11:16:33 +01:00
.gitignore chore: clean up data.json and finalize PR #27 alignment 2026-07-05 18:42:54 +02:00
.npmrc init 🌅 2025-01-07 11:16:33 +01:00
esbuild.config.mjs init 🌅 2025-01-07 11:16:33 +01:00
LICENSE init 🌅 2025-01-07 11:16:33 +01:00
main.ts init 🌅 2025-01-07 11:16:33 +01:00
manifest.json build: 3.2.0 2026-07-10 00:19:31 +02:00
package-lock.json build: 3.2.0 2026-07-10 00:19:31 +02:00
package.json fix: update manifest and package version, improve bookmarks handling 2026-07-10 00:02:45 +02:00
README.md Cleanup README 2025-11-27 20:38:35 +01:00
styles.css feat: better login modal 2025-01-31 17:50:27 +01:00
tsconfig.json build: resolve json module 2025-12-24 11:50:56 +01:00
version-bump.mjs init 🌅 2025-01-07 11:16:33 +01:00
versions.json build: 3.2.0 2026-07-10 00:19:31 +02:00

Readeck Importer Plugin

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.

Features

  • 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.

Installation

  1. Download the plugin files and place them in your Obsidian plugins folder (.obsidian/plugins/readeck-importer).
  2. Enable the plugin in the Obsidian settings under Settings > Community Plugins.
  3. Configure the plugin settings as described below.

Plugin Settings

The plugin provides the following configurable options:

  • API URL: The base URL of the Readeck instance (without a trailing /).
  • 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.

How to Use

  1. Configure the plugin settings in Settings > Readeck Importer.
  2. Use the "Readeck Importer: Get Readeck Data" command from the command palette.
  3. The plugin will fetch your bookmarks and save them in the specified folder.

Development

If you wish to contribute to the plugin or customize it for your needs:

  1. Clone the repository and run npm install to install dependencies.
  2. Build the plugin using npm run dev.

License

This project is licensed under the MIT License. See the LICENSE file for details.