feature: update boilerplate with key plugins and streamlined templates
This commit is contained in:
@@ -1 +1,11 @@
|
||||
{"headerWidth":32,"leafWidth":700,"leafAutoWidth":false,"disabled":false,"rotateHeaders":false,"headerAlt":false,"stackingEnabled":true}
|
||||
{
|
||||
"headerWidth": 32,
|
||||
"leafWidth": 700,
|
||||
"leafAutoWidth": false,
|
||||
"disabled": false,
|
||||
"rotateHeaders": true,
|
||||
"headerAlt": true,
|
||||
"orienation": "mixed",
|
||||
"stackingEnabled": true,
|
||||
"smoothAnimation": true
|
||||
}
|
||||
43
.obsidian/plugins/sliding-panes-obsidian/main.js
vendored
43
.obsidian/plugins/sliding-panes-obsidian/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -5,6 +5,6 @@
|
||||
"authorUrl": "https://github.com/deathau",
|
||||
"description": "Sliding Panes! Based on the style of [Andy Matuschak's Notes](https://notes.andymatuschak.org/)",
|
||||
"isDesktopOnly": false,
|
||||
"version": "3.2.2",
|
||||
"version": "3.2.3",
|
||||
"minAppVersion": "0.10.3"
|
||||
}
|
||||
@@ -102,4 +102,14 @@ body.plugin-sliding-panes-rotate-header.plugin-sliding-panes-header-alt .workspa
|
||||
transform: rotate(180deg);
|
||||
text-align: right;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
body.plugin-sliding-panes-rotate-header.plugin-sliding-select-orientation-sideway .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header {
|
||||
text-orientation: sideways !important;
|
||||
}
|
||||
body.plugin-sliding-panes-rotate-header.plugin-sliding-select-orientation-mixed .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header {
|
||||
text-orientation: mixed !important;
|
||||
}
|
||||
body.plugin-sliding-panes-rotate-header.plugin-sliding-select-orientation-upright .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header {
|
||||
text-orientation: upright !important;
|
||||
}
|
||||
Reference in New Issue
Block a user