Files
.github
.obsidian
app.json
appearance.json
core-plugins.json
graph.json
workspace.json
HelloWorld
branches
functions_rust
guessing_game
hello_cargo
loops
ownership
rectangles
.gitignore
Constants.md
Crates.md
Data Types.md
Enums.md
Modules and Use.md
Packages.md
Primitives.md
Project Organization.md
README.md
Structures.md
Variables.md
data_types.md
ownership.md
RustBrock/.obsidian/core-plugins.json

30 lines
637 B
JSON

{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"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
}