{
    "componentChunkName": "component---src-templates-note-note-js",
    "path": "/notes/Obsidian-Tips",
    "result": {"data":{"mdx":{"body":"var _excluded = [\"components\"];\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\nvar _frontmatter = {\n  \"aliases\": [\"Obsidian Starter Kit\"]\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n    props = _objectWithoutProperties(_ref, _excluded);\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"h2\", null, \"Strategy to begin\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Just start writing.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Write at-least 10 notes of 10 words each. \"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Convert some into to \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/notes/Double-Square-Brackets\",\n    \"title\": \"Double Square Brackets\"\n  }, \"Double Square Brackets\"), \"\", mdx(\"ol\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Create at-least some connections between the notes\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Open the graph view.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Goto settings and enable all the plugins you need. I have enabled all other than the Zettlekasten\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Checkout - \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://help.obsidian.md/Getting+started/Glossary\"\n  }, \"https://help.obsidian.md/Getting+started/Glossary\"))), mdx(\"h2\", null, \"ShortCuts\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Use CMD + Alt + (Right of left arrow) for \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/notes/next-and-previous-notes-in-Obsidian\",\n    \"title\": \"next and previous notes in Obsidian\"\n  }, \"next and previous notes in Obsidian\"), \"\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"CMD + O for quick switcher or \", mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"O\"), \"pen\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"CMD+P for command \", mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"P\"), \"allette\", mdx(\"ol\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Tab for tabs related\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Explore tab groups #todo\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Select the text and then type two left square braces to convert it into a link\")), mdx(\"h2\", null, \"Advanced\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"There are a lot of community plugins. Do check them out regularly. \"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Every Note in Obsidian is just a markdown file in a folder. If you understand this properly you can do a lot of automation, tooling and build your workflows around that.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"You can use linux commands like\", mdx(\"ol\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"mkdir -p {{path/to/directory}}\"), \" for creating folders hierarchy\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"bash mkdir folder{001..512} \"), \" for creating folders with sequential names\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"touch lesson{001..005}.md \"), \" for creating \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/notes/markdown\",\n    \"title\": \"markdown\"\n  }, \"markdown\"), \" files with sequential names.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Use \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/notes/@code\",\n    \"title\": \"@code\"\n  }, \"@code\"), \" to open the folder with VS Code and do the operations you generally perform during coding. Sometimes multi cursor can come handy in doing some easy transformations.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"You can make use of file processing command \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/notes/sed\",\n    \"title\": \"sed\"\n  }, \"sed\"), \" and text processing command \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/notes/awk\",\n    \"title\": \"awk\"\n  }, \"awk\"), \"\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"A little bit of shell scripting can also make tasks for you much easier.\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Learn about templates\", mdx(\"ol\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Used it for daily template and people\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  })));\n}\n;\nMDXContent.isMDXComponent = true;","inboundReferences":[{"id":"d56c2867-0273-562b-baf1-b7793f483436","slug":"Obsidian"}]}},"pageContext":{"slug":"Obsidian-Tips","node":{"childMdx":{"slug":"Obsidian-Tips"}}}},
    "staticQueryHashes": []}