-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from jparkerweb/develop
v1.10.8
- Loading branch information
Showing
24 changed files
with
3,681 additions
and
1,340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,7 @@ | |
|
||
# Other common ignores | ||
node_modules | ||
*.log | ||
.DS_Store | ||
|
||
# AI Rules | ||
/.cursorrules | ||
/.windsurfrules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 1 addition & 11 deletions
12
.vault/rich-foot-example/.obsidian/plugins/css-editor/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1 @@ | ||
{ | ||
"id": "css-editor", | ||
"name": "CSS Editor", | ||
"version": "1.2.2", | ||
"minAppVersion": "0.15.0", | ||
"description": "Edit CSS files within Obsidian.", | ||
"author": "Zachatoo", | ||
"authorUrl": "https://zachyoung.dev", | ||
"fundingUrl": "https://github.com/sponsors/Zachatoo", | ||
"isDesktopOnly": false | ||
} | ||
{"id":"css-editor","name":"CSS Editor","version":"1.2.3","minAppVersion":"0.15.0","description":"Edit CSS files within Obsidian.","author":"Zachatoo","authorUrl":"https://zachyoung.dev","fundingUrl":"https://github.com/sponsors/Zachatoo","isDesktopOnly":false} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 1 addition & 10 deletions
11
.vault/rich-foot-example/.obsidian/plugins/obsidian-custom-frames/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
{ | ||
"id": "obsidian-custom-frames", | ||
"name": "Custom Frames", | ||
"version": "2.4.7", | ||
"minAppVersion": "1.2.0", | ||
"description": "A plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.", | ||
"author": "Ellpeck", | ||
"authorUrl": "https://ellpeck.de", | ||
"isDesktopOnly": false | ||
} | ||
{"id":"obsidian-custom-frames","name":"Custom Frames","version":"2.5.0","minAppVersion":"1.2.0","description":"A plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.","author":"Ellpeck","authorUrl":"https://ellpeck.de","fundingUrl":"https://ellpeck.de/support","isDesktopOnly":false} |
61 changes: 30 additions & 31 deletions
61
.vault/rich-foot-example/.obsidian/plugins/obsidian-custom-frames/styles.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,30 @@ | ||
.custom-frames-view { | ||
padding: 0 !important; | ||
overflow: hidden !important; | ||
} | ||
|
||
.custom-frames-view-file { | ||
padding: 0; | ||
overflow: auto; | ||
} | ||
|
||
.custom-frames-frame { | ||
width: 100%; | ||
height: 100%; | ||
border: none; | ||
background-color: white; | ||
background-clip: content-box; | ||
} | ||
|
||
.custom-frames-add { | ||
margin-left: 10px; | ||
} | ||
|
||
.custom-frames-show { | ||
margin-bottom: 18px; | ||
} | ||
|
||
.custom-frames-support { | ||
max-width: 50%; | ||
width: 400px; | ||
height: auto; | ||
} | ||
.custom-frames-view { | ||
padding: 0 !important; | ||
overflow: hidden !important; | ||
} | ||
|
||
.custom-frames-view-file { | ||
padding: 0; | ||
overflow: auto; | ||
} | ||
|
||
.custom-frames-frame { | ||
width: 100%; | ||
height: 100%; | ||
border: none; | ||
background-color: white; | ||
background-clip: content-box; | ||
} | ||
|
||
.custom-frames-add { | ||
margin-left: 10px; | ||
} | ||
|
||
.custom-frames-show { | ||
margin-bottom: 18px; | ||
} | ||
|
||
.custom-frames-support { | ||
width: 100%; | ||
height: auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.