CLI tool for parsing and analysing Markdown notes knowledge base. C++ toy project
Go to file
Andy Pack 002df3866a
Some checks failed
ci / build (push) Failing after 3s
adding gitea actions
2024-07-19 21:04:28 +01:00
.gitea/workflows adding gitea actions 2024-07-19 21:04:28 +01:00
.github/workflows adding img and opencv 2023-06-17 13:11:42 +01:00
.jenkins adding jenkinsfile 2024-01-25 22:55:02 +00:00
.vscode adding img and opencv 2023-06-17 13:11:42 +01:00
src ide suggestions 2024-01-27 07:16:39 +00:00
.gitattributes initial commit 2023-06-08 17:57:19 +01:00
.gitignore initial commit 2023-06-08 17:57:19 +01:00
cbuild initial commit 2023-06-08 17:57:19 +01:00
CMakeLists.txt rebumping cmake version 2024-01-25 23:09:25 +00:00
README.md updating readme 2024-02-09 18:53:35 +00:00

KnowledgeCrawler

Playing with a C++ project for crawling through markdown notes. I am a big user of Obsidian and, although there is a big Javascript plugin ecosystem, I wanted to explore file processing with C++.

The goal would be to act as a utility for my Obsidian knowledge-base. Currently it can validate intra-note links are valid. However, I have plans to include other features such as:

  • Image processing the co-located images
  • Sentiment analysis/natural language processing on the note text

All of this could be done ad-hoc as a CLI tool but also in the background by polling the Git repo where the notes are kept and then committing changes back.