Skip to content

Releases: joerncodes/obsidian-readwise-reader

0.1.0

23 Aug 13:57
76e0720
Compare
Choose a tag to compare

Codename: 🌳 Haig

📖 Named for: Matt Haig — Reasons to Stay Alive

This release adds the following to the plugin:

  • ⚙️ Settings added:
    • Triage status determines which status your new document will have in Reader (which tab it will show up in), for example “New” or “Archive”
  • 📖 Front matter parsing: The following YAML front matter keys will be parsed:
    • source will be submitted as the Reader document’s source instead of the standard Obsidian url
  • 🧹 Cleaned up some code and introduced linting to the project

0.0.4

21 Aug 12:14
69c5fd2
Compare
Choose a tag to compare

Codename: 👾 Adams

📖 Named for: Douglas Adams —Hitchhiker's Guide to the Galaxy

This release adds the following to the plugin:

  • ⚙️ Settings added:
    • Submit note tags looks for inline tags (with the #hashtag #notation) in your Obsidian note and submit's them as Reader document tags
  • 🧹 Some internal housekeeping, like refactoring code and writing tests

0.0.3

19 Aug 11:32
Compare
Choose a tag to compare

Codename: ⚛️ Clear

📖 Named for: James Clear — Atomic Habits

This release adds the following to the plugin:

  • 📖 Frontmatter parsing: The following YAML frontmatter keys will be parsed:
    • author to provide the Reader document's author (see also settings)
    • summary will provide a summary to your Reader document
    • image-url or banner will provide a cover image for your Reader document1
  • ⚙️ Settings added:
    • Fallback author provides a author to default to if no author is set in the frontmatter
    • Omit frontmatter submits only the note's body (without frontmatter) to Reader. Defaults to true
  1. The reason for this fallback is the excellent Obsidian Banners plugin.

0.0.2

18 Aug 14:14
Compare
Choose a tag to compare

Codename: 🪦 Gaiman

  • Added setting to write Reader url into the documents frontmatter upon publishing
  • Added command to open Reader detail view in browser

0.0.1

18 Aug 11:35
Compare
Choose a tag to compare

Codename: 🧙 Pratchett

  • Initial release of the plugin