File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 4
4
- make observer observing smaller range
5
5
- (performance improve)
6
6
# 0.0.3
7
- - support remove doc icon in doctree
7
+ - support remove doc icon in doctree
8
+ # 0.0.4
9
+ - fix logic err
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " siyuan_doctree_compress" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.4 " ,
4
4
"type" : " module" ,
5
5
"description" : " compress your doctree as the % you defined" ,
6
6
"repository" : " " ,
Original file line number Diff line number Diff line change 2
2
"name" : " siyuan_doctree_compress" ,
3
3
"author" : " zxkmm" ,
4
4
"url" : " https://github.com/zxkmm/siyuan_doctree_compress" ,
5
- "version" : " 0.0.3 " ,
5
+ "version" : " 0.0.4 " ,
6
6
"minAppVersion" : " 2.12.1" ,
7
7
"backends" : [
8
8
" windows" ,
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export default class siyuan_doctree_compress extends Plugin {
96
96
const layoutReadyAsyncHandler = async ( ) => {
97
97
98
98
const _mainSwitchStat_ = await this . settingUtils . get ( "mainSwitch" ) ;
99
- const _hideIcon_ = await this . settingUtils . get ( "mainSwitch " ) ;
99
+ const _hideIcon_ = await this . settingUtils . get ( "hideIcon " ) ;
100
100
console . log ( _mainSwitchStat_ ) ;
101
101
console . log ( _hideIcon_ ) ;
102
102
You can’t perform that action at this time.
0 commit comments