From 6533fe4f894d8027571dd4078e8aebc6a0762b28 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Mon, 20 Mar 2023 10:07:17 -0400 Subject: [PATCH] add organizers tip (first real tip) and remove placeholder tip used during site initial development and creation --- content/tips/_placeholder.md | 38 ------------ content/tips/organizers.md | 112 +++++++++++++++++++++++++++++++++++ 2 files changed, 112 insertions(+), 38 deletions(-) delete mode 100644 content/tips/_placeholder.md create mode 100644 content/tips/organizers.md diff --git a/content/tips/_placeholder.md b/content/tips/_placeholder.md deleted file mode 100644 index 1166811..0000000 --- a/content/tips/_placeholder.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: Placeholder Tip -author: KemoNine -publishDate: 2023-03-19 -lastMod: 2023-03-19 -toc: true -draft: false -categories: - - tips -tags: - - faq - - example ---- - -## Changelog -{{< changelog >}} -{{< back_to_top >}} -{{< change 2023-03-19 "Initial creation" >}} -{{< /changelog >}} -{{< end_section >}} - -## Intro - -This is a placeholder tip to prevent errors. More content will slowly be posted over time. - -{{< end_section >}} - -## Section 1 - -This is where some useful content would go - -{{< end_section >}} - -## Conclusion - -In summary... - -{{< end_section >}} diff --git a/content/tips/organizers.md b/content/tips/organizers.md new file mode 100644 index 0000000..1fb8815 --- /dev/null +++ b/content/tips/organizers.md @@ -0,0 +1,112 @@ +--- +title: Organizers +author: KemoNine +publishDate: 2023-03-20 +lastMod: 2023-03-20 +toc: true +draft: false +categories: + - tips + - organizer +tags: + - bujo + - gtd + - mind-map + - zettelkasten + - org-mode + - obsidian +--- + +## Changelog +{{< back_to_top >}} + +{{< changelog >}} +{{< change 1900-12-30 "Initial creation" >}} +{{< /changelog >}} + +{{< end_section >}} + +## Important +{{< back_to_top >}} + +There is no "one true way" to organize. There are many systems and each has pros and cons based on individual needs. + +Please keep this in mind as you review organizational systems. Use what works for *you*. + +{{< end_section >}} + +## Common Options +{{< back_to_top >}} + +### [Bullet Journal (BuJo)](https://bulletjournal.com/) + +- An analog setup that's very adaptable +- Very flexible or rigid based on how much of the standard system you use +- Can be overhwelming as there is a lot of published info and ideas on the internet +- Best results seen when a loose structure is preferred + +{{< back_to_top >}} + +### [Getting Things Done (GTD)](https://gettingthingsdone.com/) + +- Highly structured and rigid +- Difficult to adapt +- Easy to start using but can quickly overhwelm due to the rigid and structured workflow +- Best results seen when a rigid structure and workflow are preferred + +{{< back_to_top >}} + +### [Mind Mapping](https://en.wikipedia.org/wiki/Mind_map) + +- Completely open ended and flexible +- Easy to adapt +- Can be difficult to find content if notusing search or rigorous tags and links +- Best results seen when a very loose web of loose notes is preferred + +{{< back_to_top >}} + +### [org-mode](https://orgmode.org/) + +- A style of bullet journal with some pre-made workflows that can be used if desired +- This is a digital text form of bullet journal +- org-mode is considered one of the most powerful and flexible options for building a digital bullet journal +- Info on the main org-mode website can be dense and confusing. The internet online is also very easily overhwelming +- Best results seen when a digital form of bullet journal is preferred and there is a willingness to work through org-mode's learning curve + +{{< back_to_top >}} + +### [zettelkasten](https://zettelkasten.de/) + +- A style of mind map with general guidelines for maximizing the utility of a mind map +- This is a digital text form of mind map +- This site is designed with the Zettelkasten methods in mind +- Info on the main Zettelkasten website can be dense and overwhelming +- Best results seen when a semi-structured and textual mind map is preferred + +{{< back_to_top >}} + +### [Obsidian](https://obsidian.md/) + +- A gui mind mapping application that's cross platform +- Regarded as one of the best graphical mind mappers available +- The internet regularly tells folks to start with Obsidian (if possible) as a staring point for mind mapping +- Best results seen when a semi-structured and graphical mind map is preferred + +{{< end_section >}} + +## External Resources +{{< back_to_top >}} + +### KemoNine + +KemoNine has written extensively on digital organizers. A number of relevant posts from their blog are linked below. + +- [Organizers (Universally Stink)](https://blog.kemonine.info/blog/2021-04-07-organizers-univesally-stink/) +- [Analog Every Day Carries](https://blog.kemonine.info/blog/2018-04-01-analog-every-day-carries/) +- [A riff on Bullet Journals](https://blog.kemonine.info/blog/2018-04-02-a-riff-on-bullet-journals/) +- [Anti Bad Habit Notebook](https://blog.kemonine.info/blog/2018-03-29-anti-bad-habit-notebook/) +- [Personal Knowledge Base / Wiki](https://blog.kemonine.info/blog/2022-10-27-personal-knowledge-base-wiki/) +- [Digital Bullet Journal](https://blog.kemonine.info/blog/2022-11-03-digital-bullet-journal/) +- [Android org-agenda](https://blog.kemonine.info/blog/2023-02-17-android-org-agenda/) + +{{< back_to_top >}}