diff --git a/.obsidian/workspace-mobile.json b/.obsidian/workspace-mobile.json new file mode 100644 index 0000000..84de5c3 --- /dev/null +++ b/.obsidian/workspace-mobile.json @@ -0,0 +1,179 @@ +{ + "main": { + "id": "feccf6ac0dc3626d", + "type": "split", + "children": [ + { + "id": "cefbde47a6927787", + "type": "tabs", + "children": [ + { + "id": "63cfa975692a3c49", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Git thingy test.md", + "mode": "source", + "source": false + } + } + }, + { + "id": "f5c880aa826aef3a", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "README.md", + "mode": "source", + "source": false + } + } + } + ], + "currentTab": 1 + } + ], + "direction": "vertical" + }, + "left": { + "id": "f5d25c8e78edd134", + "type": "mobile-drawer", + "children": [ + { + "id": "177096b1301ec460", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "188de90578a8c99f", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "07def71542a5caf6", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "02f0a6b30ee481c1", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {} + } + } + ], + "currentTab": 0 + }, + "right": { + "id": "87cfd4a061ffa563", + "type": "mobile-drawer", + "children": [ + { + "id": "9ea00cf4d6321810", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "README.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "fbec392141a54d44", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "README.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "6c6eb1ee6a6c73da", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "README.md" + } + } + } + ], + "currentTab": 0 + }, + "left-ribbon": { + "hiddenItems": { + "switcher:Open quick switcher": false, + "graph:Open graph view": false, + "canvas:Create new canvas": false, + "daily-notes:Open today's daily note": false, + "templates:Insert template": false, + "command-palette:Open command palette": false + } + }, + "active": "f5c880aa826aef3a", + "lastOpenFiles": [ + "Git thingy test.md", + "README.md", + "Plugins make Obsidian special for you.md", + "Start Here.md", + "Adventurer/No prior experience.md", + "Adventurer/From plain-text note-taking.md", + "Adventurer/From standard note-taking.md", + "Adventurer", + "Guides/Create your first note.md", + "Guides/Get started with Obsidian.md", + "Guides", + "Formatting/Lists.md", + "Formatting/Diagram.md", + "Formatting/Comment.md", + "Formatting/Strikethrough.md", + "Formatting/Links.md", + "Formatting/Code block.md", + "Formatting/Task.md", + "Formatting/Emphasis.md", + "Formatting/Embeds.md", + "Formatting/Horizontal divider.md", + "Formatting/Highlighting.md", + "Formatting/Footnote.md", + "Formatting/Math.md", + "Formatting/Heading.md", + "Formatting/Format your notes.md", + "Formatting", + "Formatting/Blockquote.md", + "Formatting/Callout.md" + ] +} \ No newline at end of file diff --git a/Git thingy test.md b/Git thingy test.md index 9b1f2e5..f19abb0 100644 --- a/Git thingy test.md +++ b/Git thingy test.md @@ -1 +1,3 @@ -This is a test of the git thingy \ No newline at end of file +This is a test of the git thingy + +And this is a test of the mobile editing abilities of git!! \ No newline at end of file diff --git a/Plugins make Obsidian special for you.md b/Plugins make Obsidian special for you.md index f0f7f20..ef5f6c6 100644 --- a/Plugins make Obsidian special for you.md +++ b/Plugins make Obsidian special for you.md @@ -1,21 +1,21 @@ -We started making Obsidian with plugins in mind because everyone seems to take notes differently. Offering a generic set of tools for a note-taker is like offering only one configuration of kitchen for passionate home cooks. - -There are two types of plugins in Obsidian: core plugins and community plugins. - -## Modular core plugins - -Core plugins are made by us, and they give Obsidian basic modularity. “Modularity” is just a fancy word for having neat features that can be turned on and off without affecting the other pieces. - -## Wild community plugins - -Plugins not just give Obsidian modularity, but also extensibility. Extensibility means other people can add features to Obsidian as they see fit. - -Unfortunately, you’d need to know some coding to know how to do that. But fortunately, Obsidian has a community plugin store that lets you install these community plugins with one click. - -A big shoutout to plugin developers who are generously sharing their own gems with the community! - ---- - -If you’re convinced Obsidian is worth a try for you, it’s time to get started: - +We started making Obsidian with plugins in mind because everyone seems to take notes differently. Offering a generic set of tools for a note-taker is like offering only one configuration of kitchen for passionate home cooks. + +There are two types of plugins in Obsidian: core plugins and community plugins. + +## Modular core plugins + +Core plugins are made by us, and they give Obsidian basic modularity. “Modularity” is just a fancy word for having neat features that can be turned on and off without affecting the other pieces. + +## Wild community plugins + +Plugins not just give Obsidian modularity, but also extensibility. Extensibility means other people can add features to Obsidian as they see fit. + +Unfortunately, you’d need to know some coding to know how to do that. But fortunately, Obsidian has a community plugin store that lets you install these community plugins with one click. + +A big shoutout to plugin developers who are generously sharing their own gems with the community! + +--- + +If you’re convinced Obsidian is worth a try for you, it’s time to get started: + → [[Get started with Obsidian]] \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..79643ca --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +This is the sandbox obsidian vault. + +I’m having fun. \ No newline at end of file