Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chocoonestrogen/notes
My notes for life
https://github.com/chocoonestrogen/notes
notes noteshare obsidian obsidian-md obsidian-vault
Last synced: 8 days ago
JSON representation
My notes for life
- Host: GitHub
- URL: https://github.com/chocoonestrogen/notes
- Owner: chocoOnEstrogen
- License: mit
- Created: 2024-06-12T01:53:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T22:52:43.000Z (6 months ago)
- Last Synced: 2024-10-30T02:18:41.961Z (about 2 months ago)
- Topics: notes, noteshare, obsidian, obsidian-md, obsidian-vault
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Obsidian Notes Repository
Welcome to my Obsidian Notes repository! This is a collection of my personal notes, ideas, and research organized using [Obsidian](https://obsidian.md), a powerful knowledge base that works on top of a local folder of plain text Markdown files.
## Table of Contents
- [Introduction](#Introduction)
- [Installation](#Installation)
- [Usage](#Usage)
- [Folder Structure](#Folder-Structure)
- [License](#License)
- [My Plugins and Themes](#My-Plugins-and-Themes)### 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](https://obsidian.md).
Once Obsidian is installed, you can clone this repository to your local machine:
```sh
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` (or `Cmd+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:
```bash
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](./LICENSE) file for more information.
### My Plugins and Themes
#### Themes
[Typewriter](https://github.com/crashmoney/obsidian-typewriter)
#### Plugins
[Quick Latex Obsidian](https://github.com/joeyuping/quick_latex_obsidian)
[Obsidian Git](https://github.com/denolehov/obsidian-git)
[Highlightr](https://github.com/chetachiezikeuzor)