new
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"showReleaseNotes": true,
|
||||
"previousRelease": "1.0.17"
|
||||
}
|
||||
+1431
File diff suppressed because it is too large
Load Diff
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "enhanced-canvas",
|
||||
"name": "Enhanced Canvas",
|
||||
"version": "1.0.17",
|
||||
"minAppVersion": "1.7.7",
|
||||
"description": "When creating links on Canvas, automatically add properties and Markdown links to notes. A command automatically creates canvas links based on Markdown links, and it adjusts all links to use the shortest path.",
|
||||
"author": "RobertttBS",
|
||||
"authorUrl": "https://github.com/RobertttBS/",
|
||||
"fundingUrl": "https://buymeacoffee.com/robertttbs",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
|
||||
This CSS file will be included with your plugin, and
|
||||
available in the app when your plugin is enabled.
|
||||
|
||||
If your plugin does not need CSS, delete this file.
|
||||
|
||||
*/
|
||||
.metadata-property[data-property-key="canvas"] .metadata-property-icon svg {
|
||||
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-layout-dashboard'%3E%3Crect width='7' height='9' x='3' y='3' rx='1'/%3E%3Crect width='7' height='5' x='14' y='3' rx='1'/%3E%3Crect width='7' height='9' x='14' y='12' rx='1'/%3E%3Crect width='7' height='5' x='3' y='16' rx='1'/%3E%3C/svg%3E") no-repeat center;
|
||||
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-layout-dashboard'%3E%3Crect width='7' height='9' x='3' y='3' rx='1'/%3E%3Crect width='7' height='5' x='14' y='3' rx='1'/%3E%3Crect width='7' height='9' x='14' y='12' rx='1'/%3E%3Crect width='7' height='5' x='3' y='16' rx='1'/%3E%3C/svg%3E") no-repeat center;
|
||||
|
||||
color: var(--icon-color);
|
||||
background-color: var(--icon-color);
|
||||
}
|
||||
|
||||
/* Hide metadata container in embeds (reading view) */
|
||||
.markdown-embed .metadata-container,
|
||||
.markdown-embed-content .metadata-container {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.mod-inside-iframe.is-live-preview .metadata-container {
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user