diff --git a/.obsidian/plugins/better-word-count/data.json b/.obsidian/plugins/better-word-count/data.json new file mode 100644 index 0000000..49fc162 --- /dev/null +++ b/.obsidian/plugins/better-word-count/data.json @@ -0,0 +1,34 @@ +{ + "statusBar": [ + { + "prefix": "", + "suffix": " words", + "metric": { + "type": 0, + "counter": 0 + } + }, + { + "prefix": " ", + "suffix": " characters", + "metric": { + "type": 0, + "counter": 1 + } + } + ], + "altBar": [ + { + "prefix": "", + "suffix": " files", + "metric": { + "type": 2, + "counter": 6 + } + } + ], + "countComments": true, + "collectStats": true, + "displaySectionCounts": true, + "pageWords": 300 +} \ No newline at end of file diff --git a/.obsidian/plugins/dataview/data.json b/.obsidian/plugins/dataview/data.json new file mode 100644 index 0000000..1b5b1a7 --- /dev/null +++ b/.obsidian/plugins/dataview/data.json @@ -0,0 +1,26 @@ +{ + "renderNullAs": "\\-", + "taskCompletionTracking": false, + "taskCompletionUseEmojiShorthand": false, + "taskCompletionText": "completion", + "taskCompletionDateFormat": "yyyy-MM-dd", + "recursiveSubTaskCompletion": false, + "warnOnEmptyResult": true, + "refreshEnabled": true, + "refreshInterval": 2500, + "defaultDateFormat": "MMMM dd, yyyy", + "defaultDateTimeFormat": "h:mm a - MMMM dd, yyyy", + "maxRecursiveRenderDepth": 4, + "tableIdColumnName": "File", + "tableGroupColumnName": "Group", + "showResultCount": true, + "allowHtml": true, + "inlineQueryPrefix": "=", + "inlineJsQueryPrefix": "$=", + "inlineQueriesInCodeblocks": true, + "enableInlineDataview": true, + "enableDataviewJs": true, + "enableInlineDataviewJs": true, + "prettyRenderInlineFields": true, + "dataviewJsKeyword": "dataviewjs" +} \ No newline at end of file diff --git a/.obsidian/plugins/dbfolder/data.json b/.obsidian/plugins/dbfolder/data.json new file mode 100644 index 0000000..b655ad2 --- /dev/null +++ b/.obsidian/plugins/dbfolder/data.json @@ -0,0 +1,48 @@ +{ + "global_settings": { + "enable_debug_mode": false, + "enable_show_state": false, + "enable_row_shadow": true, + "enable_auto_update": true, + "show_search_bar_by_default": false, + "logger_level_info": "error", + "csv_file_header_key": "File", + "media_settings": { + "link_alias_enabled": true, + "enable_media_view": true, + "width": 100, + "height": 100 + } + }, + "local_settings": { + "remove_field_when_delete_column": false, + "cell_size": "normal", + "sticky_first_column": false, + "group_folder_column": "", + "remove_empty_folders": false, + "automatically_group_files": false, + "hoist_files_with_empty_attributes": true, + "show_metadata_created": true, + "show_metadata_modified": true, + "show_metadata_tasks": true, + "show_metadata_inlinks": true, + "show_metadata_outlinks": true, + "show_metadata_tags": true, + "source_data": "current_folder", + "source_form_result": "", + "source_destination_path": "/", + "row_templates_folder": "/", + "current_row_template": "", + "pagination_size": 10, + "font_size": 16, + "enable_js_formulas": false, + "formula_folder_path": "/", + "inline_default": false, + "inline_new_position": "last_field", + "date_format": "yyyy-MM-dd", + "datetime_format": "yyyy-MM-dd HH:mm:ss", + "metadata_date_format": "yyyy-MM-dd HH:mm:ss", + "enable_footer": false, + "implementation": "default" + } +} \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-advanced-slides/data.json b/.obsidian/plugins/obsidian-advanced-slides/data.json new file mode 100644 index 0000000..14129ce --- /dev/null +++ b/.obsidian/plugins/obsidian-advanced-slides/data.json @@ -0,0 +1,21 @@ +{ + "port": "3000", + "autoReload": true, + "exportDirectory": "/export", + "enableChalkboard": false, + "enableOverview": false, + "enableMenu": false, + "enablePointer": false, + "enableTimeBar": false, + "theme": "black", + "highlightTheme": "zenburn", + "transition": "slide", + "transitionSpeed": "default", + "controls": true, + "progress": true, + "slideNumber": false, + "showGrid": false, + "autoComplete": "inPreview", + "paneMode": "split", + "motm": "2023-07-27T15:25:07.508Z" +} \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-emoji-toolbar/data.json b/.obsidian/plugins/obsidian-emoji-toolbar/data.json new file mode 100644 index 0000000..c69d745 --- /dev/null +++ b/.obsidian/plugins/obsidian-emoji-toolbar/data.json @@ -0,0 +1,3 @@ +{ + "twitterEmojiActive": true +} \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-linter/data.json b/.obsidian/plugins/obsidian-linter/data.json index 0b34077..bd03ddc 100644 --- a/.obsidian/plugins/obsidian-linter/data.json +++ b/.obsidian/plugins/obsidian-linter/data.json @@ -1,6 +1,241 @@ { - "ruleConfigs": {}, - "lintOnSave": false, + "ruleConfigs": { + "escape-yaml-special-characters": { + "enabled": false, + "try-to-escape-single-line-arrays": false + }, + "force-yaml-escape": { + "enabled": false, + "force-yaml-escape-keys": "" + }, + "format-tags-in-yaml": { + "enabled": false + }, + "format-yaml-array": { + "enabled": false, + "alias-key": true, + "tag-key": true, + "default-array-style": "single-line", + "default-array-keys": true, + "force-single-line-array-style": "", + "force-multi-line-array-style": "" + }, + "insert-yaml-attributes": { + "enabled": false, + "text-to-insert": "aliases: \ntags: " + }, + "move-tags-to-yaml": { + "enabled": false, + "how-to-handle-existing-tags": "Nothing", + "tags-to-ignore": "" + }, + "remove-yaml-keys": { + "enabled": false, + "yaml-keys-to-remove": "" + }, + "yaml-key-sort": { + "enabled": false, + "yaml-key-priority-sort-order": "", + "priority-keys-at-start-of-yaml": true, + "yaml-sort-order-for-other-keys": "None" + }, + "yaml-timestamp": { + "enabled": false, + "date-created": true, + "date-created-key": "date created", + "force-retention-of-create-value": false, + "date-modified": true, + "date-modified-key": "date modified", + "format": "dddd, MMMM Do YYYY, h:mm:ss a" + }, + "yaml-title": { + "enabled": false, + "title-key": "title", + "mode": "first-h1-or-filename-if-h1-missing" + }, + "yaml-title-alias": { + "enabled": false, + "preserve-existing-alias-section-style": true, + "keep-alias-that-matches-the-filename": false, + "use-yaml-key-to-keep-track-of-old-filename-or-heading": true + }, + "capitalize-headings": { + "enabled": false, + "style": "Title Case", + "ignore-case-words": true, + "ignore-words": "macOS, iOS, iPhone, iPad, JavaScript, TypeScript, AppleScript, I", + "lowercase-words": "a, an, the, aboard, about, abt., above, abreast, absent, across, after, against, along, aloft, alongside, amid, amidst, mid, midst, among, amongst, anti, apropos, around, round, as, aslant, astride, at, atop, ontop, bar, barring, before, B4, behind, below, beneath, neath, beside, besides, between, 'tween, beyond, but, by, chez, circa, c., ca., come, concerning, contra, counting, cum, despite, spite, down, during, effective, ere, except, excepting, excluding, failing, following, for, from, in, including, inside, into, less, like, minus, modulo, mod, near, nearer, nearest, next, notwithstanding, of, o', off, offshore, on, onto, opposite, out, outside, over, o'er, pace, past, pending, per, plus, post, pre, pro, qua, re, regarding, respecting, sans, save, saving, short, since, sub, than, through, thru, throughout, thruout, till, times, to, t', touching, toward, towards, under, underneath, unlike, until, unto, up, upon, versus, vs., v., via, vice, vis-à-vis, wanting, with, w/, w., c̄, within, w/i, without, 'thout, w/o, abroad, adrift, aft, afterward, afterwards, ahead, apart, ashore, aside, away, back, backward, backwards, beforehand, downhill, downstage, downstairs, downstream, downward, downwards, downwind, east, eastward, eastwards, forth, forward, forwards, heavenward, heavenwards, hence, henceforth, here, hereby, herein, hereof, hereto, herewith, home, homeward, homewards, indoors, inward, inwards, leftward, leftwards, north, northeast, northward, northwards, northwest, now, onward, onwards, outdoors, outward, outwards, overboard, overhead, overland, overseas, rightward, rightwards, seaward, seawards, skywards, skyward, south, southeast, southwards, southward, southwest, then, thence, thenceforth, there, thereby, therein, thereof, thereto, therewith, together, underfoot, underground, uphill, upstage, upstairs, upstream, upward, upwards, upwind, west, westward, westwards, when, whence, where, whereby, wherein, whereto, wherewith, although, because, considering, given, granted, if, lest, once, provided, providing, seeing, so, supposing, though, unless, whenever, whereas, wherever, while, whilst, ago, according to, as regards, counter to, instead of, owing to, pertaining to, at the behest of, at the expense of, at the hands of, at risk of, at the risk of, at variance with, by dint of, by means of, by virtue of, by way of, for the sake of, for sake of, for lack of, for want of, from want of, in accordance with, in addition to, in case of, in charge of, in compliance with, in conformity with, in contact with, in exchange for, in favor of, in front of, in lieu of, in light of, in the light of, in line with, in place of, in point of, in quest of, in relation to, in regard to, with regard to, in respect to, with respect to, in return for, in search of, in step with, in touch with, in terms of, in the name of, in view of, on account of, on behalf of, on grounds of, on the grounds of, on the part of, on top of, with a view to, with the exception of, à la, a la, as soon as, as well as, close to, due to, far from, in case, other than, prior to, pursuant to, regardless of, subsequent to, as long as, as much as, as far as, by the time, in as much as, inasmuch, in order to, in order that, even, provide that, if only, whether, whose, whoever, why, how, or not, whatever, what, both, and, or, not only, but also, either, neither, nor, just, rather, no sooner, such, that, yet, is, it" + }, + "file-name-heading": { + "enabled": false + }, + "header-increment": { + "enabled": false, + "start-at-h2": false + }, + "headings-start-line": { + "enabled": false + }, + "remove-trailing-punctuation-in-heading": { + "enabled": false, + "punctuation-to-remove": ".,;:!。,;:!" + }, + "footnote-after-punctuation": { + "enabled": false + }, + "move-footnotes-to-the-bottom": { + "enabled": false + }, + "re-index-footnotes": { + "enabled": false + }, + "auto-correct-common-misspellings": { + "enabled": false, + "ignore-words": "" + }, + "blockquote-style": { + "enabled": false, + "style": "space" + }, + "convert-bullet-list-markers": { + "enabled": false + }, + "emphasis-style": { + "enabled": false, + "style": "consistent" + }, + "no-bare-urls": { + "enabled": false + }, + "ordered-list-style": { + "enabled": false, + "number-style": "ascending", + "list-end-style": "." + }, + "proper-ellipsis": { + "enabled": false + }, + "quote-style": { + "enabled": false, + "single-quote-enabled": true, + "single-quote-style": "''", + "double-quote-enabled": true, + "double-quote-style": "\"\"" + }, + "remove-consecutive-list-markers": { + "enabled": false + }, + "remove-empty-list-markers": { + "enabled": false + }, + "remove-hyphenated-line-breaks": { + "enabled": false + }, + "remove-multiple-spaces": { + "enabled": false + }, + "strong-style": { + "enabled": false, + "style": "consistent" + }, + "two-spaces-between-lines-with-content": { + "enabled": false + }, + "unordered-list-style": { + "enabled": false, + "list-style": "consistent" + }, + "compact-yaml": { + "enabled": false, + "inner-new-lines": false + }, + "consecutive-blank-lines": { + "enabled": false + }, + "convert-spaces-to-tabs": { + "enabled": false, + "tabsize": 4 + }, + "empty-line-around-blockquotes": { + "enabled": false + }, + "empty-line-around-code-fences": { + "enabled": false + }, + "empty-line-around-math-blocks": { + "enabled": false + }, + "empty-line-around-tables": { + "enabled": false + }, + "heading-blank-lines": { + "enabled": false, + "bottom": true, + "empty-line-after-yaml": true + }, + "line-break-at-document-end": { + "enabled": false + }, + "move-math-block-indicators-to-their-own-line": { + "enabled": false + }, + "paragraph-blank-lines": { + "enabled": false + }, + "remove-empty-lines-between-list-markers-and-checklists": { + "enabled": false + }, + "remove-link-spacing": { + "enabled": false + }, + "remove-space-around-characters": { + "enabled": false, + "include-fullwidth-forms": true, + "include-cjk-symbols-and-punctuation": true, + "include-dashes": true, + "other-symbols": "" + }, + "remove-space-before-or-after-characters": { + "enabled": false, + "characters-to-remove-space-before": ",!?;:).’”]", + "characters-to-remove-space-after": "¿¡‘“([" + }, + "space-after-list-markers": { + "enabled": false + }, + "space-between-chinese-japanese-or-korean-and-english-or-numbers": { + "enabled": false + }, + "trailing-spaces": { + "enabled": false, + "twp-space-line-break": false + }, + "add-blockquote-indentation-on-paste": { + "enabled": false + }, + "prevent-double-checklist-indicator-on-paste": { + "enabled": false + }, + "prevent-double-list-item-indicator-on-paste": { + "enabled": false + }, + "proper-ellipsis-on-paste": { + "enabled": false + }, + "remove-hyphens-on-paste": { + "enabled": false + }, + "remove-leading-or-trailing-whitespace-on-paste": { + "enabled": false + }, + "remove-leftover-footnotes-from-quote-on-paste": { + "enabled": false + }, + "remove-multiple-blank-lines-on-paste": { + "enabled": false + } + }, + "lintOnSave": true, "recordLintOnSaveLogs": false, "displayChanged": true, "settingsConvertedToConfigKeyValues": true, diff --git a/.obsidian/plugins/obsidian-projects/data.json b/.obsidian/plugins/obsidian-projects/data.json index 7d64e3c..ec80b22 100644 --- a/.obsidian/plugins/obsidian-projects/data.json +++ b/.obsidian/plugins/obsidian-projects/data.json @@ -112,7 +112,11 @@ "frontmatter": { "quoteStrings": "PLAIN" }, - "commands": [], + "commands": [ + { + "project": "62aa5167-281d-4b9e-9c46-0ba17eb054a8" + } + ], "linkBehavior": "open-editor" } } \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-tasks-plugin/data.json b/.obsidian/plugins/obsidian-tasks-plugin/data.json new file mode 100644 index 0000000..4364b14 --- /dev/null +++ b/.obsidian/plugins/obsidian-tasks-plugin/data.json @@ -0,0 +1,61 @@ +{ + "globalQuery": "", + "globalFilter": "", + "removeGlobalFilter": false, + "taskFormat": "tasksPluginEmoji", + "setCreatedDate": false, + "setDoneDate": true, + "autoSuggestInEditor": true, + "autoSuggestMinMatch": 0, + "autoSuggestMaxItems": 6, + "provideAccessKeys": true, + "useFilenameAsScheduledDate": false, + "filenameAsDateFolders": [], + "recurrenceOnNextLine": false, + "statusSettings": { + "coreStatuses": [ + { + "symbol": " ", + "name": "Todo", + "nextStatusSymbol": "x", + "availableAsCommand": true, + "type": "TODO" + }, + { + "symbol": "x", + "name": "Done", + "nextStatusSymbol": " ", + "availableAsCommand": true, + "type": "DONE" + } + ], + "customStatuses": [ + { + "symbol": "/", + "name": "In Progress", + "nextStatusSymbol": "x", + "availableAsCommand": true, + "type": "IN_PROGRESS" + }, + { + "symbol": "-", + "name": "Cancelled", + "nextStatusSymbol": " ", + "availableAsCommand": true, + "type": "CANCELLED" + } + ] + }, + "features": { + "INTERNAL_TESTING_ENABLED_BY_DEFAULT": true + }, + "generalSettings": {}, + "headingOpened": { + "Core Statuses": true, + "Custom Statuses": true + }, + "debugSettings": { + "ignoreSortInstructions": false, + "showTaskHiddenData": false + } +} \ No newline at end of file diff --git a/.obsidian/plugins/recent-files-obsidian/data.json b/.obsidian/plugins/recent-files-obsidian/data.json index 75bca93..527f64a 100644 --- a/.obsidian/plugins/recent-files-obsidian/data.json +++ b/.obsidian/plugins/recent-files-obsidian/data.json @@ -1,5 +1,17 @@ { "recentFiles": [ + { + "basename": "The Best Notes You'll Ever Make", + "path": "Projects - rabbit's/pcb/The Best Notes You'll Ever Make.md" + }, + { + "basename": "5 Mistakes I Made When I Started Using Obsidian", + "path": "Projects - rabbit's/pcb/5 Mistakes I Made When I Started Using Obsidian.md" + }, + { + "basename": "The Easiest Way to Start Taking Notes", + "path": "Projects - rabbit's/pcb/The Easiest Way to Start Taking Notes.md" + }, { "basename": "HomeLab", "path": "project/software/HomeLab/HomeLab.md" @@ -8,26 +20,6 @@ "basename": "硬盘背板PCB设计", "path": "project/hardware/硬盘背板/硬盘背板PCB设计.md" }, - { - "basename": "5 Mistakes I Made When I Started Using Obsidian", - "path": "Projects - rabbit's/pcb/5 Mistakes I Made When I Started Using Obsidian.md" - }, - { - "basename": "The Best Notes You'll Ever Make", - "path": "Projects - rabbit's/pcb/The Best Notes You'll Ever Make.md" - }, - { - "basename": "Why You Should Be Taking More Notes", - "path": "Projects - rabbit's/Why You Should Be Taking More Notes.md" - }, - { - "basename": "What I Learned From Taking 15,000 Notes", - "path": "Projects - rabbit's/What I Learned From Taking 15,000 Notes.md" - }, - { - "basename": "The Easiest Way to Start Taking Notes", - "path": "Projects - rabbit's/pcb/The Easiest Way to Start Taking Notes.md" - }, { "basename": "README", "path": "README.md" diff --git a/.obsidian/plugins/templater-obsidian/data.json b/.obsidian/plugins/templater-obsidian/data.json new file mode 100644 index 0000000..23b2113 --- /dev/null +++ b/.obsidian/plugins/templater-obsidian/data.json @@ -0,0 +1,30 @@ +{ + "command_timeout": 5, + "templates_folder": "system - misc/templates", + "templates_pairs": [ + [ + "", + "" + ] + ], + "trigger_on_file_creation": false, + "auto_jump_to_cursor": false, + "enable_system_commands": false, + "shell_path": "", + "user_scripts_folder": "", + "enable_folder_templates": true, + "folder_templates": [ + { + "folder": "", + "template": "" + } + ], + "syntax_highlighting": true, + "enabled_templates_hotkeys": [ + "" + ], + "startup_templates": [ + "" + ], + "enable_ribbon_icon": true +} \ No newline at end of file diff --git a/.obsidian/vault-stats.json b/.obsidian/vault-stats.json new file mode 100644 index 0000000..a9e11c1 --- /dev/null +++ b/.obsidian/vault-stats.json @@ -0,0 +1 @@ +{"history":{"2023-07-28":{"words":0,"characters":0,"sentences":0,"pages":0,"files":0,"footnotes":0,"citations":0,"totalWords":295,"totalCharacters":1363,"totalSentences":9,"totalFootnotes":0,"totalCitations":0,"totalPages":0.8999999999999999}},"modifiedFiles":{}} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 8fc6316..54975b2 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,80 +13,14 @@ "state": { "type": "markdown", "state": { - "file": "project/software/HomeLab/HomeLab.md", - "mode": "source", - "backlinks": true, - "source": false - } - } - }, - { - "id": "6b06bc74b65f8222", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Projects - rabbit's/Why You Should Be Taking More Notes.md", - "mode": "source", - "backlinks": true, - "source": false - } - } - }, - { - "id": "4484dbba638e8a4d", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Projects - rabbit's/pcb/5 Mistakes I Made When I Started Using Obsidian.md", - "mode": "source", - "backlinks": true, - "source": false - } - } - }, - { - "id": "cca0304cd1faebdd", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Projects - rabbit's/pcb/5 Mistakes I Made When I Started Using Obsidian.md", - "mode": "source", - "backlinks": true, - "source": false - } - } - }, - { - "id": "236462d1787226e0", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Projects - rabbit's/pcb/5 Mistakes I Made When I Started Using Obsidian.md", - "mode": "source", - "backlinks": true, - "source": false - } - } - }, - { - "id": "2a49d5ceb83bd716", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "project/software/HomeLab/HomeLab.md", + "file": "Projects - rabbit's/pcb/The Best Notes You'll Ever Make.md", "mode": "source", "backlinks": true, "source": false } } } - ], - "currentTab": 5 + ] } ], "direction": "vertical" @@ -160,7 +94,7 @@ "state": { "type": "backlink", "state": { - "file": "project/software/HomeLab/HomeLab.md", + "file": "Projects - rabbit's/pcb/The Best Notes You'll Ever Make.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -177,7 +111,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "project/software/HomeLab/HomeLab.md", + "file": "Projects - rabbit's/pcb/The Best Notes You'll Ever Make.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -200,7 +134,7 @@ "state": { "type": "outline", "state": { - "file": "project/software/HomeLab/HomeLab.md" + "file": "Projects - rabbit's/pcb/The Best Notes You'll Ever Make.md" } } }, @@ -211,8 +145,17 @@ "type": "calendar", "state": {} } + }, + { + "id": "9e21fb411d2571ba", + "type": "leaf", + "state": { + "type": "advanced-tables-toolbar", + "state": {} + } } - ] + ], + "currentTab": 5 } ], "direction": "horizontal", @@ -236,19 +179,22 @@ "templater-obsidian:Templater": false } }, - "active": "2a49d5ceb83bd716", + "active": "3f1f4d77bb60260b", "lastOpenFiles": [ - "project/hardware/硬盘背板/硬盘背板PCB设计.md", "Projects - rabbit's/pcb/5 Mistakes I Made When I Started Using Obsidian.md", + "Projects - rabbit's/pcb/The Easiest Way to Start Taking Notes.md", + "Projects - rabbit's/What I Learned From Taking 15,000 Notes.md", + "system - misc", + "system - misc/templates", + "Projects - rabbit's/Why You Should Be Taking More Notes.md", + "Untitled.loom", "Projects - rabbit's/pcb/The Best Notes You'll Ever Make.md", + "project/software/HomeLab/HomeLab.md", + "project/hardware/硬盘背板/硬盘背板PCB设计.md", "Projects - rabbit's/pcb", "Projects - rabbit's", - "Projects - rabbit's/Why You Should Be Taking More Notes.md", - "Projects - rabbit's/What I Learned From Taking 15,000 Notes.md", - "Projects - rabbit's/pcb/The Easiest Way to Start Taking Notes.md", "README.md", "Projects - Demo Project", - "project/software/HomeLab/HomeLab.md", "project/hardware/硬盘背板/assests/7EDDD512-5ACB-40A2-8545-38C0582A3977_1_105_c.jpeg", "project/hardware/硬盘背板/assests", "Untitled.canvas", @@ -256,9 +202,6 @@ "project/software", "Untitled 1.canvas", "project/hardware/硬盘背板", - "project/hardware", - "project", - "work/ctrip", "2023-07-27.md" ] } \ No newline at end of file diff --git a/Projects - rabbit's/What I Learned From Taking 15,000 Notes.md b/Projects - rabbit's/What I Learned From Taking 15,000 Notes.md deleted file mode 100644 index b90c7f9..0000000 --- a/Projects - rabbit's/What I Learned From Taking 15,000 Notes.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -status: Backlog -due: 2023-08-03 -published: false -weight: 4 -tags: - - pkm - - obsidian -image: https://images.unsplash.com/photo-1550592704-6c76defa9985?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=300&q=80 ---- - -# What I Learned From Taking 15,000 Notes \ No newline at end of file diff --git a/Projects - rabbit's/Why You Should Be Taking More Notes.md b/Projects - rabbit's/Why You Should Be Taking More Notes.md deleted file mode 100644 index 13be23c..0000000 --- a/Projects - rabbit's/Why You Should Be Taking More Notes.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -status: Doing -due: 2023-07-27 -published: false -weight: 3 -tags: - - note-taking - - pkm -image: https://images.unsplash.com/photo-1501504905252-473c47e087f8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=300&q=80 ---- - -# Why You Should Be Taking More Notes \ No newline at end of file