README.md
Obsidian Notes Repository
Welcome to my Obsidian Notes repository! This is a collection of my personal notes, ideas, and research organized using Obsidian, a powerful knowledge base that works on top of a local folder of plain text Markdown files.
Table of Contents
Introduction
This repository contains my personal notes, thoughts, and research organized in a way that is easy to navigate and extend. I use Obsidian to manage and visualize my notes, which allows for easy linking between topics and ideas.
Installation
To get started with this repository, you'll need to have Obsidian installed on your machine. You can download Obsidian from the official website.
Once Obsidian is installed, you can clone this repository to your local machine:
git clone https://github.com/0x7ffed9b08230/notes
Then, open Obsidian and choose "Open folder as vault" to select the cloned repository folder.
Usage
Here are some tips on how to use this repository with Obsidian:
- Creating Notes: You can create new notes by clicking the "New Note" button in Obsidian or by using the
Ctrl+N
(orCmd+N
on Mac) shortcut. - Linking Notes: To link to another note, use double square brackets. For example,
[[Note Title]]
. - Tagging: Use hashtags to tag your notes. For example,
#tag
. - Search: Use the search bar to find notes quickly.
- Backlinks: View all notes linking to the current note using the backlinks panel.
Folder Structure
Here's an overview of the folder structure in this repository:
obsidian-notes-repo/
│
├── Daily Notes/ # Daily journal entries and notes
├── Projects/ # Project-specific notes and research
├── Topics/ # Notes organized by topic
└── Attachments/ # Images and other attachments
Feel free to organize the folders and notes in a way that best suits your workflow.
License
This repository is licensed under the MIT License. See the LICENSE file for more information.