Skip to content

Releases: kepano/obsidian-minimal

7.3.1

08 Oct 22:35
Compare
Choose a tag to compare

Fix #637 tooltip alignment

7.3.0

07 Oct 22:23
Compare
Choose a tag to compare

Add Flexoki color scheme. Requires updating Minimal Theme Settings plugin to 7.3.0

7.2.3

29 Sep 21:03
Compare
Choose a tag to compare

Fixes #611

7.2.2

29 Sep 18:32
Compare
Choose a tag to compare
  • Fix margin above labeled nav on Windows #646
  • Fix image zoom in Live Preview

7.2.1

21 Aug 18:00
Compare
Choose a tag to compare

Change default for Properties heading to visible

7.2.0

16 Aug 22:31
Compare
Choose a tag to compare

Adds and new experimental color scheme Eink and a new way to turn bullet lists into Cards.

Turn bullet lists into cards

A new helper class is available: list-cards. It works like cards but instead of turning tables into Cards it turns lists into cards. Note that this is only for display purposes in reading mode.

Demo video

Screenshot 2023-08-16 at 3 27 18 PM

Eink color scheme — experimental ⚠️

This is a highly experimental black and white color scheme designed for eink displays. Unfortunately I don't have a good eink device to test on, so I will be relying on help from users. My biggest question at the moment is how the backgrounds deal with ghosting. You will certainly notice some bugs if you run this color scheme.

How you can help: if you have an eink device please send me photos of the new eink mode running, and share any ghosting/other issues you find.

The new color scheme requires updating to Minimal Theme Settings plugin.

eink color scheme
eink color scheme

7.1.2

04 Aug 15:57
Compare
Choose a tag to compare
  • Adds Style Settings option to hide "Add property" button
  • Reverts to old "Highlight active line" code which was causing various issues (unfortunately this reopens #519)

7.1.1

27 Jul 14:58
Compare
Choose a tag to compare

Small fix for font size in properties

7.1.0

26 Jul 17:04
Compare
Choose a tag to compare

Adds support and Style Settings options for Properties in Obsidian 1.4+

Fixes

  • Fix #613 horizontal scroll when active line highlighting is on
  • Fix #616 note padding issue
  • Fix #617 font issue with export to PDF

7.0.7

08 Jul 21:59
Compare
Choose a tag to compare

Minor change for ribbon display. You can now display bottom left ribbon without Style Settings by using the following CSS snippet

body {
	--hider-ribbon-display: flex;
}