File tree Expand file tree Collapse file tree 6 files changed +787
-10
lines changed
Expand file tree Collapse file tree 6 files changed +787
-10
lines changed Original file line number Diff line number Diff line change 44
55# npm
66node_modules
7- package-lock.json
87
98# build
109main.js
Original file line number Diff line number Diff line change 1+ # 1.4.0
2+
3+ ## Features
4+
5+ - Added an option to split into two separate collapse and expand buttons
6+ - Added commands to collapse only the file explorers or only the tag panes. These commands can be enabled in settings.
7+
8+ ## Fixes
9+
10+ - Fixed inconsistent Obsidian app version requirements
11+
112# 1.3.0
213
314## Features
415
5- Expanded functionality to tag pane. (@ebullient )
16+ - Expanded functionality to tag pane. (@ebullient )
617
718# 1.2.0
819
920## Features
1021
11- Enabled for mobile app.
22+ - Enabled for mobile app.
1223
1324# 1.1.0
1425
1526## Features
1627
17- Added "expand all" functionality to compliment collapsing.
28+ - Added "expand all" functionality to compliment collapsing.
1829
1930## Fixes
2031
21- Collapse all button now uses sentence case rather than title case for its label to match the other buttons in the file explorer.
32+ - Collapse all button now uses sentence case rather than title case for its label to match the other buttons in the file explorer.
2233
2334# 1.0.0
2435
25- Initial release.
36+ - Initial release.
Original file line number Diff line number Diff line change 11{
22 "id" : " obsidian-collapse-all-plugin" ,
33 "name" : " Collapse All" ,
4- "version" : " 1.3 .0" ,
5- "minAppVersion" : " 0.12.10 " ,
4+ "version" : " 1.4 .0" ,
5+ "minAppVersion" : " 0.12.11 " ,
66 "description" : " This plugin adds a button to collapse or expand all folders in the file explorer." ,
77 "author" : " OfficerHalf" ,
88 "authorUrl" : " https://nathan-smith.org/" ,
You can’t perform that action at this time.
0 commit comments