First Commit

This commit is contained in:
2024-12-02 15:11:30 +01:00
commit 031f6004de
4688 changed files with 441558 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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
}

View File

@@ -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%;
}