mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-08 01:10:03 +02:00
updated Obsidian plugins
This commit is contained in:
parent
a69f7dafab
commit
fdac5ffa92
14 changed files with 7232 additions and 2528 deletions
5
content/.obsidian/community-plugins.json
vendored
5
content/.obsidian/community-plugins.json
vendored
|
@ -1,5 +1,4 @@
|
||||||
[
|
[
|
||||||
"obsidian-minimal-settings",
|
"obsidian-style-settings",
|
||||||
"obsidian-hider",
|
"obsidian-icon-folder"
|
||||||
"obsidian-style-settings"
|
|
||||||
]
|
]
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"hideStatus": false,
|
|
||||||
"hideTabs": false,
|
|
||||||
"hideScroll": true,
|
|
||||||
"hideSidebarButtons": false,
|
|
||||||
"hideTooltips": true,
|
|
||||||
"hideFileNavButtons": false,
|
|
||||||
"hideSearchSuggestions": false,
|
|
||||||
"hideSearchCounts": false,
|
|
||||||
"hideInstructions": false,
|
|
||||||
"hidePropertiesReading": false,
|
|
||||||
"hideVault": false
|
|
||||||
}
|
|
219
content/.obsidian/plugins/obsidian-hider/main.js
vendored
219
content/.obsidian/plugins/obsidian-hider/main.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"id": "obsidian-hider",
|
|
||||||
"name": "Hider",
|
|
||||||
"version": "1.4.1",
|
|
||||||
"minAppVersion": "1.6.0",
|
|
||||||
"description": "Hide UI elements such as tooltips, status, titlebar and more",
|
|
||||||
"author": "@kepano",
|
|
||||||
"authorUrl": "https://www.twitter.com/kepano",
|
|
||||||
"fundingUrl": "https://www.buymeacoffee.com/kepano",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
44
content/.obsidian/plugins/obsidian-icon-folder/data.json
vendored
Normal file
44
content/.obsidian/plugins/obsidian-icon-folder/data.json
vendored
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"migrated": 6,
|
||||||
|
"iconPacksPath": ".obsidian/icons",
|
||||||
|
"fontSize": 16,
|
||||||
|
"emojiStyle": "native",
|
||||||
|
"iconColor": null,
|
||||||
|
"recentlyUsedIcons": [
|
||||||
|
"LiIndent",
|
||||||
|
"❓",
|
||||||
|
"📦",
|
||||||
|
"📊",
|
||||||
|
"LiImagePlus"
|
||||||
|
],
|
||||||
|
"recentlyUsedIconsSize": 5,
|
||||||
|
"rules": [],
|
||||||
|
"extraMargin": {
|
||||||
|
"top": 0,
|
||||||
|
"right": 4,
|
||||||
|
"bottom": 0,
|
||||||
|
"left": 0
|
||||||
|
},
|
||||||
|
"iconInTabsEnabled": false,
|
||||||
|
"iconInTitleEnabled": false,
|
||||||
|
"iconInTitlePosition": "above",
|
||||||
|
"iconInFrontmatterEnabled": false,
|
||||||
|
"iconInFrontmatterFieldName": "icon",
|
||||||
|
"iconColorInFrontmatterFieldName": "iconColor",
|
||||||
|
"iconsBackgroundCheckEnabled": false,
|
||||||
|
"iconsInNotesEnabled": true,
|
||||||
|
"iconsInLinksEnabled": true,
|
||||||
|
"iconIdentifier": ":",
|
||||||
|
"lucideIconPackType": "native",
|
||||||
|
"debugMode": false
|
||||||
|
},
|
||||||
|
"themes-store": "🎨",
|
||||||
|
"guides": "🧰",
|
||||||
|
"contribute": "🌟",
|
||||||
|
"assets": "LiImagePlus",
|
||||||
|
"benchmarks.md": "📊",
|
||||||
|
"building-zen-browser.md": "📦",
|
||||||
|
"faq.md": "❓",
|
||||||
|
"index.md": "LiIndent"
|
||||||
|
}
|
7046
content/.obsidian/plugins/obsidian-icon-folder/main.js
vendored
Normal file
7046
content/.obsidian/plugins/obsidian-icon-folder/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/.obsidian/plugins/obsidian-icon-folder/manifest.json
vendored
Normal file
10
content/.obsidian/plugins/obsidian-icon-folder/manifest.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"id": "obsidian-icon-folder",
|
||||||
|
"name": "Iconize",
|
||||||
|
"version": "2.14.3",
|
||||||
|
"minAppVersion": "0.9.12",
|
||||||
|
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
|
||||||
|
"author": "Florian Woelki",
|
||||||
|
"authorUrl": "https://florianwoelki.com/",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
119
content/.obsidian/plugins/obsidian-icon-folder/styles.css
vendored
Normal file
119
content/.obsidian/plugins/obsidian-icon-folder/styles.css
vendored
Normal file
|
@ -0,0 +1,119 @@
|
||||||
|
.iconize-inline-title-wrapper {
|
||||||
|
width: var(--line-width);
|
||||||
|
margin-inline: var(--content-margin);
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconize-title-icon {
|
||||||
|
max-width: var(--max-width);
|
||||||
|
margin-right: var(--size-4-2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconize-icon-in-link {
|
||||||
|
transform: translateY(20%);
|
||||||
|
margin-right: var(--size-2-2);
|
||||||
|
display: inline-flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconize-icon {
|
||||||
|
border: 1px solid transparent;
|
||||||
|
margin: 0px 4px 0px 0px;
|
||||||
|
display: flex;
|
||||||
|
align-self: center;
|
||||||
|
margin: auto 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-folder-title,
|
||||||
|
.nav-file-title {
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconize-setting input[type='color'] {
|
||||||
|
margin: 0 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconize-modal.prompt-results {
|
||||||
|
margin: 0;
|
||||||
|
overflow-y: auto;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||||
|
}
|
||||||
|
|
||||||
|
.prompt .iconize-subheadline {
|
||||||
|
margin-top: 12px;
|
||||||
|
font-size: 12px;
|
||||||
|
color: gray;
|
||||||
|
grid-column-start: 1;
|
||||||
|
grid-column-end: 6;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 640px) {
|
||||||
|
.iconize-modal.prompt-results {
|
||||||
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||||
|
}
|
||||||
|
.prompt .iconize-subheadline {
|
||||||
|
grid-column-end: 4;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconize-modal.prompt-results .suggestion-item {
|
||||||
|
cursor: pointer;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 13px;
|
||||||
|
color: var(--text-muted);
|
||||||
|
padding: 16px 8px;
|
||||||
|
line-break: auto;
|
||||||
|
word-break: break-word;
|
||||||
|
line-height: 1.3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconize-modal.prompt-results .suggestion-item.suggestion-item__center {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconize-icon-preview {
|
||||||
|
font-size: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconize-icon-preview img {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconize-icon-preview svg {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
color: currentColor;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconize-dragover {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconize-dragover-el {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
color: var(--text-normal);
|
||||||
|
background-color: var(--background-secondary-alt);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Custom rule modal. */
|
||||||
|
.iconize-custom-modal .modal-content {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconize-custom-modal .modal-content input {
|
||||||
|
width: 100%;
|
||||||
|
margin-right: 0.5rem;
|
||||||
|
}
|
|
@ -1,34 +0,0 @@
|
||||||
{
|
|
||||||
"lightStyle": "minimal-light",
|
|
||||||
"darkStyle": "minimal-dark",
|
|
||||||
"lightScheme": "minimal-catppuccin-light",
|
|
||||||
"darkScheme": "minimal-catppuccin-dark",
|
|
||||||
"editorFont": "",
|
|
||||||
"lineHeight": 1.5,
|
|
||||||
"lineWidth": 40,
|
|
||||||
"lineWidthWide": 50,
|
|
||||||
"maxWidth": 88,
|
|
||||||
"textNormal": 16,
|
|
||||||
"textSmall": 13,
|
|
||||||
"imgGrid": false,
|
|
||||||
"imgWidth": "img-default-width",
|
|
||||||
"tableWidth": "table-default-width",
|
|
||||||
"iframeWidth": "iframe-default-width",
|
|
||||||
"mapWidth": "map-default-width",
|
|
||||||
"chartWidth": "chart-default-width",
|
|
||||||
"colorfulHeadings": false,
|
|
||||||
"colorfulFrame": false,
|
|
||||||
"colorfulActiveStates": false,
|
|
||||||
"trimNames": true,
|
|
||||||
"labeledNav": false,
|
|
||||||
"fullWidthMedia": true,
|
|
||||||
"bordersToggle": true,
|
|
||||||
"minimalStatus": true,
|
|
||||||
"focusMode": false,
|
|
||||||
"underlineInternal": true,
|
|
||||||
"underlineExternal": true,
|
|
||||||
"folding": true,
|
|
||||||
"lineNumbers": false,
|
|
||||||
"readableLineLength": true,
|
|
||||||
"devBlockWidth": false
|
|
||||||
}
|
|
File diff suppressed because one or more lines are too long
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"id": "obsidian-minimal-settings",
|
|
||||||
"name": "Minimal Theme Settings",
|
|
||||||
"version": "8.1.1",
|
|
||||||
"minAppVersion": "1.1.9",
|
|
||||||
"description": "Change the colors, fonts and features of Minimal Theme.",
|
|
||||||
"author": "@kepano",
|
|
||||||
"authorUrl": "https://www.twitter.com/kepano",
|
|
||||||
"fundingUrl": "https://www.buymeacoffee.com/kepano",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Minimal",
|
|
||||||
"version": "7.7.16",
|
|
||||||
"minAppVersion": "1.6.1",
|
|
||||||
"author": "@kepano",
|
|
||||||
"authorUrl": "https://twitter.com/kepano",
|
|
||||||
"fundingUrl": "https://www.buymeacoffee.com/kepano"
|
|
||||||
}
|
|
2212
content/.obsidian/themes/Minimal/theme.css
vendored
2212
content/.obsidian/themes/Minimal/theme.css
vendored
File diff suppressed because one or more lines are too long
22
content/.obsidian/workspace.json
vendored
22
content/.obsidian/workspace.json
vendored
|
@ -13,7 +13,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "guides/wayland.md",
|
"file": "index.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": true
|
"source": true
|
||||||
}
|
}
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "guides/wayland.md",
|
"file": "index.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "guides/wayland.md",
|
"file": "index.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -125,7 +125,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "guides/wayland.md"
|
"file": "index.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -148,25 +148,25 @@
|
||||||
},
|
},
|
||||||
"active": "5cbcc37181f7dca9",
|
"active": "5cbcc37181f7dca9",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"guides/install-macos.md",
|
"faq.md",
|
||||||
|
"building-zen-browser.md",
|
||||||
|
"benchmarks.md",
|
||||||
|
"contribute/index.md",
|
||||||
|
"guides/index.md",
|
||||||
|
"themes-store/index.md",
|
||||||
"guides/wayland.md",
|
"guides/wayland.md",
|
||||||
|
"guides/install-macos.md",
|
||||||
"guides/portable.md",
|
"guides/portable.md",
|
||||||
"assets/macos-installation-guide/kofi-goal.jpg",
|
"assets/macos-installation-guide/kofi-goal.jpg",
|
||||||
"contribute/docs.md",
|
"contribute/docs.md",
|
||||||
"contribute/CONTRIBUTING.md",
|
"contribute/CONTRIBUTING.md",
|
||||||
"guides/index.md",
|
|
||||||
"guides/live-editing.md",
|
"guides/live-editing.md",
|
||||||
"index.md",
|
"index.md",
|
||||||
"faq.md",
|
|
||||||
"themes-store/index.md",
|
|
||||||
"themes-store/themes-marketplace.md",
|
"themes-store/themes-marketplace.md",
|
||||||
"themes-store/themes-marketplace-preferences.md",
|
"themes-store/themes-marketplace-preferences.md",
|
||||||
"themes-store/themes-marketplace-submission-guidelines.md",
|
"themes-store/themes-marketplace-submission-guidelines.md",
|
||||||
"benchmarks.md",
|
|
||||||
"building-zen-browser.md",
|
|
||||||
"contribute/www.md",
|
"contribute/www.md",
|
||||||
"contribute/desktop.md",
|
"contribute/desktop.md",
|
||||||
"contribute/index.md",
|
|
||||||
"contribute/translation.md",
|
"contribute/translation.md",
|
||||||
"building-zen-browser/index.md",
|
"building-zen-browser/index.md",
|
||||||
"contribute/CODE_OF_CONDUCT.md",
|
"contribute/CODE_OF_CONDUCT.md",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue