From 7518bfd5a777fb89884b143a01bda7b57c446dd8 Mon Sep 17 00:00:00 2001 From: icancode20 Date: Wed, 18 Jan 2023 18:07:28 -0800 Subject: [PATCH] Make these changes --- content/Obsidian Sandbox/.obsidian/app.json | 3 + .../.obsidian/appearance.json | 3 + .../.obsidian/core-plugins-migration.json | 29 ++++ .../.obsidian/core-plugins.json | 20 +++ .../Obsidian Sandbox/.obsidian/hotkeys.json | 1 + .../Obsidian Sandbox/.obsidian/workspace.json | 161 ++++++++++++++++++ .../Adventurer/From plain-text note-taking.md | 7 + .../Adventurer/From standard note-taking.md | 13 ++ .../Adventurer/No prior experience.md | 15 ++ .../Obsidian Sandbox/Formatting/Blockquote.md | 9 + .../Obsidian Sandbox/Formatting/Callout.md | 72 ++++++++ .../Obsidian Sandbox/Formatting/Code block.md | 24 +++ .../Obsidian Sandbox/Formatting/Comment.md | 19 +++ .../Obsidian Sandbox/Formatting/Diagram.md | 45 +++++ content/Obsidian Sandbox/Formatting/Embeds.md | 7 + .../Obsidian Sandbox/Formatting/Emphasis.md | 21 +++ .../Obsidian Sandbox/Formatting/Footnote.md | 31 ++++ .../Formatting/Format your notes.md | 44 +++++ .../Obsidian Sandbox/Formatting/Heading.md | 15 ++ .../Formatting/Highlighting.md | 5 + .../Formatting/Horizontal divider.md | 5 + content/Obsidian Sandbox/Formatting/Images.md | 15 ++ .../Formatting/Inline code.md | 5 + .../Formatting/Internal link.md | 5 + content/Obsidian Sandbox/Formatting/Links.md | 49 ++++++ content/Obsidian Sandbox/Formatting/Lists.md | 23 +++ content/Obsidian Sandbox/Formatting/Math.md | 13 ++ .../Formatting/Strikethrough.md | 5 + content/Obsidian Sandbox/Formatting/Table.md | 37 ++++ content/Obsidian Sandbox/Formatting/Task.md | 15 ++ .../Obsidian Sandbox/Guides/Create a vault.md | 18 ++ .../Guides/Create your first note.md | 29 ++++ .../Guides/Get started with Obsidian.md | 14 ++ content/Obsidian Sandbox/Guides/Link notes.md | 49 ++++++ .../Plugins make Obsidian special for you.md | 21 +++ content/Obsidian Sandbox/Start Here.md | 34 ++++ .../Vault is just a local folder.md | 23 +++ 37 files changed, 904 insertions(+) create mode 100644 content/Obsidian Sandbox/.obsidian/app.json create mode 100644 content/Obsidian Sandbox/.obsidian/appearance.json create mode 100644 content/Obsidian Sandbox/.obsidian/core-plugins-migration.json create mode 100644 content/Obsidian Sandbox/.obsidian/core-plugins.json create mode 100644 content/Obsidian Sandbox/.obsidian/hotkeys.json create mode 100644 content/Obsidian Sandbox/.obsidian/workspace.json create mode 100644 content/Obsidian Sandbox/Adventurer/From plain-text note-taking.md create mode 100644 content/Obsidian Sandbox/Adventurer/From standard note-taking.md create mode 100644 content/Obsidian Sandbox/Adventurer/No prior experience.md create mode 100644 content/Obsidian Sandbox/Formatting/Blockquote.md create mode 100644 content/Obsidian Sandbox/Formatting/Callout.md create mode 100644 content/Obsidian Sandbox/Formatting/Code block.md create mode 100644 content/Obsidian Sandbox/Formatting/Comment.md create mode 100644 content/Obsidian Sandbox/Formatting/Diagram.md create mode 100644 content/Obsidian Sandbox/Formatting/Embeds.md create mode 100644 content/Obsidian Sandbox/Formatting/Emphasis.md create mode 100644 content/Obsidian Sandbox/Formatting/Footnote.md create mode 100644 content/Obsidian Sandbox/Formatting/Format your notes.md create mode 100644 content/Obsidian Sandbox/Formatting/Heading.md create mode 100644 content/Obsidian Sandbox/Formatting/Highlighting.md create mode 100644 content/Obsidian Sandbox/Formatting/Horizontal divider.md create mode 100644 content/Obsidian Sandbox/Formatting/Images.md create mode 100644 content/Obsidian Sandbox/Formatting/Inline code.md create mode 100644 content/Obsidian Sandbox/Formatting/Internal link.md create mode 100644 content/Obsidian Sandbox/Formatting/Links.md create mode 100644 content/Obsidian Sandbox/Formatting/Lists.md create mode 100644 content/Obsidian Sandbox/Formatting/Math.md create mode 100644 content/Obsidian Sandbox/Formatting/Strikethrough.md create mode 100644 content/Obsidian Sandbox/Formatting/Table.md create mode 100644 content/Obsidian Sandbox/Formatting/Task.md create mode 100644 content/Obsidian Sandbox/Guides/Create a vault.md create mode 100644 content/Obsidian Sandbox/Guides/Create your first note.md create mode 100644 content/Obsidian Sandbox/Guides/Get started with Obsidian.md create mode 100644 content/Obsidian Sandbox/Guides/Link notes.md create mode 100644 content/Obsidian Sandbox/Plugins make Obsidian special for you.md create mode 100644 content/Obsidian Sandbox/Start Here.md create mode 100644 content/Obsidian Sandbox/Vault is just a local folder.md diff --git a/content/Obsidian Sandbox/.obsidian/app.json b/content/Obsidian Sandbox/.obsidian/app.json new file mode 100644 index 000000000..83626110e --- /dev/null +++ b/content/Obsidian Sandbox/.obsidian/app.json @@ -0,0 +1,3 @@ +{ + "legacyEditor": false +} \ No newline at end of file diff --git a/content/Obsidian Sandbox/.obsidian/appearance.json b/content/Obsidian Sandbox/.obsidian/appearance.json new file mode 100644 index 000000000..c8c365d89 --- /dev/null +++ b/content/Obsidian Sandbox/.obsidian/appearance.json @@ -0,0 +1,3 @@ +{ + "accentColor": "" +} \ No newline at end of file diff --git a/content/Obsidian Sandbox/.obsidian/core-plugins-migration.json b/content/Obsidian Sandbox/.obsidian/core-plugins-migration.json new file mode 100644 index 000000000..3106ebdf3 --- /dev/null +++ b/content/Obsidian Sandbox/.obsidian/core-plugins-migration.json @@ -0,0 +1,29 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "canvas": true, + "outgoing-link": true, + "tag-pane": true, + "page-preview": true, + "daily-notes": true, + "templates": true, + "note-composer": true, + "command-palette": true, + "slash-command": false, + "editor-status": true, + "starred": true, + "markdown-importer": false, + "zk-prefixer": false, + "random-note": false, + "outline": true, + "word-count": true, + "slides": false, + "audio-recorder": false, + "workspaces": false, + "file-recovery": true, + "publish": false, + "sync": false +} \ No newline at end of file diff --git a/content/Obsidian Sandbox/.obsidian/core-plugins.json b/content/Obsidian Sandbox/.obsidian/core-plugins.json new file mode 100644 index 000000000..086a8e4e8 --- /dev/null +++ b/content/Obsidian Sandbox/.obsidian/core-plugins.json @@ -0,0 +1,20 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "canvas", + "outgoing-link", + "tag-pane", + "page-preview", + "daily-notes", + "templates", + "note-composer", + "command-palette", + "editor-status", + "starred", + "outline", + "word-count", + "file-recovery" +] \ No newline at end of file diff --git a/content/Obsidian Sandbox/.obsidian/hotkeys.json b/content/Obsidian Sandbox/.obsidian/hotkeys.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/content/Obsidian Sandbox/.obsidian/hotkeys.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/content/Obsidian Sandbox/.obsidian/workspace.json b/content/Obsidian Sandbox/.obsidian/workspace.json new file mode 100644 index 000000000..d2290b37a --- /dev/null +++ b/content/Obsidian Sandbox/.obsidian/workspace.json @@ -0,0 +1,161 @@ +{ + "main": { + "id": "26f9e666a3361553", + "type": "split", + "children": [ + { + "id": "fb2d83a92dc8bdcb", + "type": "tabs", + "children": [ + { + "id": "9322b58b9ff753e5", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Start Here.md", + "mode": "source", + "source": false + } + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "4e09389791db528a", + "type": "split", + "children": [ + { + "id": "32bb069801320b77", + "type": "tabs", + "children": [ + { + "id": "77296ac4478cdd55", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "35683aff6ebdb63e", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "c2c0e5df347858d3", + "type": "leaf", + "state": { + "type": "starred", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "62995c26457cd377", + "type": "split", + "children": [ + { + "id": "2b8587be7dfb9f7f", + "type": "tabs", + "children": [ + { + "id": "5cbfeebdf7290a13", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "Start Here.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "263a129f6e4c8a63", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "Start Here.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "7425c3d652bbc6d2", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "c91c95ce09b89477", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "Start Here.md" + } + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "collapsed": true + }, + "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": "9322b58b9ff753e5", + "lastOpenFiles": [ + "Formatting/Blockquote.md", + "Formatting/Math.md", + "Formatting/Lists.md", + "Adventurer/From plain-text note-taking.md", + "Guides/Link notes.md", + "Guides/Get started with Obsidian.md", + "Vault is just a local folder.md", + "Adventurer/No prior experience.md", + "Start Here.md" + ] +} \ No newline at end of file diff --git a/content/Obsidian Sandbox/Adventurer/From plain-text note-taking.md b/content/Obsidian Sandbox/Adventurer/From plain-text note-taking.md new file mode 100644 index 000000000..530a8e070 --- /dev/null +++ b/content/Obsidian Sandbox/Adventurer/From plain-text note-taking.md @@ -0,0 +1,7 @@ +Obsidian is similar to plain-text based note-taking apps in the sense that [[Vault is just a local folder|a vault is just a local folder]]. + +Having already taken the unconventional route of plain-text note-taking, chances are you’re already familiar with the benefit of it. Obsidian has the same benefits, plus we have our secret sauce that can make Obsidian really special for you. + +→ [[Plugins make Obsidian special for you|Tell me more about that secret sauce!]] + +→ [[Get started with Obsidian|Say no more. How do I get started?]] \ No newline at end of file diff --git a/content/Obsidian Sandbox/Adventurer/From standard note-taking.md b/content/Obsidian Sandbox/Adventurer/From standard note-taking.md new file mode 100644 index 000000000..96eceb511 --- /dev/null +++ b/content/Obsidian Sandbox/Adventurer/From standard note-taking.md @@ -0,0 +1,13 @@ +Great, that means you should already be familiar with taking notes! + +But hold on a second. There’s no silver bullet solution that works perfectly for everyone. Obsidian works best if you care about what we care about. + +Do you have any of the following concerns below? + +→ [[Vault is just a local folder|I don’t want my notes to been seen by others]] + +→ [[Vault is just a local folder|I don’t want my notes to be inaccessible someday]] + +→ [[Plugins make Obsidian special for you|I feel like the previous note-taking apps I used didn’t suit me well]] + +→ [[Get started with Obsidian|Just let me get started already]] diff --git a/content/Obsidian Sandbox/Adventurer/No prior experience.md b/content/Obsidian Sandbox/Adventurer/No prior experience.md new file mode 100644 index 000000000..5d6f0a05e --- /dev/null +++ b/content/Obsidian Sandbox/Adventurer/No prior experience.md @@ -0,0 +1,15 @@ +There are plenty of note-taking apps out there, so congratulations on finding Obsidian! You may have heard that Obsidian is really hard to use, but we assure you + +There’s no silver bullet solution that works perfectly for everyone. Obsidian works best if you care about what we care about. + +Do you have any of the following concerns below? + +→ [[Vault is just a local folder|I don’t want my notes to been seen by others]] + +→ [[Vault is just a local folder|I don’t want my notes to be inaccessible someday]] + +→ [[Plugins make Obsidian special for you|I have special needs that most note-taking apps might not meet]] + +→ [[Get started with Obsidian|Just let me get started already]] + + diff --git a/content/Obsidian Sandbox/Formatting/Blockquote.md b/content/Obsidian Sandbox/Formatting/Blockquote.md new file mode 100644 index 000000000..36869fda0 --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Blockquote.md @@ -0,0 +1,9 @@ +```md +> Human beings face ever more complex and urgent problems, and their effectiveness in dealing with these problems is a matter that is critical to the stability and continued progress of society. + +\- Doug Engelbart, 1961 +``` + +> Human beings face ever more complex and urgent problems, and their effectiveness in dealing with these problems is a matter that is critical to the stability and continued progress of society. + +\- Doug Engelbart, 1961 diff --git a/content/Obsidian Sandbox/Formatting/Callout.md b/content/Obsidian Sandbox/Formatting/Callout.md new file mode 100644 index 000000000..57e9593fa --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Callout.md @@ -0,0 +1,72 @@ +As of v0.14.0, Obsidian supports callout blocks, sometimes called "admonitions". Callout blocks are written as a blockquote, inspired by the "alert" syntax from Microsoft Docs. + +Callouts are also be supported natively on Obsidian Publish. + +> [!NOTE] +> For compatibility reasons, if you're also using the Admonitions plugin, you should update it to at least v8.0.0 to avoid problems with the new callout system. + +Use the following syntax to denote a callout block: `> [!INFO]`. + +```markdown +> [!INFO] +> Here's a callout block. +> It supports **markdown** and [[Internal link|wikilinks]]. +``` + +It will show up like this: +> [!INFO] +> Here's a callout block. +> It supports **markdown** and [[Internal link|wikilinks]]. + +### Types + +By default, there are 12 distinct callout types, each with several aliases. Each type comes with a different background color and icon. + +To use these default styles, replace `INFO` in the examples with any of these types. Any unrecognized type will default to the "note" type, unless they are [[#Customizations|customized]]. The type identifier is case insensitive. + +- note +- abstract, summary, tldr +- info, todo +- tip, hint, important +- success, check, done +- question, help, faq +- warning, caution, attention +- failure, fail, missing +- danger, error +- bug +- example +- quote, cite + +### Title and body + +You can define the title of the callout block, and you can also have a callout without body content. + +```markdown +> [!TIP] Callouts can have custom titles, which also supports **markdown**! +``` + +### Folding + +Additionally, you can create a folding callout by adding `+` (default expanded) or `-` (default collapsed) after the block. + +```markdown +> [!FAQ]- Are callouts foldable? +> Yes! In a foldable callout, the contents are hidden until it is expanded. +``` + +Will show up as: + +> [!FAQ]- Are callouts foldable? +> Yes! In a foldable callout, the contents are hidden until it is expanded. + +### Customizations + +Snippets and plugins can define custom callouts, too, or overwrite the default options. Callout types and icons are defined in CSS, where the color is an `r, g, b` tuple and the icon is the icon ID from any internally supported icon (like `lucide-info`). Alternatively, you can specify an SVG icon as a string. + +```CSS +.callout[data-callout="my-callout-type"] { + --callout-color: 0, 0, 0; + --callout-icon: icon-id; + --callout-icon: '...custom svg...'; +} +``` diff --git a/content/Obsidian Sandbox/Formatting/Code block.md b/content/Obsidian Sandbox/Formatting/Code block.md new file mode 100644 index 000000000..0bbdb984a --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Code block.md @@ -0,0 +1,24 @@ +Syntax highlight is supported with the language specified after the first set of backticks. We use prismjs for syntax highlighting, a list of supported languages can be found [at their site](https://prismjs.com/#supported-languages) + +
```js
+function fancyAlert(arg) {
+  if(arg) {
+    $.facebox({div:'#foo'})
+  }
+}
+```
+ +```js +function fancyAlert(arg) { + if(arg) { + $.facebox({div:'#foo'}) + } +} +``` + + +```md + Text indented with a tab is formatted like this, and will also look like a code block in preview. +``` + + Text indented with a tab is formatted like this, and will also look like a code block in preview. \ No newline at end of file diff --git a/content/Obsidian Sandbox/Formatting/Comment.md b/content/Obsidian Sandbox/Formatting/Comment.md new file mode 100644 index 000000000..430850908 --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Comment.md @@ -0,0 +1,19 @@ +Use `%%` to enclose comments, which will be parsed as Markdown, but will not show up in the preview. + +```md +Here is some inline comments: %%You can't see this text%% (Can't see it) + +Here is a block comment: +%% +It can span +multiple lines +%% +``` + +Here is some inline comments: %%You can't see this text%% (can't see it in preview) + +Here is a block comment: (can't see it in preview either) +%% +It can span +multiple lines +%% \ No newline at end of file diff --git a/content/Obsidian Sandbox/Formatting/Diagram.md b/content/Obsidian Sandbox/Formatting/Diagram.md new file mode 100644 index 000000000..8c2e0db4a --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Diagram.md @@ -0,0 +1,45 @@ +Obsidian uses [Mermaid](https://mermaid-js.github.io/) to render diagrams and charts. Mermaid also provides [a helpful live editor](https://mermaid-js.github.io/mermaid-live-editor). + +
```mermaid
+sequenceDiagram
+    Alice->>+John: Hello John, how are you?
+    Alice->>+John: John, can you hear me?
+    John-->>-Alice: Hi Alice, I can hear you!
+    John-->>-Alice: I feel great!
+```
+ +```mermaid +sequenceDiagram + Alice->>+John: Hello John, how are you? + Alice->>+John: John, can you hear me? + John-->>-Alice: Hi Alice, I can hear you! + John-->>-Alice: I feel great! +``` + +Obsidian supports linking to notes in Mermaid: +
```mermaid
+graph TD
+
+Biology --> Chemistry
+
+class Biology,Chemistry internal-link;
+```
+ +An easier way to do it is the following: ^376b9d +
```mermaid
+graph TD
+
+A[Biology]
+B[Chemistry]
+
+A --> B
+
+class A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z internal-link;
+```
+ +This way, all the note names (at least until `Z[note name]`) are all automatically assigned the class `internal-link` when you use this snippet. + +If you use special characters in your note names, you need to put the note name in double quotes. +`"⨳ special character"` +It looks like this if you follow the [[Format your notes#^376b9d|second option]]: +`A["⨳ special character"]` \ No newline at end of file diff --git a/content/Obsidian Sandbox/Formatting/Embeds.md b/content/Obsidian Sandbox/Formatting/Embeds.md new file mode 100644 index 000000000..f359de92d --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Embeds.md @@ -0,0 +1,7 @@ +Embed another file (read more about [[Embeds]]). Here's an embedded section: + +```md +![[Plugins makes Obsidian special for you]] +``` + +![[Plugins make Obsidian special for you]] \ No newline at end of file diff --git a/content/Obsidian Sandbox/Formatting/Emphasis.md b/content/Obsidian Sandbox/Formatting/Emphasis.md new file mode 100644 index 000000000..18fcda08a --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Emphasis.md @@ -0,0 +1,21 @@ +```md +*This text will be italic* +_This will also be italic_ +``` + +*This text will be italic* +_This will also be italic_ + +```md +**This text will be bold** +__This will also be bold__ +``` + +**This text will be bold** +__This will also be bold__ + +```md +_You **can** combine them_ +``` + +_You **can** combine them_ \ No newline at end of file diff --git a/content/Obsidian Sandbox/Formatting/Footnote.md b/content/Obsidian Sandbox/Formatting/Footnote.md new file mode 100644 index 000000000..604bed63b --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Footnote.md @@ -0,0 +1,31 @@ +```md +Here's a simple footnote,[^1] and here's a longer one.[^bignote] + +[^1]: meaningful! + +[^bignote]: Here's one with multiple paragraphs and code. + + Indent paragraphs to include them in the footnote. + + `{ my code }` + + Add as many paragraphs as you like. +``` + +Here's a simple footnote,[^1] and here's a longer one.[^bignote] + +[^1]: meaningful! + +[^bignote]: Here's one with multiple paragraphs and code. + + Indent paragraphs to include them in the footnote. + + `{ my code }` + + Add as many paragraphs as you like. + +```md +You can also use inline footnotes. ^[notice that the carat goes outside of the brackets on this one.] +``` + +You can also use inline footnotes. ^[notice that the carat goes outside of the brackets on this one.] \ No newline at end of file diff --git a/content/Obsidian Sandbox/Formatting/Format your notes.md b/content/Obsidian Sandbox/Formatting/Format your notes.md new file mode 100644 index 000000000..17a6dd362 --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Format your notes.md @@ -0,0 +1,44 @@ +Obsidian is a Markdown-based note-taking and knowledge base app. + +We currently support the formats below: + +![[Internal link]] + +![[Embeds]] + +![[Heading]] + +![[Emphasis]] + +![[Lists]] + +![[Images]] + +![[Links]] + +![[Blockquote]] + +![[Inline code]] + +![[Code block]] + +![[Task]] + +![[Table]] + +![[Strikethrough]] + +![[Highlighting]] + +![[Horizontal divider]] + +![[Footnote]] + +![[Math]] + +![[Comment]] + +![[Callout]] + +![[Diagram]] + diff --git a/content/Obsidian Sandbox/Formatting/Heading.md b/content/Obsidian Sandbox/Formatting/Heading.md new file mode 100644 index 000000000..83095becc --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Heading.md @@ -0,0 +1,15 @@ +```md +# This is a heading 1 +## This is a heading 2 +### This is a heading 3 +#### This is a heading 4 +##### This is a heading 5 +###### This is a heading 6 +``` + +# This is a heading 1 +## This is a heading 2 +### This is a heading 3 +#### This is a heading 4 +##### This is a heading 5 +###### This is a heading 6 \ No newline at end of file diff --git a/content/Obsidian Sandbox/Formatting/Highlighting.md b/content/Obsidian Sandbox/Formatting/Highlighting.md new file mode 100644 index 000000000..a11c31100 --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Highlighting.md @@ -0,0 +1,5 @@ +```md +Use two equal signs to ==highlight text==. +``` + +Use two equal signs to ==highlight text==. \ No newline at end of file diff --git a/content/Obsidian Sandbox/Formatting/Horizontal divider.md b/content/Obsidian Sandbox/Formatting/Horizontal divider.md new file mode 100644 index 000000000..e03681c28 --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Horizontal divider.md @@ -0,0 +1,5 @@ +```md +Use three stars ***, minuses ---, or underscores ___ in a new line to produce an horizontal bar. +``` + +--- \ No newline at end of file diff --git a/content/Obsidian Sandbox/Formatting/Images.md b/content/Obsidian Sandbox/Formatting/Images.md new file mode 100644 index 000000000..23db3a582 --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Images.md @@ -0,0 +1,15 @@ +```md +![Obsidian](https://obsidian.md/images/banner.png) +``` + +![Obsidian](https://obsidian.md/images/banner.png) + +#### Resizing images + +Example of this above image resized to 200 pixels wide: + +```md +![Obsidian|200](https://obsidian.md/images/banner.png) +``` + +![Obsidian|200](https://obsidian.md/images/banner.png) diff --git a/content/Obsidian Sandbox/Formatting/Inline code.md b/content/Obsidian Sandbox/Formatting/Inline code.md new file mode 100644 index 000000000..949a83636 --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Inline code.md @@ -0,0 +1,5 @@ +```md +Text inside `backticks` on a line will be formatted like code. +``` + +Text inside `backticks` on a line will be formatted like code. \ No newline at end of file diff --git a/content/Obsidian Sandbox/Formatting/Internal link.md b/content/Obsidian Sandbox/Formatting/Internal link.md new file mode 100644 index 000000000..e923029b3 --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Internal link.md @@ -0,0 +1,5 @@ +```md +Link to a page: [[Embeds]]. +``` + +Link to a page: [[Embeds]]. \ No newline at end of file diff --git a/content/Obsidian Sandbox/Formatting/Links.md b/content/Obsidian Sandbox/Formatting/Links.md new file mode 100644 index 000000000..5e153975f --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Links.md @@ -0,0 +1,49 @@ +#### External links + +Markdown style links can be used to refer to either external objects, such as web pages, or an internal page or image. + +```md +http://obsidian.md - automatic! +[Obsidian](http://obsidian.md) +``` + +http://obsidian.md - automatic! +[Obsidian](http://obsidian.md) + +#### Obsidian URI links + +Obsidian URI links can be used to open notes in Obsidian either from another Obsidian vault or another program. + +For example, you can link to a file in a vault like so (please note the required encoding): + +```md +[Link to note](obsidian://open?path=D:%2Fpath%2Fto%2Ffile.md) +``` + +[Link to note](obsidian://open?path=D:%2Fpath%2Fto%2Ffile.md) + +You can link to a note by its vault name and file name instead of path as well: + +```md +[Link to note](obsidian://open?vault=MainVault&file=MyNote.md) +``` + +[Link to note](obsidian://open?vault=MainVault&file=MyNote.md) + +#### Escaping + +If there are spaces in the url, they can be escaped by either using `%20` as a space, such as: + +```md +[Format your notes](Format%20your%20notes) +``` + +[Format your notes](Format%20your%20notes.md) + +Or you can enclose the target in `<>`, such as: + +```md +[Format your notes]() +``` + +[Format your notes](Format%20your%20notes.md your notes>) \ No newline at end of file diff --git a/content/Obsidian Sandbox/Formatting/Lists.md b/content/Obsidian Sandbox/Formatting/Lists.md new file mode 100644 index 000000000..9ff430ce2 --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Lists.md @@ -0,0 +1,23 @@ +```md +- Item 1 +- Item 2 + - Item 2a + - Item 2b + +1. Item 1 +1. Item 2 +1. Item 3 + 1. Item 3a + 1. Item 3b +``` + +- Item 1 +- Item 2 + - Item 2a + - Item 2b + +1. Item 1 +1. Item 2 +1. Item 3 + 1. Item 3a + 1. Item 3b \ No newline at end of file diff --git a/content/Obsidian Sandbox/Formatting/Math.md b/content/Obsidian Sandbox/Formatting/Math.md new file mode 100644 index 000000000..7998762d0 --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Math.md @@ -0,0 +1,13 @@ +```md +$$\begin{vmatrix}a & b\\ +c & d +\end{vmatrix}=ad-bc$$ +``` + +$$\begin{vmatrix}a & b\\ +c & d +\end{vmatrix}=ad-bc$$ + +You can also do inline math like $e^{2i\pi} = 1$ . + +Obsidian uses [Mathjax](http://docs.mathjax.org/en/latest/basic/mathjax.html). You can check which packages are supported in Mathjax [here](http://docs.mathjax.org/en/latest/input/tex/extensions/index.html). \ No newline at end of file diff --git a/content/Obsidian Sandbox/Formatting/Strikethrough.md b/content/Obsidian Sandbox/Formatting/Strikethrough.md new file mode 100644 index 000000000..d501102d2 --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Strikethrough.md @@ -0,0 +1,5 @@ +```md +Any word wrapped with two tildes (like ~~this~~) will appear crossed out. +``` + +Any word wrapped with two tildes (like ~~this~~) will appear crossed out. \ No newline at end of file diff --git a/content/Obsidian Sandbox/Formatting/Table.md b/content/Obsidian Sandbox/Formatting/Table.md new file mode 100644 index 000000000..b07350c1a --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Table.md @@ -0,0 +1,37 @@ +You can create tables by assembling a list of words and dividing them with hyphens `-` (for the first row), and then separating each column with a pipe `|`: + +```md +First Header | Second Header +------------ | ------------ +Content from cell 1 | Content from cell 2 +Content in the first column | Content in the second column +``` + +First Header | Second Header +------------ | ------------ +Content from cell 1 | Content from cell 2 +Content in the first column | Content in the second column + +--- + +```md +Tables can be justified with a colon | Another example with a long title +:----------------|-------------: +because of the `:` | these will be justified +``` + +Tables can be justified with a colon | Another example with a long title +:----------------|-------------: +because of the `:` | these will be justified + +If you put links in tables, they will work, but if you use Piped Links, the pipe must be escaped with a `\` to prevent it being read as a table element. + +```md +First Header | Second Header +------------ | ------------ +[[Format your notes\|Formatting]] | [[Callouts\|Callouts]] +``` + +First Header | Second Header +------------ | ------------ +[[Format your notes\|Formatting]] | [[Callout\|Callouts]] diff --git a/content/Obsidian Sandbox/Formatting/Task.md b/content/Obsidian Sandbox/Formatting/Task.md new file mode 100644 index 000000000..3c8984cff --- /dev/null +++ b/content/Obsidian Sandbox/Formatting/Task.md @@ -0,0 +1,15 @@ +```md +- [x] #tags, [links](), **formatting** supported +- [x] list syntax required (any unordered or ordered list supported) +- [x] this is a complete item +- [?] this is also a complete item (works with every character) +- [ ] this is an incomplete item +- [ ] tasks can be clicked in Preview to be checked off +``` + +- [x] #tags, [links](), **formatting** supported +- [x] list syntax required (any unordered or ordered list supported) +- [x] this is a complete item +- [?] this is also a complete item (works with every character) +- [ ] this is an incomplete item +- [ ] tasks can be clicked in Preview to be checked off \ No newline at end of file diff --git a/content/Obsidian Sandbox/Guides/Create a vault.md b/content/Obsidian Sandbox/Guides/Create a vault.md new file mode 100644 index 000000000..99f8dddd7 --- /dev/null +++ b/content/Obsidian Sandbox/Guides/Create a vault.md @@ -0,0 +1,18 @@ +A vault is a folder on your local file system where Obsidian stores your notes. You can keep all your notes in one vault, or create several vaults for each of your different projects. + +The first time you open Obsidian, you'll be asked to add a new vault. + +To create a new empty vault from the vault switcher: + +1. To the right of **Create new vault**, click **Create**. +2. In **Vault name**, enter the name of your vault. +3. Click **Browse** to select where your new vault will be created. +4. Click **Create**. + +If you already have a folder that you want to use as your vault: + +1. To the right of **Open folder as vault**, click **Open**. +2. In the file browser, select the folder you want to use as your vault. +3. Click **Open**. + +Now that you've set up your vault, you're ready to [[Create your first note]]. \ No newline at end of file diff --git a/content/Obsidian Sandbox/Guides/Create your first note.md b/content/Obsidian Sandbox/Guides/Create your first note.md new file mode 100644 index 000000000..6ce18f229 --- /dev/null +++ b/content/Obsidian Sandbox/Guides/Create your first note.md @@ -0,0 +1,29 @@ +Notes in Obsidian are stored as plain text files, which makes them incredibly portable. By writing your notes in plain text, they'll outlive any app—even Obsidian itself. If you plan to keep your notes for a long time, this is great news! + +## Create a new note + +To create a new note: + +1. Press Ctrl+N (or Cmd+N on macOS) on your keyboard. +2. Type "Obsidian" as the name of your note and press Enter. +3. Copy and paste the following text into your note: + +> Obsidian is a powerful knowledge base on top of a local folder of plain text Markdown files. + +## Format your note + +Obsidian also supports [Markdown](https://en.wikipedia.org/wiki/Markdown)—a markup language for adding formatting to plain text files. + +1. Copy and paste the following text at the top of the Obsidian note: + + > \# A second brain, for you, forever. + + The hashtag (#) turns a row of text into a heading. + +2. In your note, select the text "knowledge base" and press Ctrl+B (or Cmd+B on macOS) to make it bold. + +To learn more about how to format your notes using Markdown, refer to [[Format your notes]]. + +## Learn more + +Learn how to [[Link notes|link notes]] to create a network of connected thoughts. diff --git a/content/Obsidian Sandbox/Guides/Get started with Obsidian.md b/content/Obsidian Sandbox/Guides/Get started with Obsidian.md new file mode 100644 index 000000000..0114aa926 --- /dev/null +++ b/content/Obsidian Sandbox/Guides/Get started with Obsidian.md @@ -0,0 +1,14 @@ +You may have heard that Obsidian is very complicated to set up. + +We don’t think that’s true—the ideal setup would be complicated, but that’s true for all tools. It just takes lots of trial and error to get something that works well for you. Instead of complicated, we would call that a labor of love. + +Okay, enough for how complicated it can get. The good news is how easy it is to get started: just 3 simple steps! + +1. Set up a nice place for yourself + → [[Create a vault]] + +2. Jot down some notes + → [[Create your first note]] + +3. Let your ideas mingle + → [[Link notes]] \ No newline at end of file diff --git a/content/Obsidian Sandbox/Guides/Link notes.md b/content/Obsidian Sandbox/Guides/Link notes.md new file mode 100644 index 000000000..b8e30285b --- /dev/null +++ b/content/Obsidian Sandbox/Guides/Link notes.md @@ -0,0 +1,49 @@ +While Obsidian is great for taking notes, the true power of Obsidian lies in being able to link your notes together. By understanding how one piece of information relates to another, you can improve your ability to remember them and to form deeper insights. In this guide, you'll learn how to create and navigate links in Obsidian. + +## Step 1: Create a link + +In this step, you'll create two notes and link them together using the \[\[double bracket syntax\]\]. + +1. [[Create your first note|Create a note]] with the name "Three laws of motion": + + > The laws of motion are three laws stated by Isaac Newton, that describe the relationship between the motion of an object, and the forces acting on it. + +1. Create another note with the name "Law of Inertia" with the following text: + + > The Law of Inertia is one of the [[]] + +1. At the end of the sentence, press the left square bracket (`[`) twice on your keyboard. +1. Type "three" to find the first note you created. +1. Press Enter to create a link to the highlighted note. + + > The Law of Inertia is one of the \[\[Three laws of motion\]\] + +Open the "Three laws of motion" note by clicking on the link while pressing Ctrl (or Cmd on macOS). + +## Step 2: Create a link to a non-existing note + +You can create links to notes that don't exist yet, for when you want to dive into a topic at a later time. + +1. In your "Three laws of motion" note, select the text "Isaac Newton". +1. Press the left square bracket (`[`) twice on your keyboard to create a link. The second link has a more muted color to indicate that the note doesn't exist yet. +1. Create the note by clicking on the link while pressing Ctrl (or Cmd on macOS). + +## Step 3: Navigate between notes + +As you've seen in the previous steps, you can click a link while pressing Ctrl (or Cmd on macOS) to go to the linked note. + +Another way to navigate the between notes is through _backlinks_. A backlink lets you navigate in the opposite direction of an existing link. + +1. Open the "Isaac Newton" note. +1. In the right side bar, click the **Backlinks** tab. +1. Under **Linked mentions**, click the mention in "Three laws of motion" to go to that note. + +Another way to navigate between your notes is by using a visual representation of how your notes are connected. + +1. In the top-right corner of the note, click **More options** (three dots). +1. Select **Open local graph**. +1. Click any of the nodes in the graph to navigate to that note. + +## Learn more + +Understanding how your notes are connected becomes increasingly more difficult as your vault grows. Learn how to use the graph view to gain deeper insights from your knowledge base. diff --git a/content/Obsidian Sandbox/Plugins make Obsidian special for you.md b/content/Obsidian Sandbox/Plugins make Obsidian special for you.md new file mode 100644 index 000000000..f0f7f2091 --- /dev/null +++ b/content/Obsidian Sandbox/Plugins make Obsidian special for you.md @@ -0,0 +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: + +→ [[Get started with Obsidian]] \ No newline at end of file diff --git a/content/Obsidian Sandbox/Start Here.md b/content/Obsidian Sandbox/Start Here.md new file mode 100644 index 000000000..a8b7bff75 --- /dev/null +++ b/content/Obsidian Sandbox/Start Here.md @@ -0,0 +1,34 @@ +Hi, welcome to Obsidian! + +--- + +## I’m interested in Obsidian + +First of all, tell me a little bit about what's your experience with note-taking apps like? + +-> [[No prior experience|I have no prior experience]] + +-> [[From standard note-taking|I’ve used note-taking apps like Evernote and OneNote]] + +-> [[From plain-text note-taking|I have used plain-text based apps]] + +--- + +## Official Help Site +Check out the complete [Obsidian documentation](https://help.obsidian.md/) online, available in multiple languages. + +--- + +## What is this place? + +This is a sandbox vault in which you can test various functionality of Obsidian. + +> [!Warning] +> Your changes will not be saved, so please don't take actual notes in this vault. + +> [!Note] Beta vault - contributions are welcome! +> This sandbox vault is in beta! +> +> If you spot a typo or a mistake, feel free to submit a pull request [here](https://github.com/obsidianmd/obsidian-docs/tree/master/Sandbox). + + diff --git a/content/Obsidian Sandbox/Vault is just a local folder.md b/content/Obsidian Sandbox/Vault is just a local folder.md new file mode 100644 index 000000000..cf126f74d --- /dev/null +++ b/content/Obsidian Sandbox/Vault is just a local folder.md @@ -0,0 +1,23 @@ +Different than most note-taking apps out there, an Obsidian vault is not a notebook on our server or a bundle in a special format on your computer. + +In Obsidian, a vault is a plain folder on your computer. By plain, I mean it's just like a folder you created and put some files in. You can open it with your system explorer or Finder, zip it up, make a copy, or move it around. + +> [!SUMMARY] The Point™ +> The point is that you own this folder just like the other folder of camping photos that you created yourself. +> +> It’s supposed to be a good thing because you get both **data ownership and privacy** this way. Just keep in mind [[#^0f681f|with great power comes great responsibility]]. + +No need to worry about loading your content from our servers. You know, servers can get hacked or be offline or be slow when you need it most. + +No need to worry about exporting or converting if you move way from Obsidian either. The vault is just a folder that sits here—Obsidian is not going to delete any of your vault folders just because you uninstall Obsidian. + +Finally, please understand that with great power comes great responsibility. Now that you’re in charge of your data, it’s also your job to back it up and keep it safe. ^0f681f + +> [!Note]- A word on moving your vault folder +> Technically you can freely move your vault folder around just like how you move any other folder. But if you do, Obsidian will be confused, so make sure to open it again at the new location with Obsidian after you moved it. + +--- + +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