For some reason the porn site will not let me upload PDFs.Â
So here is written version notes:Â
Calendar, Properties, & Folders
Link to Calender Pluggin:Â
obsidian://show-plugin?id=calendar
Click on link, which will bring you to settings, enable the pluggin, expand the right panel, pull it open further, you can drag calendar pluggin to wherever you want (I put mine the left side bar)
Click on the day on the calendar to add daily noteÂ
## PropertiesÂ
Contol Panel: Control PÂ
Add File Properties
Can change property type, type xxx, and then pick from , tags, checkbox, ect
Settings, community pluggins, browse for templater and enable
obsidian://show-plugin?id=templater-obsidian
Create temp folder, put in new note, control p add file properties, go into settings go to Templar, add folder location as temo folder , enable trigger templar on new file creation, scroll down to folder templates, add folder name that you want with properties & the template you just made (I did / and it adds to all calendar notes)
Auto Add :Â
https://silentvoid13.github.io/Templater/introduction.html
Take thisÂ
<% tp.file.title %>Â
Got to source mode right panel and copy and paste <% tp.file.title %> next to
Auto adds now from calender daily click notes
Can make different properties for different folders by adding new note and repatingÂ
Create folder for daily notes that connects to calendar and templateÂ
go settings, connect to daily notes folder, & template file locationÂ
Use this link to Set Up:Â
https://www.youtube.com/watch?app=desktop&v=zvI_XS-l4ko
Check out Periodic Notes?? #setup #improve
https://medium.com/obsidian-observer/how-i-connect-obsidian-daily-notes-to-my-calendar-task-list-and-digital-journal-54e21139f745#:~:text=To%20link%20as%20specifically%20as,need%20to%20change%202%20settings.
##DailyÂ
Textformat
https://rossgriffin.com/wp-content/uploads/2022/07/Obsidian-Cheat-Sheet.pdf
https://publish-01.obsidian.md/access/09cfa50ec31c0f01873549787f02a7e0/assets/Markdown%20Cheat%20Sheet.pdf
Markdown basics Headers:Â
use ‘# ’ (pound space) •Â
Level 1 header: # •Â
Level 2 header: ## • … • Level 6 header: ######Â
Tags are words with a ‘#’ in front, with no space between the ‘#’ and the word: #wordÂ
To make text bold, surround it with ‘**’s:Â
This **word** is important. → This word is important.Â
To make text italic, surround it with ‘_’s or ‘*s’.Â
This is_ kind of *important*. → This is kind of important.Â
Bullet lists: use ‘- ‘ (notice the space after the dash). - one - twoÂ
Use numbers (1.) instead for numbered lists.Â
A checklist is with ‘- [ ]’ (dash space [ space ]).
Linking To create a link to a webpage: [text for the link](https://example.com/) To link to a page in your vault (create a local link): [[Resources/some page]] To link to a header in your vault (another local link): [[Resources/some page#Header]] To change the text for a local link: use the | character: [[Resources/some page|this will show up instead]]
To Link, you do with no spaces in between [ [ xx ] ]