Welcome to my Knowledge Graph Repository! This repository contains categorised knowledge and notes on various topics. To view and explore the contents, you will need to download and install Obsidian, a personal knowledge base and note-taking software that operates on Markdown files.
To install Obsidian, please follow the instructions provided on the official Obsidian website:
The knowledge in this repository is categorised into the following sessions:
- Business IT
- Business
- IT
- Odoo
- Science
- Notes (My Notes)
Each session contains relevant notes, articles, and resources related to the respective topic.
To explore the knowledge in this repository, follow these steps:
- Clone or download this repository to your local machine.
- Install and open Obsidian.
- Open the cloned/downloaded repository folder in Obsidian.
- Navigate to the desired session folder to access the Markdown files containing the knowledge and notes.
Feel free to explore, learn, and contribute to the knowledge graph. Enjoy!
==================================================================================================================
Thanks for visiting The Markdown Guide! This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the reference guides for basic syntax and extended syntax.
These are the elements outlined in John Gruber
’s original design document. All Markdown applications support these elements.
bold text
italicized text
blockquote
- First item
- Second item
- Third item
- First item
- Second item
- Third item
These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
The world is flat.
- Write the press release
- Update the website
- Contact the media
(See also Copying and Pasting Emoji)
I need to highlight these ==very important words==. This is an %%inline%% comment. %% This is a block comment. Block comments can span multiple lines. %%
This is a simple footnote1.
Website <iframe src="https://obsidian.md/"></iframe>
Footnotes
-
This is the referenced text. [^2]: Add 2 spaces at the start of each new line. This lets you write footnotes that span multiple lines. [^note]: Named footnotes still appears as numbers, but can make it easier to identify and link references. ↩