{
    "componentChunkName": "component---src-templates-note-template-js",
    "path": "/notes/zettelkasten",
    "result": {"data":{"mdx":{"body":"var _excluded = [\"components\"];\n\nfunction _extends() { _extends = Object.assign || 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); }\n\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; }\n\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\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"Zettelkasten\",\n  \"date\": \"2021-08-10T21:23\",\n  \"slug\": \"zettelkasten\",\n  \"aliases\": [\"slip box\"],\n  \"tags\": [\"PKM\", \"zettelkasten\", \"learning\", \"notes\"],\n  \"stage\": \"evergreen\"\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\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, \"The zettelkasten is a method of note-taking and personal knowledge management\")), mdx(\"p\", null, \"The direct translation of zettelkasten is slip-box, a place to keep & sort your notes.\"), mdx(\"p\", null, \"Traditionally the 5 most important components of a Zettelkasten system are:\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"[\", \"[Fleeting notes]\", \"]\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Capture ideas from your mind.\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"[\", \"[Literature notes]\", \"]\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Capture ideas from the content you consume.\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"[\", \"[Permanent notes]\", \"]\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Atomise ([\", \"[Atomic]\", \"]) & polish the ideas from the previous two steps.\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"[\", \"[Index notes]\", \"]\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Link broader concepts down into specific [\", \"[Permanent notes]\", \"].\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"[\", \"[Keyword notes]\", \"]\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Define unclear words.\")))), mdx(\"p\", null, \"But this is not set in stone, for example I have a slightly different system:\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"[\", \"[Core zettel idea notes]\", \"]\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"These are essentially a combination of [\", \"[Fleeting notes]\", \"] & [\", \"[Permanent notes]\", \"], though they have a few different stages of development (\", mdx(\"i\", {\n    className: \"twa twa-seedling\"\n  }), \" Seedling, \", mdx(\"i\", {\n    className: \"twa twa-herb\"\n  }), \" Budding & \", mdx(\"i\", {\n    className: \"twa twa-evergreen-tree\"\n  }), \" Evergreen).\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"[\", \"[Reference notes]\", \"]\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Which are esentially [\", \"[Literature notes]\", \"].\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"[\", \"[Maps of Content]\", \"]\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Hub notes for a certain area/concept that are linked to from many other notes.\")))), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, \"Do not brainstorm for a topic. Look into the slip-box instead to see where chains of notes have developed and ideas have been built up to clusters.\")), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, \"Your topic is now based on what you have, not based on an unfounded idea about what the literature you are about to read might provide.\")), mdx(\"p\", null, \"\\u2014 S\\xF6nke Ahrens\"), mdx(\"p\", null, \"Once you have enough notes bring them together as if they were cards scattered on a workbench and try placing them together to start making an initial rough draft.\\nDon't just copy them, mold them to fit each other and the piece of content.\"), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, \"Translate them into something coherent and embed them into the context of your argument while you build your argument out of the notes at the same time. Detect holes in your argument, fill them or change your argument.\")), mdx(\"p\", null, \"\\u2014 S\\xF6nke Ahrens\"), mdx(StillGrowing, {\n    mdxType: \"StillGrowing\"\n  }));\n}\n;\nMDXContent.isMDXComponent = true;","inboundReferences":[{"frontmatter":{"title":"Index notes","slug":"index-notes"},"excerpt":"Index notes are a starting point to falling down the rabbit hole, allowing you to navigate your [ Zettelkasten ] and find ideas when you…"},{"frontmatter":{"title":"Permanent notes","slug":"permanent-notes"},"excerpt":"Everyday you should go through your inbox and seek to refine the [ Fleeting notes ] & [ Literature notes ] that you've taken. Making…"}],"outboundReferences":[{"frontmatter":{"title":"Literature notes","slug":"literature-notes"},"excerpt":"When you consume content take notes of what you don't want to forget or what you want to use in your own writing. Make sure your notes are…"},{"frontmatter":{"title":"Permanent notes","slug":"permanent-notes"},"excerpt":"Everyday you should go through your inbox and seek to refine the [ Fleeting notes ] & [ Literature notes ] that you've taken. Making…"},{"frontmatter":{"title":"Atomic","slug":"atomic"},"excerpt":"A single irreducible unit or component in a larger system. — Oxford dictionary For example, an atomic note would be only describing a…"},{"frontmatter":{"title":"Index notes","slug":"index-notes"},"excerpt":"Index notes are a starting point to falling down the rabbit hole, allowing you to navigate your [ Zettelkasten ] and find ideas when you…"},{"frontmatter":{"title":"Keyword notes","slug":"keyword-notes"},"excerpt":"Help readers/yourself understand an unclear word by further describing it in it's own note and then linking to that note when you write that…"}],"frontmatter":{"title":"Zettelkasten","slug":"zettelkasten","stage":"evergreen","tags":["PKM","zettelkasten","learning","notes"],"date":"2021-08-10T21:23"}},"file":{"modifiedTime":"2025-04-20T03:50:46.155Z"}},"pageContext":{"slug":"zettelkasten","content":"---\ntitle: Zettelkasten\ndate: 2021-08-10T21:23\nslug: zettelkasten\naliases:\n  - slip box\ntags:\n  - PKM\n  - zettelkasten\n  - learning\n  - notes\nstage: evergreen\n---\n\nimport StillGrowing from '../../src/components/garden/still-growing';\n\n> The zettelkasten is a method of note-taking and personal knowledge management\n\nThe direct translation of zettelkasten is slip-box, a place to keep & sort your notes.\n\nTraditionally the 5 most important components of a Zettelkasten system are:\n\n1. [[Fleeting notes]]\n   - Capture ideas from your mind.\n2. [[Literature notes]]\n   - Capture ideas from the content you consume.\n3. [[Permanent notes]]\n   - Atomise ([[Atomic]]) & polish the ideas from the previous two steps.\n4. [[Index notes]]\n   - Link broader concepts down into specific [[Permanent notes]].\n5. [[Keyword notes]]\n   - Define unclear words.\n\nBut this is not set in stone, for example I have a slightly different system:\n\n1. [[Core zettel idea notes]]\n   - These are essentially a combination of [[Fleeting notes]] & [[Permanent notes]], though they have a few different stages of development (<i className=\"twa twa-seedling\"></i> Seedling, <i className=\"twa twa-herb\"></i> Budding & <i className=\"twa twa-evergreen-tree\"></i> Evergreen).\n2. [[Reference notes]]\n   - Which are esentially [[Literature notes]].\n3. [[Maps of Content]]\n   - Hub notes for a certain area/concept that are linked to from many other notes.\n\n> Do not brainstorm for a topic. Look into the slip-box instead to see where chains of notes have developed and ideas have been built up to clusters.\n\n> Your topic is now based on what you have, not based on an unfounded idea about what the literature you are about to read might provide.\n\n— Sönke Ahrens\n\nOnce you have enough notes bring them together as if they were cards scattered on a workbench and try placing them together to start making an initial rough draft.\nDon't just copy them, mold them to fit each other and the piece of content.\n\n> Translate them into something coherent and embed them into the context of your argument while you build your argument out of the notes at the same time. Detect holes in your argument, fill them or change your argument.\n\n— Sönke Ahrens\n\n<StillGrowing />\n"}},
    "staticQueryHashes": ["63159454"]}