How To Write Good Notes Using Obsidian
Using Obsidian will hugely improve your thinking in unexpected ways, I'll tell you how it improves mine.
Hugely community with the best resources
Obsidian has a hugely community, in fact, this is the best notes editor, simple, readable, practical
You write and think at the same time
After that, comes the easiest part of everything.

Do you like to write notes? Do you like to write notes that are easy to read and understand? Do you like to write notes that are easy to find and organize? If you answered yes to any of these questions, then Obsidian is the perfect tool for you.
if phone == "+504 9234-2344":
print("code")
This is the best part of the code
const NOTES_DIR = path.join(process.cwd(), 'public/Notes');
function readingTime(content: string): string {
const words = content.trim().split(/\s+/).length
const minutes = Math.max(1, Math.round(words / 200))
return `${minutes} min read`
}
export function getReadingTime(content: string): string {
return readingTime(content)
}
Look at that, is huge.
Math support
You can also write math using LaTeX syntax. Inline math like works, and display math too:
Dicho eso, puedes hacer algo diferente, puedes hacer algo que te ayude a pensar mejor, puedes hacer algo que te ayude a organizar tus ideas, puedes hacer algo que te ayude a recordar lo que has aprendido.