update: Icon-folder now uses standard emoji
No more thousands of downloaded icons
This commit is contained in:
40
.obsidian/plugins/obsidian-icon-folder/data.json
vendored
40
.obsidian/plugins/obsidian-icon-folder/data.json
vendored
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"settings": {
|
||||
"migrated": true,
|
||||
"migrated": 3,
|
||||
"iconPacksPath": ".obsidian/icons",
|
||||
"fontSize": 16,
|
||||
"iconColor": null,
|
||||
"recentlyUsedIcons": [
|
||||
"RiZzzLine",
|
||||
"IbDisplayZoom",
|
||||
"RiCalendarCheckLine",
|
||||
"IbSquareAndPencil",
|
||||
"SiGrav"
|
||||
"🌐",
|
||||
"📝",
|
||||
"💻",
|
||||
"©",
|
||||
"🗃"
|
||||
],
|
||||
"recentlyUsedIconsSize": 5,
|
||||
"rules": [],
|
||||
@@ -26,17 +26,21 @@
|
||||
"left": 0
|
||||
},
|
||||
"emojiStyle": "native",
|
||||
"iconInTabsEnabled": false
|
||||
"iconInTabsEnabled": false,
|
||||
"iconInTitleEnabled": false,
|
||||
"iconsBackgroundCheckEnabled": false
|
||||
},
|
||||
"0-Inbox": "FasInbox",
|
||||
"_Sources": "RiDocumentBookMarkLine",
|
||||
"_Media": "RiAttachment2",
|
||||
"-Daily-Notes": "IbSquareAndPencil",
|
||||
"-Periodic-Notes": "RiCalendarCheckLine",
|
||||
"1-Projects": "RiCheckboxMultipleLine",
|
||||
"3-Resources": "RiVipDiamondLine",
|
||||
"4-Archives": "IbArchive",
|
||||
"5-Templates": "RiCopyrightLine",
|
||||
"2-Areas": "IbDisplayZoom",
|
||||
"-Workout_Log": "FasDumbbell"
|
||||
"0-Inbox": "📥",
|
||||
"_Sources": "📚",
|
||||
"_Media": "📎",
|
||||
"-Daily-Notes": "📆",
|
||||
"-Periodic-Notes": "📅",
|
||||
"1-Projects": "✅",
|
||||
"3-Resources": "📁",
|
||||
"4-Archives": "🗃",
|
||||
"5-Templates": "©",
|
||||
"_Scripts": "💻",
|
||||
"2-Areas": "🔲",
|
||||
"0-Fleeting-Notes": "📝",
|
||||
"_Canvas": "🌐"
|
||||
}
|
||||
2143
.obsidian/plugins/obsidian-icon-folder/main.js
vendored
2143
.obsidian/plugins/obsidian-icon-folder/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"id": "obsidian-icon-folder",
|
||||
"name": "Icon Folder",
|
||||
"version": "2.1.2",
|
||||
"name": "Iconize",
|
||||
"version": "2.6.0",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "This plugin allows to add an emoji or an icon to a folder or file.",
|
||||
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
|
||||
"author": "Florian Woelki",
|
||||
"authorUrl": "https://florianwoelki.com/",
|
||||
"isDesktopOnly": false
|
||||
|
||||
@@ -52,14 +52,15 @@
|
||||
flex-direction: column-reverse;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
color: gray;
|
||||
color: var(--text-muted);
|
||||
padding: 16px 8px;
|
||||
line-break: auto;
|
||||
word-break: break-word;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.obsidian-icon-folder-modal.prompt-results .suggestion-item.suggestion-item__center {
|
||||
.obsidian-icon-folder-modal.prompt-results
|
||||
.suggestion-item.suggestion-item__center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user