2024-10-16 18:16:25 +01:00
|
|
|
# Eòlas
|
2024-02-17 16:58:09 +00:00
|
|
|
|
2024-02-27 20:54:18 +00:00
|
|
|
<img src='./img/knowledge_graph.png' width=400 align='center' /><br/>
|
|
|
|
|
2024-02-17 16:58:09 +00:00
|
|
|
> Eólas is Irish for knowledge or information, especially knowledge gained by
|
|
|
|
> experience or practice
|
|
|
|
|
2024-02-17 17:56:14 +00:00
|
|
|
This repository is my technical knowledge management system or "second-brain".
|
|
|
|
It comprises notes from my autodidactic study of software engineering and
|
|
|
|
computer science.
|
|
|
|
|
|
|
|
## Implementation
|
2024-02-17 16:58:09 +00:00
|
|
|
|
2024-02-26 19:58:39 +00:00
|
|
|
It is a [Zettelkasten](https://en.wikipedia.org/wiki/Zettelkasten) work in
|
|
|
|
progress. I've recently converted the topic-based subdirectories into a single
|
|
|
|
flat directory structure organised by tags. I'm in the process of partitioning
|
2024-06-16 18:45:04 +01:00
|
|
|
longer notes into smaller units.
|
2024-02-17 16:58:09 +00:00
|
|
|
|
|
|
|
I use the [zk](https://github.com/zk-org/zk) CLI package to help with indexing
|
|
|
|
and task automation alongside its [zk-nvim](https://github.com/zk-org/zk-nvim)
|
2024-02-17 17:56:14 +00:00
|
|
|
Neovim wrapper. I occassionally utilise [Obsidian](https://obsidian.md/)
|
|
|
|
alongside Neovim for when I want to view my notes as a knowledge graph or read
|
|
|
|
them alongside their rich content (images, videos etc).
|
|
|
|
|
|
|
|
## Scripts
|
|
|
|
|
|
|
|
The [scripts](/scripts) directory contains several Bash and Python scripts I use
|
|
|
|
for general housekeeping, such as formatting image URLs, removing unused assets,
|
2024-02-26 19:58:39 +00:00
|
|
|
and autosaving.
|