obsidian seems to only have a per-vault config approach, so my approach is to define settings within .config/obsidian, then copy to vault dirs
		
			
				
	
	
		
			33 lines
		
	
	
		
			698 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			698 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "file-explorer": true,
 | 
						|
  "global-search": true,
 | 
						|
  "switcher": true,
 | 
						|
  "graph": true,
 | 
						|
  "backlink": true,
 | 
						|
  "canvas": true,
 | 
						|
  "outgoing-link": true,
 | 
						|
  "tag-pane": true,
 | 
						|
  "footnotes": false,
 | 
						|
  "properties": false,
 | 
						|
  "page-preview": true,
 | 
						|
  "daily-notes": true,
 | 
						|
  "templates": true,
 | 
						|
  "note-composer": true,
 | 
						|
  "command-palette": true,
 | 
						|
  "slash-command": false,
 | 
						|
  "editor-status": true,
 | 
						|
  "bookmarks": true,
 | 
						|
  "markdown-importer": false,
 | 
						|
  "zk-prefixer": false,
 | 
						|
  "random-note": false,
 | 
						|
  "outline": true,
 | 
						|
  "word-count": true,
 | 
						|
  "slides": false,
 | 
						|
  "audio-recorder": false,
 | 
						|
  "workspaces": false,
 | 
						|
  "file-recovery": true,
 | 
						|
  "publish": false,
 | 
						|
  "sync": false,
 | 
						|
  "bases": true,
 | 
						|
  "webviewer": false
 | 
						|
} |