mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
vault backup: 2022-12-14 16:32:46
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"files": [],
|
||||
"templaterFiles": [
|
||||
"Note Refactor Zettelkasten Template.md"
|
||||
],
|
||||
"newFileTemplates": [],
|
||||
"openNewFileTemplateInNewPane": true,
|
||||
"useNewFileTemplateOnFileCreation": false
|
||||
}
|
||||
2728
.obsidian/plugins/obsidian-hotkeys-for-templates/main.js
vendored
2728
.obsidian/plugins/obsidian-hotkeys-for-templates/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"id": "obsidian-hotkeys-for-templates",
|
||||
"name": "Hotkeys for templates",
|
||||
"description": "Add hotkeys to insert specific templates",
|
||||
"version": "1.4.3",
|
||||
"author": "Vinzent03",
|
||||
"authorUrl": "https://github.com/Vinzent03",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
229
.obsidian/plugins/obsidian-linter/data.json
vendored
Normal file
229
.obsidian/plugins/obsidian-linter/data.json
vendored
Normal file
@@ -0,0 +1,229 @@
|
||||
{
|
||||
"ruleConfigs": {
|
||||
"Escape YAML Special Characters": {
|
||||
"Escapes colons with a space after them (: ), single quotes ('), and double quotes (\") in YAML.": false,
|
||||
"Try to Escape Single Line Arrays": false
|
||||
},
|
||||
"Force YAML Escape": {
|
||||
"Escapes the values for the specified YAML keys.": false,
|
||||
"Force YAML Escape on Keys": ""
|
||||
},
|
||||
"Format Tags in YAML": {
|
||||
"Remove Hashtags from tags in the YAML frontmatter, as they make the tags there invalid.": true
|
||||
},
|
||||
"Format Yaml Array": {
|
||||
"Allows for the formatting of regular yaml arrays as either multi-line or single-line and `tags` and `aliases` are allowed to have some Obsidian specific yaml formats. Note that single string to single-line goes from a single string entry to a single-line array if more than 1 entry is present. The same is true for single string to multi-line except it becomes a multi-line array.": true,
|
||||
"Format yaml aliases section": true,
|
||||
"Format yaml tags section": true,
|
||||
"Default yaml array section style": "single-line",
|
||||
"Format yaml array sections": true,
|
||||
"Force key values to be single-line arrays": "",
|
||||
"Force key values to be multi-line arrays": ""
|
||||
},
|
||||
"Insert YAML attributes": {
|
||||
"Inserts the given YAML attributes into the YAML frontmatter. Put each attribute on a single line.": true,
|
||||
"Text to insert": "aliases: \ntags: "
|
||||
},
|
||||
"Move Tags to Yaml": {
|
||||
"Move all tags to Yaml frontmatter of the document.": true,
|
||||
"Body tag operation": "Nothing",
|
||||
"Tags to ignore": ""
|
||||
},
|
||||
"Remove YAML Keys": {
|
||||
"Removes the YAML keys specified": false,
|
||||
"YAML Keys to Remove": ""
|
||||
},
|
||||
"YAML Key Sort": {
|
||||
"Sorts the YAML keys based on the order and priority specified. Note: may remove blank lines as well.": true,
|
||||
"YAML Key Priority Sort Order": "",
|
||||
"Priority Keys at Start of YAML": true,
|
||||
"YAML Sort Order for Other Keys": "None"
|
||||
},
|
||||
"YAML Timestamp": {
|
||||
"Keep track of the date the file was last edited in the YAML front matter. Gets dates from file metadata.": true,
|
||||
"Date Created": true,
|
||||
"Date Created Key": "date created",
|
||||
"Date Modified": true,
|
||||
"Date Modified Key": "date modified",
|
||||
"Format": "dddd, MMMM Do YYYY, h:mm:ss a"
|
||||
},
|
||||
"YAML Title": {
|
||||
"Inserts the title of the file into the YAML frontmatter. Gets the title from the first H1 or filename if there is no H1.": true,
|
||||
"Title Key": "title"
|
||||
},
|
||||
"YAML Title Alias": {
|
||||
"Inserts the title of the file into the YAML frontmatter's aliases section. Gets the title from the first H1 or filename.": true,
|
||||
"Preserve existing aliases section style": true,
|
||||
"Keep alias that matches the filename": false,
|
||||
"Use the YAML key `linter-yaml-title-alias` to help with filename and heading changes": true
|
||||
},
|
||||
"Capitalize Headings": {
|
||||
"Headings should be formatted with capitalization": true,
|
||||
"Style": "Title Case",
|
||||
"Ignore Cased Words": true,
|
||||
"Ignore Words": "macOS, iOS, iPhone, iPad, JavaScript, TypeScript, AppleScript, I",
|
||||
"Lowercase Words": "via, a, an, the, and, or, but, for, nor, so, yet, at, by, in, of, on, to, up, as, is, if, it, for, to, with, without, into, onto, per"
|
||||
},
|
||||
"File Name Heading": {
|
||||
"Inserts the file name as a H1 heading if no H1 heading exists.": false
|
||||
},
|
||||
"Header Increment": {
|
||||
"Heading levels should only increment by one level at a time": false,
|
||||
"Start Header Increment at Heading Level 2": false
|
||||
},
|
||||
"Headings Start Line": {
|
||||
"Headings that do not start a line will have their preceding whitespace removed to make sure they get recognized as headers.": false
|
||||
},
|
||||
"Remove Trailing Punctuation in Heading": {
|
||||
"Removes the specified punctuation from the end of headings making sure to ignore the semicolon at the end of [HTML entity references](https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references).": false,
|
||||
"Trailing Punctuation": ".,;:!。,;:!"
|
||||
},
|
||||
"Footnote after Punctuation": {
|
||||
"Ensures that footnote references are placed after punctuation, not before.": true
|
||||
},
|
||||
"Move Footnotes to the bottom": {
|
||||
"Move all footnotes to the bottom of the document.": true
|
||||
},
|
||||
"Re-Index Footnotes": {
|
||||
"Re-indexes footnote keys and footnote, based on the order of occurrence (NOTE: This rule deliberately does *not* preserve the relation between key and footnote, to be able to re-index duplicate keys.)": false
|
||||
},
|
||||
"Convert Bullet List Markers": {
|
||||
"Converts common bullet list marker symbols to markdown list markers.": false
|
||||
},
|
||||
"Emphasis Style": {
|
||||
"Makes sure the emphasis style is consistent.": false,
|
||||
"Style": "consistent"
|
||||
},
|
||||
"No Bare URLs": {
|
||||
"Encloses bare URLs with angle brackets except when enclosed in back ticks, square braces, or single or double quotes.": false
|
||||
},
|
||||
"Ordered List Style": {
|
||||
"Makes sure that ordered lists follow the style specified. Note that 2 spaces or 1 tab is considered to be an indentation level.": false,
|
||||
"Number Style": "ascending",
|
||||
"Ordered List Indicator End Style": "."
|
||||
},
|
||||
"Proper Ellipsis": {
|
||||
"Replaces three consecutive dots with an ellipsis.": false
|
||||
},
|
||||
"Remove Consecutive List Markers": {
|
||||
"Removes consecutive list markers. Useful when copy-pasting list items.": false
|
||||
},
|
||||
"Remove Empty List Markers": {
|
||||
"Removes empty list markers, i.e. list items without content.": false
|
||||
},
|
||||
"Remove Hyphenated Line Breaks": {
|
||||
"Removes hyphenated line breaks. Useful when pasting text from textbooks.": false
|
||||
},
|
||||
"Remove Multiple Spaces": {
|
||||
"Removes two or more consecutive spaces. Ignores spaces at the beginning and ending of the line. ": false
|
||||
},
|
||||
"Strong Style": {
|
||||
"Makes sure the strong style is consistent.": false,
|
||||
"Style": "consistent"
|
||||
},
|
||||
"Two Spaces Between Lines with Content": {
|
||||
"Makes sure that two spaces are added to the ends of lines with content continued on the next line for paragraphs, blockquotes, and list items": false
|
||||
},
|
||||
"Unordered List Style": {
|
||||
"Makes sure that unordered lists follow the style specified.": false,
|
||||
"List item style": "consistent"
|
||||
},
|
||||
"Compact YAML": {
|
||||
"Removes leading and trailing blank lines in the YAML front matter.": false,
|
||||
"Inner New Lines": false
|
||||
},
|
||||
"Consecutive blank lines": {
|
||||
"There should be at most one consecutive blank line.": false
|
||||
},
|
||||
"Convert Spaces to Tabs": {
|
||||
"Converts leading spaces to tabs.": false,
|
||||
"Tabsize": 4
|
||||
},
|
||||
"Empty Line Around Blockquotes": {
|
||||
"Ensures that there is an empty line around blockquotes unless they start or end a document. **Note that an empty line is either one less level of nesting for blockquotes or a newline character.**": false
|
||||
},
|
||||
"Empty Line Around Code Fences": {
|
||||
"Ensures that there is an empty line around code fences unless they start or end a document.": false
|
||||
},
|
||||
"Empty Line Around Math Blocks": {
|
||||
"Ensures that there is an empty line around math blocks using `Number of Dollar Signs to Indicate a Math Block` to determine how many dollar signs indicates a math block for single-line math.": false
|
||||
},
|
||||
"Empty Line Around Tables": {
|
||||
"Ensures that there is an empty line around github flavored tables unless they start or end a document.": false
|
||||
},
|
||||
"Heading blank lines": {
|
||||
"All headings have a blank line both before and after (except where the heading is at the beginning or end of the document).": false,
|
||||
"Bottom": true,
|
||||
"Empty Line Between Yaml and Header": true
|
||||
},
|
||||
"Line Break at Document End": {
|
||||
"Ensures that there is exactly one line break at the end of a document.": false
|
||||
},
|
||||
"Move Math Block Indicators to Their Own Line": {
|
||||
"Move all starting and ending math block indicators to their own lines using `Number of Dollar Signs to Indicate a Math Block` to determine how many dollar signs indicates a math block for single-line math.": false
|
||||
},
|
||||
"Paragraph blank lines": {
|
||||
"All paragraphs should have exactly one blank line both before and after.": false
|
||||
},
|
||||
"Remove Empty Lines Between List Markers and Checklists": {
|
||||
"There should not be any empty lines between list markers and checklists.": false
|
||||
},
|
||||
"Remove link spacing": {
|
||||
"Removes spacing around link text.": false
|
||||
},
|
||||
"Remove Space around Characters": {
|
||||
"Ensures that certain characters are not surrounded by whitespace (either single spaces or a tab). Note that this may causes issues with markdown format in some cases.": false,
|
||||
"Include Fullwidth Forms": true,
|
||||
"Include CJK Symbols and Punctuation": true,
|
||||
"Include Dashes": true,
|
||||
"Other symbols": ""
|
||||
},
|
||||
"Space after list markers": {
|
||||
"There should be a single space after list markers and checkboxes.": false
|
||||
},
|
||||
"Space between Chinese Japanese or Korean and English or numbers": {
|
||||
"Ensures that Chinese, Japanese, or Korean and English or numbers are separated by a single space. Follows these [guidelines](https://github.com/sparanoid/chinese-copywriting-guidelines)": false
|
||||
},
|
||||
"Trailing spaces": {
|
||||
"Removes extra spaces after every line.": false,
|
||||
"Two Space Linebreak": false
|
||||
},
|
||||
"Add Blockquote Indentation on Paste": {
|
||||
"Adds blockquotes to all but the first line, when the cursor is in a blockquote/callout line during pasting": false
|
||||
},
|
||||
"Prevent Double Checklist Indicator on Paste": {
|
||||
"Removes starting checklist indicator from the text to paste if the line the cursor is on in the file has a checklist indicator": false
|
||||
},
|
||||
"Prevent Double List Item Indicator on Paste": {
|
||||
"Removes starting list indicator from the text to paste if the line the cursor is on in the file has a list indicator": false
|
||||
},
|
||||
"Proper Ellipsis on Paste": {
|
||||
"Replaces three consecutive dots with an ellipsis even if they have a space between them in the text to paste": false
|
||||
},
|
||||
"Remove Hyphens on Paste": {
|
||||
"Removes hyphens from the text to paste": false
|
||||
},
|
||||
"Remove Leading or Trailing Whitespace on Paste": {
|
||||
"Removes any leading non-tab whitespace and all trailing whitespace for the text to paste": false
|
||||
},
|
||||
"Remove Leftover Footnotes from Quote on Paste": {
|
||||
"Removes any leftover footnote references for the text to paste": false
|
||||
},
|
||||
"Remove Multiple Blank Lines on Paste": {
|
||||
"Condenses multiple blank lines down into one blank line for the text to paste": false
|
||||
}
|
||||
},
|
||||
"lintOnSave": false,
|
||||
"displayChanged": true,
|
||||
"foldersToIgnore": [],
|
||||
"linterLocale": "system-default",
|
||||
"logLevel": 4,
|
||||
"lintCommands": [],
|
||||
"customRegexes": [],
|
||||
"commonStyles": {
|
||||
"aliasArrayStyle": "single-line",
|
||||
"tagArrayStyle": "single-line",
|
||||
"minimumNumberOfDollarSignsToBeAMathBlock": 2,
|
||||
"escapeCharacter": "\""
|
||||
}
|
||||
}
|
||||
300
.obsidian/plugins/recent-files-obsidian/data.json
vendored
300
.obsidian/plugins/recent-files-obsidian/data.json
vendored
@@ -1,61 +1,181 @@
|
||||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "Tasks",
|
||||
"path": "Computed/Tasks.md"
|
||||
"basename": "Zettelkasten Note",
|
||||
"path": "Templates/Zettelkasten Note.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-12-12",
|
||||
"path": "Calendar/Daily/2022-12-12.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-12-11",
|
||||
"path": "Calendar/Daily/2022-12-11.md"
|
||||
},
|
||||
{
|
||||
"basename": "Daily",
|
||||
"path": "Templates/Daily.md"
|
||||
},
|
||||
{
|
||||
"basename": "Scratchpad",
|
||||
"path": "Inbox/Scratchpad.md"
|
||||
},
|
||||
{
|
||||
"basename": "202212141113",
|
||||
"path": "Private/202212141113.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-W51",
|
||||
"path": "Calendar/Weekly/2022-W51.md"
|
||||
},
|
||||
{
|
||||
"basename": "Weekly",
|
||||
"path": "Templates/Weekly.md"
|
||||
},
|
||||
{
|
||||
"basename": "Templates",
|
||||
"path": "Templates/Templates.md"
|
||||
"basename": "The Ancient Japanese Technique That Produces Lumber Without Cutting Trees",
|
||||
"path": "Readwise/Articles Test/The Ancient Japanese Technique That Produces Lumber Without Cutting Trees.md"
|
||||
},
|
||||
{
|
||||
"basename": "README",
|
||||
"path": "README.md"
|
||||
},
|
||||
{
|
||||
"basename": "Hotkeys",
|
||||
"path": "_tutorial/Hotkeys.md"
|
||||
},
|
||||
{
|
||||
"basename": "202212090137",
|
||||
"path": "202212090137.md"
|
||||
},
|
||||
{
|
||||
"basename": "202212120002",
|
||||
"path": "202212120002.md"
|
||||
},
|
||||
{
|
||||
"basename": "Quarterly",
|
||||
"path": "Templates/Quarterly.md"
|
||||
},
|
||||
{
|
||||
"basename": "People",
|
||||
"path": "Templates/People.md"
|
||||
},
|
||||
{
|
||||
"basename": "202212090136",
|
||||
"path": "202212090136.md"
|
||||
},
|
||||
{
|
||||
"basename": "Trackers",
|
||||
"path": "Computed/Trackers.md"
|
||||
"basename": "202212122239",
|
||||
"path": "202212122239.md"
|
||||
},
|
||||
{
|
||||
"basename": "Daily",
|
||||
"path": "Templates/Daily.md"
|
||||
},
|
||||
{
|
||||
"basename": "202212141113",
|
||||
"path": "Private/202212141113.md"
|
||||
},
|
||||
{
|
||||
"basename": "Scratchpad",
|
||||
"path": "Inbox/Scratchpad.md"
|
||||
},
|
||||
{
|
||||
"basename": "seinfeld the art of seduction",
|
||||
"path": "Private/Attachments/seinfeld the art of seduction.png"
|
||||
},
|
||||
{
|
||||
"basename": "2022-12-11--11-59-30",
|
||||
"path": "Inbox/Smartphone Capture/2022-12-11--11-59-30.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-12-11--12-00-00",
|
||||
"path": "Inbox/Computer Capture/2022-12-11--12-00-00.md"
|
||||
},
|
||||
{
|
||||
"basename": "To Process",
|
||||
"path": "Computed/To Process.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-W51",
|
||||
"path": "Calendar/Weekly/2022-W51.md"
|
||||
},
|
||||
{
|
||||
"basename": "Tasks",
|
||||
"path": "Computed/Tasks.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-Q4",
|
||||
"path": "Calendar/Quarterly/2022-Q4.md"
|
||||
},
|
||||
{
|
||||
"basename": "Weekly",
|
||||
"path": "Templates/Weekly.md"
|
||||
},
|
||||
{
|
||||
"basename": "Resources",
|
||||
"path": "_PARA/Projects/Test Project/Resources.md"
|
||||
},
|
||||
{
|
||||
"basename": "Scratchpad",
|
||||
"path": "_PARA/Projects/Test Project/Scratchpad.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-12-14",
|
||||
"path": "Calendar/Daily/2022-12-14.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-12-11",
|
||||
"path": "Calendar/Daily/2022-12-11.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-12-12",
|
||||
"path": "Calendar/Daily/2022-12-12.md"
|
||||
},
|
||||
{
|
||||
"basename": "Paste URL into Selection",
|
||||
"path": "_tests/Paste URL into Selection.md"
|
||||
},
|
||||
{
|
||||
"basename": "Readwise",
|
||||
"path": "_tests/External/Readwise.md"
|
||||
},
|
||||
{
|
||||
"basename": "iOS Shortcuts",
|
||||
"path": "_tests/External/iOS Shortcuts.md"
|
||||
},
|
||||
{
|
||||
"basename": "GitHub",
|
||||
"path": "_tests/External/GitHub.md"
|
||||
},
|
||||
{
|
||||
"basename": "Alfred",
|
||||
"path": "_tests/External/Alfred.md"
|
||||
},
|
||||
{
|
||||
"basename": "_tests",
|
||||
"path": "_tests/_tests.md"
|
||||
},
|
||||
{
|
||||
"basename": "Scratchpad",
|
||||
"path": "_PARA/Projects/Test Project 2/Scratchpad.md"
|
||||
},
|
||||
{
|
||||
"basename": "Resources",
|
||||
"path": "_PARA/Projects/Test Project 2/Resources.md"
|
||||
},
|
||||
{
|
||||
"basename": "Kanban",
|
||||
"path": "_PARA/Projects/Test Project 2/Kanban.md"
|
||||
},
|
||||
{
|
||||
"basename": "Test Project 2",
|
||||
"path": "_PARA/Projects/Test Project 2/Test Project 2.md"
|
||||
},
|
||||
{
|
||||
"basename": "Kanban",
|
||||
"path": "_PARA/Projects/Test Project/Kanban.md"
|
||||
},
|
||||
{
|
||||
"basename": "Archive",
|
||||
"path": "_PARA/Archive/Archive.md"
|
||||
},
|
||||
{
|
||||
"basename": "Scratchpad",
|
||||
"path": "_PARA/Archive/Archived Project/Scratchpad.md"
|
||||
},
|
||||
{
|
||||
"basename": "Kanban",
|
||||
"path": "_PARA/Archive/Archived Project/Kanban.md"
|
||||
},
|
||||
{
|
||||
"basename": "Archived Project",
|
||||
"path": "_PARA/Archive/Archived Project/Archived Project.md"
|
||||
},
|
||||
{
|
||||
"basename": "Test Project",
|
||||
"path": "_PARA/Projects/Test Project/Test Project.md"
|
||||
},
|
||||
{
|
||||
"basename": "Templates",
|
||||
"path": "Templates/Templates.md"
|
||||
},
|
||||
{
|
||||
"basename": "Trackers",
|
||||
"path": "Computed/Trackers.md"
|
||||
},
|
||||
{
|
||||
"basename": "Computed",
|
||||
"path": "Computed/Computed.md"
|
||||
@@ -71,118 +191,6 @@
|
||||
{
|
||||
"basename": "Inbox",
|
||||
"path": "Inbox/Inbox.md"
|
||||
},
|
||||
{
|
||||
"basename": "Readwise",
|
||||
"path": "Readwise/Readwise.md"
|
||||
},
|
||||
{
|
||||
"basename": "_PARA",
|
||||
"path": "_PARA/_PARA.md"
|
||||
},
|
||||
{
|
||||
"basename": "Secret Note",
|
||||
"path": "Private/Secret Note.md"
|
||||
},
|
||||
{
|
||||
"basename": "Projects",
|
||||
"path": "_PARA/Projects/Projects.md"
|
||||
},
|
||||
{
|
||||
"basename": "Resources",
|
||||
"path": "_PARA/Projects/Test Project/Resources.md"
|
||||
},
|
||||
{
|
||||
"basename": "Test Project",
|
||||
"path": "_PARA/Projects/Test Project/Test Project.md"
|
||||
},
|
||||
{
|
||||
"basename": "Test Project 2",
|
||||
"path": "_PARA/Projects/Test Project 2/Test Project 2.md"
|
||||
},
|
||||
{
|
||||
"basename": "202212122239",
|
||||
"path": "202212122239.md"
|
||||
},
|
||||
{
|
||||
"basename": "202212120002",
|
||||
"path": "202212120002.md"
|
||||
},
|
||||
{
|
||||
"basename": "202212090137",
|
||||
"path": "202212090137.md"
|
||||
},
|
||||
{
|
||||
"basename": "The Ancient Japanese Technique That Produces Lumber Without Cutting Trees",
|
||||
"path": "Readwise/Articles Test/The Ancient Japanese Technique That Produces Lumber Without Cutting Trees.md"
|
||||
},
|
||||
{
|
||||
"basename": "Readwise",
|
||||
"path": "_tests/External/Readwise.md"
|
||||
},
|
||||
{
|
||||
"basename": "Hotkeys",
|
||||
"path": "_tutorial/Hotkeys.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-12-11--11-59-30",
|
||||
"path": "Inbox/Smartphone Capture/2022-12-11--11-59-30.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-12-11--12-00-00",
|
||||
"path": "Inbox/Computer Capture/2022-12-11--12-00-00.md"
|
||||
},
|
||||
{
|
||||
"basename": "Scratchpad",
|
||||
"path": "_PARA/Projects/Test Project/Scratchpad.md"
|
||||
},
|
||||
{
|
||||
"basename": "Zettelkasten Note",
|
||||
"path": "Templates/Zettelkasten Note.md"
|
||||
},
|
||||
{
|
||||
"basename": "Note Refactor Zettelkasten Template",
|
||||
"path": "Templates/Note Refactor Zettelkasten Template.md"
|
||||
},
|
||||
{
|
||||
"basename": "People",
|
||||
"path": "Templates/People.md"
|
||||
},
|
||||
{
|
||||
"basename": "Kanban",
|
||||
"path": "_PARA/Projects/Test Project/Kanban.md"
|
||||
},
|
||||
{
|
||||
"basename": "Attachments",
|
||||
"path": "Attachments/Attachments.md"
|
||||
},
|
||||
{
|
||||
"basename": "_tutorial",
|
||||
"path": "_tutorial/_tutorial.md"
|
||||
},
|
||||
{
|
||||
"basename": "_tests",
|
||||
"path": "_tests/_tests.md"
|
||||
},
|
||||
{
|
||||
"basename": "Archive",
|
||||
"path": "_PARA/Archive/Archive.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-Q4",
|
||||
"path": "Calendar/Quarterly/2022-Q4.md"
|
||||
},
|
||||
{
|
||||
"basename": "Resources",
|
||||
"path": "_PARA/Projects/Test Project 2/Resources.md"
|
||||
},
|
||||
{
|
||||
"basename": "Kanban",
|
||||
"path": "_PARA/Projects/Test Project 2/Kanban.md"
|
||||
},
|
||||
{
|
||||
"basename": "CRM",
|
||||
"path": "Private/CRM/CRM.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
|
||||
@@ -21,10 +21,10 @@
|
||||
],
|
||||
"syntax_highlighting": true,
|
||||
"enabled_templates_hotkeys": [
|
||||
""
|
||||
"Templates/Note Refactor Zettelkasten Template.md"
|
||||
],
|
||||
"startup_templates": [
|
||||
""
|
||||
],
|
||||
"enable_ribbon_icon": false
|
||||
"enable_ribbon_icon": true
|
||||
}
|
||||
Reference in New Issue
Block a user