mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-07 06:19:03 +00:00
28 lines
9.7 KiB
HTML
28 lines
9.7 KiB
HTML
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><title>Types of notes</title><script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script><script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script><script type="text/x-mathjax-config">
|
|
MathJax = {
|
|
tex: {
|
|
inlineMath: [ ['$','$'], ['\(','\)'] ],
|
|
displayMath: [ ['$$','$$'], ['[',']'] ]
|
|
},
|
|
options = {
|
|
processHtmlClass = "math"
|
|
}
|
|
}
|
|
</script><meta name="next-head-count" content="6"/><link rel="preload" href="/wiki/_next/static/css/52fc2ba29703df73922c.css" as="style"/><link rel="stylesheet" href="/wiki/_next/static/css/52fc2ba29703df73922c.css" data-n-g=""/><noscript data-n-css=""></noscript><link rel="preload" href="/wiki/_next/static/chunks/main-ae4733327bd95c4ac325.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/webpack-50bee04d1dc61f8adf5b.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/framework.9d524150d48315f49e80.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/commons.0e1c3f9aa780c2dfe9f0.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/pages/_app-8e3d0c58a60ec788aa69.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/940643274e605e7596ecea1f2ff8d83317a3fb76.4841a16762f602a59f00.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/pages/%5B%5B...slug%5D%5D-1aa198f87ede1cd0e1dc.js" as="script"/></head><body><div id="__next"><main><h1>Types of notes</h1><section class="post-metadata"><span>Date: <!-- -->2021-05-07 09:22:06 +08:00</span><span>Date modified: <!-- -->2021-06-18 10:17:12 +08:00</span></section><nav class="toc"><ol class="toc-level toc-level-1"><li class="toc-item toc-item-h1"><a href="/wiki/2021-05-07-09-22-06#linear-notes" class="toc-link toc-link-h1">Linear notes</a></li><li class="toc-item toc-item-h1"><a href="/wiki/2021-05-07-09-22-06#non-linear-notes" class="toc-link toc-link-h1">Non-linear notes</a></li></ol></nav><p>In note-taking, we don't conciously categorize our notes.
|
|
</p><h1 id="linear-notes">Linear notes</h1><p>The "traditional" method for personal note-taking.
|
|
The notes formed with linear notes tend to be tree-like thus it is useful for ordered information.
|
|
</p><p>Useful for initial learning where you want a roadmap of the lesson.
|
|
It is helpful for memorizing as <a href="/wiki/2021-05-14-11-48-20">Understanding comes first from memory</a>.
|
|
In the end, we might have more linear notes as <a href="/wiki/2021-05-17-08-47-37">We know more compared to what we understood</a>.
|
|
</p><p>Linear notes also tend to create hierarchy over time.
|
|
While nice to have, it can also limit the information you can put in each note.
|
|
Tools like <a href="https://www.dendron.so/">Dendron</a> help with hierarchical notes.
|
|
</p><h1 id="non-linear-notes">Non-linear notes</h1><p>While linear notes are great with ordered learning, it is not great with linking the notes.
|
|
The solution: free the hierarchy.
|
|
</p><p>Non-linear notes free you the worrying where to put the note by removing the structure.
|
|
This allows to freely make notes and extend in any direction.
|
|
However, this makes it difficult if you have no idea how to get started.
|
|
Otherwise, it can take advantage that <a href="/wiki/2021-05-08-23-12-29">We are more associative than structured</a>.
|
|
</p><p>One of the notable features of non-linear notes is the freedom to link different topics.
|
|
This is where non-linear notes like the ones found in <a href="/wiki/2021-04-22-14-00-50">Zettelkasten</a> or <a href="/wiki/2020-05-09-12-48-23">Roam Research</a> tend to shine because of freedom from hierarchy.
|
|
</p><section><h2>Backlinks</h2><ul><li><a href="/wiki/2020-04-15-14-35-55">Note-taking</a></li><li><a href="/wiki/2020-06-04-21-32-23">Digital gardens</a></li><li><a href="/wiki/2021-04-22-14-00-50">Zettelkasten</a></li></ul></section></main></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"metadata":{"date":"\"2021-05-07 09:22:06 +08:00\"","date_modified":"\"2021-06-18 10:17:12 +08:00\"","language":"en","source":""},"title":"Types of notes","hast":{"type":"root","children":[{"type":"element","tagName":"nav","properties":{"className":"toc"},"children":[{"type":"element","tagName":"ol","properties":{"className":"toc-level toc-level-1"},"children":[{"type":"element","tagName":"li","data":{"hookArgs":[{"type":"element","tagName":"h1","properties":{"id":"linear-notes"},"children":[{"type":"text","value":"Linear notes"}]}]},"properties":{"className":"toc-item toc-item-h1"},"children":[{"type":"element","tagName":"a","properties":{"className":"toc-link toc-link-h1","href":"/2021-05-07-09-22-06#linear-notes"},"children":[{"type":"text","value":"Linear notes"}]}]},{"type":"element","tagName":"li","data":{"hookArgs":[{"type":"element","tagName":"h1","properties":{"id":"non-linear-notes"},"children":[{"type":"text","value":"Non-linear notes"}]}]},"properties":{"className":"toc-item toc-item-h1"},"children":[{"type":"element","tagName":"a","properties":{"className":"toc-link toc-link-h1","href":"/2021-05-07-09-22-06#non-linear-notes"},"children":[{"type":"text","value":"Non-linear notes"}]}]}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"In note-taking, we don't conciously categorize our notes.\n"}]},{"type":"element","tagName":"h1","properties":{"id":"linear-notes"},"children":[{"type":"text","value":"Linear notes"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"The \"traditional\" method for personal note-taking.\nThe notes formed with linear notes tend to be tree-like thus it is useful for ordered information.\n"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Useful for initial learning where you want a roadmap of the lesson.\nIt is helpful for memorizing as "},{"type":"element","tagName":"a","properties":{"href":"/2021-05-14-11-48-20"},"children":[{"type":"text","value":"Understanding comes first from memory"}]},{"type":"text","value":".\nIn the end, we might have more linear notes as "},{"type":"element","tagName":"a","properties":{"href":"/2021-05-17-08-47-37"},"children":[{"type":"text","value":"We know more compared to what we understood"}]},{"type":"text","value":".\n"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Linear notes also tend to create hierarchy over time.\nWhile nice to have, it can also limit the information you can put in each note.\nTools like "},{"type":"element","tagName":"a","properties":{"href":"https://www.dendron.so/"},"children":[{"type":"text","value":"Dendron"}]},{"type":"text","value":" help with hierarchical notes.\n"}]},{"type":"element","tagName":"h1","properties":{"id":"non-linear-notes"},"children":[{"type":"text","value":"Non-linear notes"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"While linear notes are great with ordered learning, it is not great with linking the notes.\nThe solution: free the hierarchy.\n"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Non-linear notes free you the worrying where to put the note by removing the structure.\nThis allows to freely make notes and extend in any direction.\nHowever, this makes it difficult if you have no idea how to get started.\nOtherwise, it can take advantage that "},{"type":"element","tagName":"a","properties":{"href":"/2021-05-08-23-12-29"},"children":[{"type":"text","value":"We are more associative than structured"}]},{"type":"text","value":".\n"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"One of the notable features of non-linear notes is the freedom to link different topics.\nThis is where non-linear notes like the ones found in "},{"type":"element","tagName":"a","properties":{"href":"/2021-04-22-14-00-50"},"children":[{"type":"text","value":"Zettelkasten"}]},{"type":"text","value":" or "},{"type":"element","tagName":"a","properties":{"href":"/2020-05-09-12-48-23"},"children":[{"type":"text","value":"Roam Research"}]},{"type":"text","value":" tend to shine because of freedom from hierarchy.\n"}]}]},"backlinks":[{"path":"/2020-04-15-14-35-55","title":"Note-taking"},{"path":"/2020-06-04-21-32-23","title":"Digital gardens"},{"path":"/2021-04-22-14-00-50","title":"Zettelkasten"}]},"__N_SSG":true},"page":"/[[...slug]]","query":{"slug":["2021-05-07-09-22-06"]},"buildId":"Ie9t5zutrXP6Of75Cb5xF","assetPrefix":"/wiki","nextExport":false,"isFallback":false,"gsp":true}</script><script nomodule="" src="/wiki/_next/static/chunks/polyfills-99d808df29361cf7ffb1.js"></script><script src="/wiki/_next/static/chunks/main-ae4733327bd95c4ac325.js" async=""></script><script src="/wiki/_next/static/chunks/webpack-50bee04d1dc61f8adf5b.js" async=""></script><script src="/wiki/_next/static/chunks/framework.9d524150d48315f49e80.js" async=""></script><script src="/wiki/_next/static/chunks/commons.0e1c3f9aa780c2dfe9f0.js" async=""></script><script src="/wiki/_next/static/chunks/pages/_app-8e3d0c58a60ec788aa69.js" async=""></script><script src="/wiki/_next/static/chunks/940643274e605e7596ecea1f2ff8d83317a3fb76.4841a16762f602a59f00.js" async=""></script><script src="/wiki/_next/static/chunks/pages/%5B%5B...slug%5D%5D-1aa198f87ede1cd0e1dc.js" async=""></script><script src="/wiki/_next/static/Ie9t5zutrXP6Of75Cb5xF/_buildManifest.js" async=""></script><script src="/wiki/_next/static/Ie9t5zutrXP6Of75Cb5xF/_ssgManifest.js" async=""></script></body></html> |