Skip to content

Releases: lachholden/obsidian-recipe-view

0.3.6

05 May 03:55
Compare
Choose a tag to compare

👨‍🍳 It's been a little while, but we're back ✨

Bug fixes

  • Fix quantity detection and parsing, especially in the case where a decimal and fraction occur in the same line. (#20)

Enhancements

  • Started to add unit tests, to make it easier to continue to develop the plugin in future

0.3.5

31 Oct 21:22
Compare
Choose a tag to compare

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 and data-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

11 Oct 21:43
Compare
Choose a tag to compare
  • 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

10 Oct 02:14
Compare
Choose a tag to compare
0.3.4-b3 Pre-release
Pre-release
  • 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

10 Oct 00:12
Compare
Choose a tag to compare
  • 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

09 Oct 10:31
Compare
Choose a tag to compare
  • 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

06 Oct 21:30
Compare
Choose a tag to compare
  • Code changes for plugin review

0.3.0

03 Oct 20:38
Compare
Choose a tag to compare
  • Added split steps view
  • Created separate documentation site
  • Refactored parsing significantly

Full Changelog: 0.2.3...0.3.0

0.2.3

17 Sep 03:49
Compare
Choose a tag to compare
  • Add comprehensive keyboard navigation

0.2.2

16 Sep 05:48
Compare
Choose a tag to compare
  • 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