Skip to content

Commit

Permalink
(sync) mac: dropbox issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SensehacK committed Jul 21, 2024
1 parent 54e6014 commit 60cf12c
Show file tree
Hide file tree
Showing 110 changed files with 3,194 additions and 304 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.DS_Store
**/.DS_Store

tools/.DS_Store
3 changes: 2 additions & 1 deletion .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"obsidian-advanced-slides",
"obsidian-minimal-settings",
"obsidian-icon-folder",
"obsidian-kanban"
"obsidian-kanban",
"vantage-obsidian"
]
6 changes: 3 additions & 3 deletions .obsidian/graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"showTags": false,
"showAttachments": false,
"hideUnresolved": true,
"showOrphans": true,
"collapse-color-groups": true,
"showOrphans": false,
"collapse-color-groups": false,
"colorGroups": [
{
"query": "frontend",
Expand Down Expand Up @@ -88,6 +88,6 @@
"repelStrength": 16.0952380952381,
"linkStrength": 1,
"linkDistance": 97,
"scale": 0.5941086853535934,
"scale": 0.11775200002107976,
"close": false
}
Binary file modified .obsidian/plugins/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions .obsidian/plugins/obsidian-icon-folder/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"network": "LiNetwork",
"network/routers.md": "LiRouter",
"git": "SiGit",
"security": "TiShieldCheckFilled",
"mobile/react_native": "TiBrandReactNative",
"mobile/android": "SiAndroid",
"database/mongo": "SiMongodb",
Expand All @@ -69,5 +68,6 @@
"tools/utility": "TiTool",
"tools/vim": "SiVim",
"tools/vscode": "SiVisualstudiocode",
"tools/communication": "TiMessage"
"tools/communication": "TiMessage",
"security": "TiShieldCheckFilled"
}
817 changes: 817 additions & 0 deletions .obsidian/plugins/vantage-obsidian/main.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions .obsidian/plugins/vantage-obsidian/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "vantage-obsidian",
"name": "Vantage - Advanced search builder",
"version": "1.4.2",
"minAppVersion": "0.9.12",
"description": "Build advanced search queries in Obsidian.",
"author": "ryanjamurphy",
"authorUrl": "https://axle.design",
"isDesktopOnly": false
}
11 changes: 11 additions & 0 deletions .obsidian/plugins/vantage-obsidian/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/* Many thanks to @Christian, developer of the NoteTweet plugin <https://forum.obsidian.md/t/new-plugin-notetweet-post-tweets-from-obsidian/13895>, for making this easy—<https://discord.com/channels/686053708261228577/840286264964022302/842014701138214983> */
.vantage-modal {
overflow-y: auto;
max-height: 50rem;
overflow-x: hidden;
width: 80vw;
}

.vantage-modal input[type='text'] {
width: 100%;
}
Loading

0 comments on commit 60cf12c

Please sign in to comment.