Blog 01-09-22
1 Obsidian.md
Comprehensive Markdown Crash Course - Fundementals, Extensions, & Obsidian.md
Download Obsidian at obsidian.md)
1.1 Example Worklows in Obsidian
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
1.2 Obsidian Forum and other resources
sitepoint.com/obsidian-beginner-guide/
1.3 Help Section
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.
1.4 Front matter
Tags: https://help.obsidian.md/How+to/Working+with+tags
Example:
|
|
Alias: https://help.obsidian.md/How+to/Add+aliases+to+note
1.5 Daily Notes
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
1.6 Sample Projects
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.
1.7 Templates Plugin
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:
|
|
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.
1.8 Undo changes
https://forum.obsidian.md/t/unable-to-undo-text-edits/13817
Press Ctrl + Z
on Windows and Cmd + Z on Mac.
1.9 Internal link
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