First Commit
This commit is contained in:
817
.obsidian/plugins/vantage-obsidian/main.js
vendored
Normal file
817
.obsidian/plugins/vantage-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/vantage-obsidian/manifest.json
vendored
Normal file
10
.obsidian/plugins/vantage-obsidian/manifest.json
vendored
Normal 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
|
||||
}
|
||||
11
.obsidian/plugins/vantage-obsidian/styles.css
vendored
Normal file
11
.obsidian/plugins/vantage-obsidian/styles.css
vendored
Normal 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%;
|
||||
}
|
||||
Reference in New Issue
Block a user