Releases: fcandi/obsidian-immich-journal
Release list
0.3.0
What's new
Settings search support
The settings tab now uses Obsidian's declarative settings API (introduced in Obsidian 1.13), so all plugin settings appear in the settings search. Switching to the custom template preset no longer rebuilds the whole tab - the template editor simply appears below the dropdown.
Requires Obsidian 1.13
The minimum app version is now 1.13.0. Users on older Obsidian versions keep 0.2.1.
0.3.0-beta.2
0.3.0-beta.1
0.2.1
Fixed
- Mobile: photo picker no longer slides under the OS status bar. The sheet now sizes itself with Obsidian's own safe-area variables instead of forcing a full-height 100vh layout, so it starts below the status bar on iOS and Android and the close button is tappable again.
Changed
- Mobile: a few pixels of extra spacing between the close button and the date input.
0.2.1-beta.4
0.2.1-beta.3
0.2.1-beta.2
0.2.1-beta.1
0.2.0
What's new
Insert position
Choose where selected photos are inserted: at the cursor (default), at the top of the note (below the frontmatter), or at the bottom.
Simpler embed settings
The three overlapping settings (embed style, "Link to Immich", and the caption template) are now a single Photo embed dropdown:
- Markdown, linked to Immich (default)
- Markdown, no link
- Wikilink
- Custom template: the template editor opens right inside the setting, with all metadata variables available (
{{description}},{{time}},{{city}},{{people}}, and more, plus{{localPathRaw}}for wikilinks)
The presets automatically add the photo's Immich description as an italic caption line; photos without a description get no caption.
Migration
Existing settings are migrated automatically. Untouched configurations map to the matching preset; customized markdown or caption templates move to the custom preset with a template that reproduces the previous output exactly.