Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
extratone committed Oct 27, 2021
1 parent 99cdc00 commit 0eeb4ef
Show file tree
Hide file tree
Showing 67 changed files with 227,352 additions and 115 deletions.
5 changes: 4 additions & 1 deletion .hildur/app.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"promptDelete": false
"promptDelete": false,
"alwaysUpdateLinks": true,
"showUnsupportedFiles": true,
"attachmentFolderPath": "media"
}
4 changes: 2 additions & 2 deletions .hildur/appearance.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseFontSize": 21,
"baseFontSize": 18,
"theme": "obsidian",
"cssTheme": "Minimal"
"cssTheme": "Subtlegold"
}
19 changes: 11 additions & 8 deletions .hildur/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"note-refactor-obsidian",
"quickadd",
"obsidian-plugin-toc",
"workbench-obsidian",
"darlal-switcher-plus",
"obsidian-todoist-tasks",
"todoist-sync-plugin",
Expand All @@ -17,21 +16,25 @@
"extract-highlights-plugin",
"export-markdown-with-embeds-plugin",
"cm-editor-syntax-highlight-obsidian",
"pdf-to-markdown-plugin",
"recent-files-obsidian",
"obsidian-fullscreen-plugin",
"obsidian-timelines",
"obsidian-languagetool-plugin",
"tag-wrangler",
"obsidian-style-settings",
"obsidian-kanban",
"obsidian-outliner",
"media-extended",
"obsidian-hider",
"hotkeysplus-obsidian",
"obsidian-markdown-formatting-assistant-plugin",
"obsidian-activity-history",
"calendar",
"obsidian-markdown-insert-plugin",
"obsidian-minimal-settings"
"cycle-through-panes",
"file-tree-alternative",
"obsidian-icons-plugin",
"juggl",
"obsidian-mind-map",
"obsidian-leaflet-plugin",
"obsidian-pandoc",
"mrj-text-expand",
"convert-url-to-iframe",
"obsidian-collapse-all-plugin",
"mrj-crosslink-between-notes"
]
4 changes: 2 additions & 2 deletions .hildur/core-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"starred",
"markdown-importer",
"outline",
"word-count",
"audio-recorder",
"open-with-default-app",
"file-recovery"
]
12 changes: 11 additions & 1 deletion .hildur/hotkeys.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,5 +355,15 @@
"key": "L"
}
],
"app:open-help": []
"app:open-help": [],
"obsidian-outliner:move-list-item-up": [],
"file-explorer:move-file": [
{
"modifiers": [
"Mod"
],
"key": "M"
}
],
"hotkeysplus-obsidian:better-toggle-todo": []
}
Loading

0 comments on commit 0eeb4ef

Please sign in to comment.