Obsidian is a knowledge base and note-taking software application that operates on Markdown files. It allows users to make internal links for notes and then to visualize the connections as a graph. It is designed to help users organize and structure their thoughts and knowledge in a flexible, non-linear way. Obsidian is popular among writers, researchers, academics, and other professionals who need a flexible and powerful note-taking tool. Website: https://obsidian.md/
Remove the time spent by the user to tag and create connections manually between each notes.
- loop through each notes (Obsidian stores notes as markdown files, on the local hard drive)
- extract top 20 keywords from each note using the Rake NLTK algorithm
- backup the original note in another folder
- add the keywords as hashtags on top of the note
Example of linked notes in a graph view in Obsidian. This script creates the link automatically based on the note's content