{
    "componentChunkName": "component---src-templates-note-template-js",
    "path": "/notes/permanent-notes",
    "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\": \"Permanent notes\",\n  \"date\": \"2021-08-10T21:26\",\n  \"slug\": \"permanent-notes\",\n  \"aliases\": null,\n  \"tags\": [\"PKM\", \"zettelkasten\", \"learning\", \"notes\"],\n  \"stage\": \"budding\"\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(\"p\", null, \"Everyday you should go through your inbox and seek to refine the [\", \"[Fleeting notes]\", \"] & [\", \"[Literature notes]\", \"] that you've taken. Making connections and turning them into permanent notes.\"), mdx(\"p\", null, \"Ideally this should happen roughly everyday so that you don't forget the conceptual ideas behind the notes.\"), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, \"Developing > Collecting\")), mdx(\"p\", null, \"Your [\", \"[Zettelkasten]\", \"] isn't just for collecting all of your ideas, it is meant to develop your ideas and help expand your understanding. When you add a new permanent note there are a number of things you need to think about:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Whether it\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"contradicts;\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"corrects;\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"supports;\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"or adds to what you've got in both your [\", \"[Zettelkasten]\", \"] and your mind?\"))), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Can you combine ideas to generate something new?\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"What questions are triggered by them?\")), mdx(\"p\", null, \"These are important questions to answer as if you ignore them you will end up with a [\", \"[Zettelkasten]\", \"] that is lacking these kind of horizontally generated ideas.\"), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, \"One idea = One note\")), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, \"One note = One idea\")), mdx(\"p\", null, \"Your permanent notes should only encompass a single idea, so as not to cause overlapping which will cause issues when you try to piece together your permanent notes into a whole piece of content.\"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Rules for a permanent note:\")), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"One idea\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Full sentences\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Disclose sources\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Make references\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Try to be as\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"precise;\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"clear;\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"and brief as you can be.\")))), mdx(StillGrowing, {\n    mdxType: \"StillGrowing\"\n  }));\n}\n;\nMDXContent.isMDXComponent = true;","inboundReferences":[{"frontmatter":{"title":"Zettelkasten","slug":"zettelkasten"},"excerpt":"The zettelkasten is a method of note-taking and personal knowledge management The direct translation of zettelkasten is slip-box, a place to…"},{"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…"}],"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":"Zettelkasten","slug":"zettelkasten"},"excerpt":"The zettelkasten is a method of note-taking and personal knowledge management The direct translation of zettelkasten is slip-box, a place to…"}],"frontmatter":{"title":"Permanent notes","slug":"permanent-notes","stage":"budding","tags":["PKM","zettelkasten","learning","notes"],"date":"2021-08-10T21:26"}},"file":{"modifiedTime":"2025-04-20T03:50:46.155Z"}},"pageContext":{"slug":"permanent-notes","content":"---\ntitle: Permanent notes\ndate: 2021-08-10T21:26\nslug: permanent-notes\naliases:\ntags:\n  - PKM\n  - zettelkasten\n  - learning\n  - notes\nstage: budding\n---\n\nimport StillGrowing from '../../src/components/garden/still-growing';\n\nEveryday you should go through your inbox and seek to refine the [[Fleeting notes]] & [[Literature notes]] that you've taken. Making connections and turning them into permanent notes.\n\nIdeally this should happen roughly everyday so that you don't forget the conceptual ideas behind the notes.\n\n> Developing > Collecting\n\nYour [[Zettelkasten]] isn't just for collecting all of your ideas, it is meant to develop your ideas and help expand your understanding. When you add a new permanent note there are a number of things you need to think about:\n\n- Whether it\n  - contradicts;\n  - corrects;\n  - supports;\n  - or adds to what you've got in both your [[Zettelkasten]] and your mind?\n- Can you combine ideas to generate something new?\n- What questions are triggered by them?\n\nThese are important questions to answer as if you ignore them you will end up with a [[Zettelkasten]] that is lacking these kind of horizontally generated ideas.\n\n> One idea = One note\n\n> One note = One idea\n\nYour permanent notes should only encompass a single idea, so as not to cause overlapping which will cause issues when you try to piece together your permanent notes into a whole piece of content.\n\n**Rules for a permanent note:**\n\n- One idea\n- Full sentences\n- Disclose sources\n- Make references\n- Try to be as\n  - precise;\n  - clear;\n  - and brief as you can be.\n\n<StillGrowing />\n"}},
    "staticQueryHashes": ["63159454"]}