# This is the documentation of the revision of notes.krisyotam.com's note taking sysetem via lit/slipbox [ ] The first step is simplification of the litbox repo by collapsing its structure into a flat directory and redirecting organization to the front matter for a grep based workflow so the repo will just be: [ ] slipbox [ ] notes [ ] a-example-note.md [ ] sci.bib <--- symlinked locally, src/notes.krisyotam.com should clone this to the public directory same with src/krisyotam.com so both can serve it krisyotam.com viewable plaintext and notes.krisyotam.com is already setup to serve its old internal .bib file its just getting replaced by this, the sci.bib is in sci/sci.bib sci is in the home directory [ ] README.md <--- collapse the process.md into this as well # Templates aka. Types of Notes ================================ --- title: slug: created: modified: backlinks: linkedNotes: [] tags: [] format: evergreen --- --- title: "Author, I. (YYYY). This Is a Research Paper: Continued title as subtitle slug: "zuathtoaOEN" <--- randomly generated string created: modified: backlinks: linkedNotes: ["kfaksdydYEHand", "kalKHekfnzl", "kakfaKAJKs"] <-- array of linked notes tags: [] format: paper --- --- title: "First Last" slug: "lakjdJDKFkl" created: modified: backlinks: # linkedNotes: [] tags: format: person --- --- name: "This is a qeustion?" slug: "lakdJFKls" created: modified: backlinks: # linkedNotes: [] tags: format: question --- --- title: "YYYY-MM-DD Patreon Letter - title of the letter" slug: "dklfajdksljFKJKdl" created: modified: backlinks: # linkedNotes: ["fjkaldjkKJFklsad"] tags: [] format: letter --- --- title: "EXAMPLE 101A - Lecture # - Noun" slug: "akldjKFJDLk" created: modified: backlinks: linkedNotes : format: lecture ---