Skip to content

Releases: ebullient/obsidian-snippetor

Release 0.2.4

06 Mar 22:12
Compare
Choose a tag to compare

0.2.4

6 March 2022

Commits:

  • 🐛 Fix the roundness slider 80764d6

Release 0.2.3

18 Feb 00:54
Compare
Choose a tag to compare

0.2.3

18 February 2022

Commits:

  • ✨ Add a slider for "roundness" f827f47
  • 🎨 Overrides blue topaz mask image 5414b39

Release 0.2.2

05 Feb 19:46
Compare
Choose a tag to compare

0.2.2

5 February 2022

Commits:

  • 🎨 Fix snippet font size; margins in mobile 308af09
  • 💡 Clean up comments 749f08a

Release 0.2.1

02 Feb 15:40
Compare
Choose a tag to compare

0.2.1

2 February 2022

Fixes:

  • 🐛 Use name in generated snippet. Resolves #6

Release 0.2.0

01 Feb 03:50
Compare
Choose a tag to compare

0.2.0

1 February 2022

Commits:

  • 💫 Set background to allow linear-gradient values 29a2d31

Release 0.1.9

30 Jan 01:37
Compare
Choose a tag to compare

0.1.9

30 January 2022

Commits:

  • 💫 Redo modal panel styling (specific overrides) 73db803
  • 💡 clean up log messages eb6069d
  • 🐛 Resolve the promise 🤦 d041545

Release 0.1.8

29 Jan 17:42
Compare
Choose a tag to compare

0.1.8

29 January 2022

Commits:

  • 🐛 Handle duplicate names; Correct onClose behavior a37de62
  • 💬 Template for new modal 003100d
  • ⚡️ Defer loading settings; minify 478a01b

Release 0.1.7

27 Jan 04:58
Compare
Choose a tag to compare

0.1.7

26 January 2022

Commits:

  • 🐛 Integrate theme overrides 5d33c15
  • 🎨 Enforce modal style for consistency 262f339
  • 🐛 Prevent error reading css files 015e24b

Release 0.1.6

26 Jan 04:41
Compare
Choose a tag to compare

0.1.6

25 January 2022

Fixes:

  • 🐛 Correct detection of existing file. Resolves #5

Commits:

  • 🎨 ✨ Wall of Toggles Redux d248cd7
    • Revisions to custom task configuration panel:

      • initial: checkbox colors, hide the border, and ✨prevent clicks
      • expanded:
        • rendered view: character or emoji + size and ✨position
        • ✨text:✨ bold, italic, strikethrough, use checkbox colors, or define separate text colors.
    • Under the hood:

      • Created a Modal Helper for working with foregrounds/backgrounds and for creating some kinds of components to simplify code and reduce copy/paste errors.
      • Restructured configuration to make it easier to work with various color/format customization sets (checkboxes vs. list items)
      • Added some steps to "migrate" existing configurations to the new structure automatically
  • ✨ Style unchecked tasks; error handling 77cb356. Resolves #3
  • 🎉 Now installable as Community Plugin 9be83b5
  • 🐛 Fix bug copying foreground color 6c0221c

Release 0.1.5

23 Jan 12:22
Compare
Choose a tag to compare

0.1.5

23 January 2022

Commits:

  • 🐛 Fix applying background color in dark mode 17841e5
  • 🎨 add a heading for background settings b0b1eb9