Skip to content

Releases: ebullient/obsidian-slides-extended

Release 2.0.7

05 May 01:10
Compare
Choose a tag to compare

2.0.7

5 May 2024

Fixes:

  • ✨ Allow reveal|embed.html template to be customized; resolves #8 #8
  • ✨ Source template content from frontmatter; resolves #9 #9

Commits:

  • ♻️ AdvancedSlidesSettings -> SlidesExtendedSettings a00b6ad
  • 🐛 resolve relative path from browser 5ef4143
  • 🐛 only add object-fit if not already present 985db33

Release 2.0.6

06 Apr 18:53
Compare
Choose a tag to compare

2.0.6

6 April 2024

Commits:

  • ✨ 🎨 callout style w/ empty content 38f4741
  • 🚸 close button for sidebar panel d6d219c
  • 🎨 icons. 967046c
  • 🎨 hide some view-header buttons in right-split aed71f1
  • 🐛 ✨ support slides preview in left sidebar, too c311f26

Release 2.0.5

20 Mar 23:39
Compare
Choose a tag to compare

2.0.5

20 March 2024

Commits:

  • fix: Switch to Obsidian provided popover suggester (via obsidian-utilities module) dfe837f
  • 🎨 review comments 144cb19

Release 2.0.4

20 Mar 01:24
Compare
Choose a tag to compare

2.0.4

20 March 2024

Commits:

  • 🐛 suppress scrollActivationWidth when running in an iframe fb48310

Release 2.0.3

19 Mar 22:18
Compare
Choose a tag to compare

2.0.3

19 March 2024

Commits:

  • 📦 build plugin styles.css with sass, include plugin theme source in dist a7cb399
  • 🎨🚧 Experimental! Slides in the sidebar d2f061c
  • 🚨 review: throw if the adapter is the wrong type 02207ec
  • ♻️ move time bar plugin under src c3f4916

Release 2.0.2

19 Mar 17:16
Compare
Choose a tag to compare

2.0.2

19 March 2024

Commits:

  • 🎨 replace var with const/let f28ab14
  • 🔊 update log levels 2ddda78
  • 🔧🔥 Remove default hotkeys 6fd67a9

Release 2.0.1

18 Mar 18:25
Compare
Choose a tag to compare

2.0.1

In preparing submission as obsidian plugin, I removed the leading obsidian- from the plugin name. You may need to manually remove (to delete artifacts) and then reinstall.

18 March 2024

Commits:

  • 🔨🔥 update plugin name 3548f13

Release 2.0.0

18 Mar 16:28
Compare
Choose a tag to compare

2.0.0

That brief "🍴 Begin fork" covers a lot.

  • reveal.js was updated to 5.x
  • fastify has replaced express
  • Some codebase refactoring
  • new "theme directory" setting
    • custom css can be added to this folder. `
      • *.css` will be treated as slide styles,
      • *.highlight.css or *.hljs.css will be treated as highlight.js styles.
    • When setting default slide or highlight themes, custom css files in the theme directory will be included.

18 March 2024

Commits:

  • 🍴 Begin fork of Advanced Slides plugin f90f299
  • 👷 ci for release 20cd968
  • 📦 download/update release contents 4128bb4
  • Rename to Slides Extended acdd75b
  • 🍴 Unfork/Rename (less confusion) 6fcb46a
  • 🐛 Fix relative image path for export 801080e
  • 🔧 update FUNDING.yml ae1bee1

Release test

12 Mar 01:52
20cd968
Compare
Choose a tag to compare
👷 ci for release