Skip to content

Commit

Permalink
Created security.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmJafeth committed Aug 30, 2024
1 parent 61e07e2 commit 1c750ee
Show file tree
Hide file tree
Showing 13 changed files with 6,571 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
public/
quartz/.quartz-cache
.DS_Store
workspace.json
.idea/discord.xml
4 changes: 3 additions & 1 deletion content/.obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[
"obsidian-style-settings"
"obsidian-style-settings",
"emoji-shortcodes",
"callout-manager"
]
11 changes: 11 additions & 0 deletions content/.obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"callout-manager:manage-callouts": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "C"
}
]
}
11 changes: 11 additions & 0 deletions content/.obsidian/plugins/callout-manager/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"callouts": {
"custom": [],
"settings": {}
},
"calloutDetection": {
"obsidian": true,
"theme": true,
"snippet": true
}
}
Loading

0 comments on commit 1c750ee

Please sign in to comment.