Releases: hydescarf/Obsidian-Theme-Mado-Miniflow
Releases · hydescarf/Obsidian-Theme-Mado-Miniflow
v1.3.0 (Soft-breaking changes)
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
Main Changes:
- Callout redesign.
- which also made adaption to cssclass
mado-heading
. - Reason of changes: This was planned for v1.0.0 back then as the new default design didn't really fit the theme, but I was worrying about future changes made to it, thus only a minimal amount of efforts were put into it.
Now? I've gotten tired of the unmatched styling, so I've redesign it to at least work well with the theme.
Fixes:
Slight margin adjustment to Unordered/Ordered List orreverted on v1.2.0.1<ul>
<ol>
- Fixed the height for
mado-panel-list
to stay at minimal height.
Changes:
- Adjustment to
mado-heading
with the help of css:has()
.- The border-radius of elements are now flat-sharp if they are inside a
h1
container. - Removed duplicated border-lines between two joining elements.
- Normal text/paragraph or
<p>
now do not have a separator line in between each other. This usually occured if a new paragraph is written underneath the paragraph before due to lack of:has()
method back then, making it an unnecessary separation.- However, if one needs to separate them, they can use
---
or<hr>
the separator in between.
- However, if one needs to separate them, they can use
- The border-radius of elements are now flat-sharp if they are inside a
- Hover-Child-Only effect was applied to
mado-panel
before, but it is now reverted as it doesn't seem to be making sense.
v1.1.2
Fixed:
- Not being able to hover-to-reveal the scrollbar when it is hidden.
- [Mado-Panel] Checkboxes on
mado-panel-list
was incorrectly placed on the right-side instead of the left.
New:
v1.1.1
New:
- Style Settings option: Compact Tab Header (Stacked) #24
- CSSClass:
mado-table-check
(Manually stamp a check on the block by using~~~~
input either on or outside the value)
- Callout option:
mado-list2table
(Turns a list of checklists into pseudo-table, allowing you to directly mark a check onto it)
Fixed:
- Prevents header title to go invisible when editing if the option is toggled hidden. #23
v1.1.0
Fixed:
- Adjusted excessive padding on plugin "Kanban" and "Database Folder". #20
- Note in Canvas can now be scrolled on reading-mode. #21
- Note: Electron v1.1.9 is now required for it to work. If you don't see the changes, please update Obsidian manually by reinstalling the latest version from the official website.
Note:
Theme version starting from v1.1.0 and onward will now require Electron v1.1.9 and later to work.