Blog 01-09-22

Comprehensive Markdown Crash Course - Fundementals, Extensions, & Obsidian.md

Download Obsidian at  obsidian.md)

One of the strengths of Obsidian is that it can be thought of as a toolkit for building machines for thinking. But this strength can be a challenge when you are first getting started. Without an inherent structure, it can be difficult to know where to begin.

Download link at  Obsidian Forum or  Mediafire

 forum.obsidian.md

 sitepoint.com/obsidian-beginner-guide/

You can read Obsidian Help for more information. To find the Help button, check the bottom-left corner of the app, near the side bar (above the gear ).

Press Ctrl + Click the link in purple color to go to any links.

 Tags: https://help.obsidian.md/How+to/Working+with+tags

Example:

1
2
3
4
5
6
7
---
title: "reddit"
date: 2022-01-09T10:46:27+07:00
lastmod: 2022-01-09T11:20:27+07:00
authors: user
tags: ["#reddit", "#year2022"] 
---

 Alias: https://help.obsidian.md/How+to/Add+aliases+to+note

Daily Notes will create a new note that is automatically named with the current date. If it already exists, it will open that note. This is a useful way to create a daily log, todo list, or a list of links to notes that you have created on a specific day.

The date format and default folder for Daily Notes can be set in  Settings  Plugin Options, and choose Daily Notes option. The default date format is “YYYY-MM-DD” (ISO format). This format means that a list of daily notes, listed in alphabetical order, will also be in chronological order.

https://help.obsidian.md/Plugins/Daily+notes

This Github page has some vaults you can install to see the different ways that users create workflows and use tools. Depending on the vault, you may be able to see things like scripts, templates, themes, snippets, workspaces and plugins.

Here’s one sample vault named Obsidian Garden.

And another vault named Life Disciplines Project.

The date token in the curly brackets tells Obsidian to insert a date stamp using the YYYY-MM-DD format, and the double brackets link that date to the daily note for the day.

Creat a new templates.md with the format:

1
2
3
4
5
6
7
Date:  {{date:YYYY-MM-DD}}T{{time:HH:mm}}

## Heading 1

## Heading 2

## Heading 3

In Plugin Options  Templates  Template Folder Location: choose the folder that store the file templates.md.

To use the template, you first need to create a new blank note. Give your note a title, and then hit Ctrl-P to access the Command Palette. From the Command Palette, select the Template: Insert template option.

https://forum.obsidian.md/t/unable-to-undo-text-edits/13817

Press Ctrl + Z on Windows and Cmd + Z on Mac.

Link to files To create an internal link, simply type [[. This will prompt you with the list of notes you can link to. Use Up arrow and Down arrow to navigate the suggestion list and Enter to select the current highlighted link.

Link to headings You can also link to specific headers in files. Start typing a link like you would normally. When the note you want is highlighted, press # instead of Enter and you’ll see a list of headings in that file. Continue typing or navigate with arrow keys as before, press #again at each subheading you want to add, and Enter to complete the link.

https://help.obsidian.md/How+to/Internal+link


https://raindrop.io


https://getdrafts.com