mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-17 01:13:39 -05:00
feat(application): add new metadata to frontmatter (#9)
* feat(frontmatter): frontmatter method to add key, values * build: add pysnooper to aid in debugging * feat(application): add new frontmatter * build: clean up dev container * fix(notes): diff now pretty prints in a table * docs(readme): update usage information * docs(readme): fix markdown lists
This commit is contained in:
@@ -39,10 +39,7 @@
|
||||
"--exclude",
|
||||
"'tests/'"
|
||||
],
|
||||
"python.linting.ignorePatterns": [
|
||||
".vscode/**/*.py",
|
||||
".venv/**/*.py"
|
||||
],
|
||||
"python.linting.ignorePatterns": [".vscode/**/*.py", ".venv/**/*.py"],
|
||||
"python.venvFolders": ["/home/vscode/.cache/pypoetry/virtualenvs"],
|
||||
"ruff.importStrategy": "fromEnvironment",
|
||||
"shellformat.path": "/home/vscode/.local/bin/shfmt",
|
||||
@@ -55,29 +52,29 @@
|
||||
},
|
||||
// Add the IDs of extensions you want installed when the container is created.
|
||||
"extensions": [
|
||||
"ms-python.python",
|
||||
"bierner.markdown-preview-github-styles",
|
||||
"ms-python.python",
|
||||
"bierner.markdown-preview-github-styles",
|
||||
"charliermarsh.ruff",
|
||||
"donjayamanne.githistory",
|
||||
"donjayamanne.githistory",
|
||||
"eamodio.gitlens",
|
||||
"fcrespo82.markdown-table-formatter",
|
||||
"foxundermoon.shell-format",
|
||||
"GitHub.copilot",
|
||||
"Gruntfuggly.todo-tree",
|
||||
"mhutchie.git-graph",
|
||||
"njpwerner.autodocstring",
|
||||
"oderwat.indent-rainbow",
|
||||
"redhat.vscode-yaml",
|
||||
"ryanluker.vscode-coverage-gutters",
|
||||
"samuelcolvin.jinjahtml",
|
||||
"shardulm94.trailing-spaces",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"tamasfe.even-better-toml",
|
||||
"timonwong.shellcheck",
|
||||
"Tyriar.sort-lines",
|
||||
"visualstudioexptteam.vscodeintellicode",
|
||||
"Chouzz.vscode-better-align",
|
||||
"yzhang.markdown-all-in-one"
|
||||
"fcrespo82.markdown-table-formatter",
|
||||
"foxundermoon.shell-format",
|
||||
"GitHub.copilot",
|
||||
"Gruntfuggly.todo-tree",
|
||||
"mhutchie.git-graph",
|
||||
"njpwerner.autodocstring",
|
||||
"oderwat.indent-rainbow",
|
||||
"redhat.vscode-yaml",
|
||||
"ryanluker.vscode-coverage-gutters",
|
||||
"samuelcolvin.jinjahtml",
|
||||
"shardulm94.trailing-spaces",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"tamasfe.even-better-toml",
|
||||
"timonwong.shellcheck",
|
||||
"Tyriar.sort-lines",
|
||||
"visualstudioexptteam.vscodeintellicode",
|
||||
"Chouzz.vscode-better-align",
|
||||
"yzhang.markdown-all-in-one"
|
||||
],
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/common-utils:1": {},
|
||||
|
||||
Reference in New Issue
Block a user