VAULTioneyed

Knowledge Template

Obsidian Knowledge Management system inspired by Johnny Decimal and various other works online

Introduction

This vault is a universal vault for Personal knowledge management. Each area is describe below with what it is used for and how it is differentiated from each other.

CategoryIndexPurposeExamples
Inbox00.Incoming and uncategorized thought streams or recurring uncategorized notesTODO List, wild tangent thoughts, scratchpad, ideations
Career01.Career related documents and subcategories for employer related documentsResume, Offer Letters, Insurance, Contracts, etc
Personal02.Personal related documentsPlanning, house projects, education, finances, chore lists, estate management
Relationships03.Details on relationships such as likes, dislikes, topics, etcFriends, Mentors, Neighbors, Acquaintances, family, service providers, stores
Projects04.Projects that are past the ideation phase
Content05.Content related worksBooks, world building, blog posts, etc
Meta99.System related files for current knowledge management toolObsidian templates, plugins, etc

Under the [[#Index]] section you will find a Table of Contents that is autogenerated from reading the obsidian indexed file structure.

Plugins

// Dataview JS is required bare-minimum

const requiredPlugins = [
"dataview",
"templater-obsidian"
]

const plugins = this.app.plugins.plugins
const installed = Object.keys(plugins)

if(installed.length>0){
	dv.header(3, "Installed")
	dv.list(installed)
}
const missing = requiredPlugins.filter(p=>!installed.includes(p))
if(missing.length>0){
	dv.header(3, "Missing Required Plugins")
	dv.list(missing)
}

Related

How to Install

  1. Download the ZIP or clone the repository
  2. Open the folder as a vault in Obsidian (File → Open Vault)
  3. Obsidian will prompt you to install required plugins

Stats

Stars

1

Forks

0

Last updated 27mo ago

Categories

Tags

johnny-decimalknowledge-management