mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 07:18:49 +01:00
🎨 Attribute View number column format https://github.com/siyuan-note/siyuan/issues/8764
This commit is contained in:
parent
afb698d1fe
commit
c737ecabb6
1 changed files with 3 additions and 1 deletions
|
|
@ -160,7 +160,9 @@ func (searcher *AssetsSearcher) FullIndex() {
|
|||
func NewAssetsSearcher() *AssetsSearcher {
|
||||
return &AssetsSearcher{
|
||||
Parsers: map[string]AssetParser{
|
||||
".txt": &TxtAssetParser{},
|
||||
".txt": &TxtAssetParser{},
|
||||
".md": &TxtAssetParser{},
|
||||
".markdown": &TxtAssetParser{},
|
||||
},
|
||||
|
||||
lock: &sync.Mutex{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue