-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an example for Johnny.Decimal #10
Comments
roboyoshi
changed the title
Implement an example for Johnny.Decimal
Add an example for Johnny.Decimal
Aug 16, 2019
thanks to @stefanzweifel , I have a starting point for a "living" example from his website, copy&pasted for preserving it here:
|
Why make a Johnny.Decimal system for the |
With how J.D is supposed to be implimented, this would be the structure used from the example above. .
├── 10-19 Financials
│ ├── 11 Banking
│ ├── 12 Credit Cards
│ ├── 13 Investments
│ ├── 14 Donations
│ ├── 15 Taxes
│ ├── 16 Bills
│ ├── 17 Receipts
│ └── 18 Purchases
├── 20-29 Documents (Personal)
│ ├── 21 Homes
│ ├── 22 Insurances
│ ├── 23 Contracts
│ ├── 24 Medical History
│ ├── 25 Vehicles
│ ├── 26 Travels
│ ├── 27 Recipes
│ ├── 28 Correspondence
│ └── 29 Personal
├── 30-39 Work and Career
│ ├── 31 Resumé
│ ├── 32 Workplace A
│ └── 33 Workplace B
└── 40-49 Personal
├── 41 Projects
└── 42 Fitness |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spec: https://johnnydecimal.com/
Must Note: This is not recommended for teams.
TODO:
Attachments:
The text was updated successfully, but these errors were encountered: