clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add linter for linting headers title case

+9 -4
+7 -3
obsidian/.vimrc
··· 47 47 exmap quick_switch obcommand switcher:open 48 48 nmap <Space>O :quick_switch<CR> 49 49 50 + exmap lint_current_file obcommand obsidian-linter:lint-file 51 + nmap <Space>lf :lint_current_file<CR> 52 + 53 + 50 54 exmap theme_dark obcommand theme:use-dark 51 55 exmap theme_light obcommand theme:use-light 52 56 nmap <Space>td :theme_dark<CR> ··· 75 79 nmap <Space>q :close_others<CR> 76 80 77 81 " Explorer/file tree (<leader>e) 78 - exmap toggle_sidebar obcommand app:toggle-left-sidebar 79 - nmap <Space>e :toggle_sidebar<CR> 80 - nmap <Space>l :toggle_sidebar<CR> 82 + " exmap toggle_sidebar obcommand app:toggle-left-sidebar 83 + " nmap <Space>e :toggle_sidebar<CR> 84 + " nmap <Space>l :toggle_sidebar<CR> 81 85 82 86 83 87 " set scrolloff=8
+2 -1
obsidian/community-plugins.json
··· 36 36 "obsidian-excalidraw-plugin", 37 37 "obsidian-plantuml", 38 38 "obsidian-book-search-plugin", 39 - "copy-document-as-html" 39 + "copy-document-as-html", 40 + "obsidian-linter" 40 41 ]