Releases: joerncodes/obsidian-readwise-reader
Releases · joerncodes/obsidian-readwise-reader
0.1.0
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
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
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 documentimage-url
orbanner
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 frontmatterOmit frontmatter
submits only the note's body (without frontmatter) to Reader. Defaults totrue
-
The reason for this fallback is the excellent Obsidian Banners plugin. ↩
0.0.2
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
Codename: 🧙 Pratchett
- Initial release of the plugin