Releases: lachholden/obsidian-recipe-view
Releases · lachholden/obsidian-recipe-view
0.3.6
0.3.5
Mostly tweaks to make custom snippets easier:
- Markdown elements retain their data attributes e.g.
data-heading
on headings - The title block properties now have
data-property-key
anddata-property-value
attributes - Any
cssclasses
added to the note now also get added to the recipe view
Also:
- Title block property string values now render as markdown, so inline links will work
- Fix top-level callouts not rendering properly
Full Changelog: 0.3.4...0.3.5
0.3.4
- Simplify styling for better theme compatibility and improved typography and spacing
- Also improves formatting appearance on mobile
- Make tags clickable and fix links being unclickable when in a selectable step (#8)
- Fix subsequent same-level headers not being pulled into the side column correctly (#2)
Full Changelog: 0.3.3...0.3.4
0.3.4-b3
- Overhauled styling to hopefully be spaced much better and obey typography of themes
- Should hopefully work better on mobile too – creating beta to test
0.3.3
- Formatting tweaks, add section striping to two-column view, and improve consistency across views
- Change chef's hat icon to whisk icon for disambiguation with recipe grabber plugin
Full Changelog: 0.3.2...0.3.3
0.3.2
- Fix some key rendering issues on mobile
- Tidy up single column view a bit
- Fix 1/3 and 2/3 fractions in quantities
0.3.1
- Code changes for plugin review
0.3.0
- Added split steps view
- Created separate documentation site
- Refactored parsing significantly
Full Changelog: 0.2.3...0.3.0
0.2.3
- Add comprehensive keyboard navigation
0.2.2
- Fixed single-column view
- Better accessibility/add keyboard navigation
- Allow using H1 as titles
- Add editor command and toggle between Markdown/Recipe views instead of only Markdown -> Recipe