<< 2021-08-19 | 2021-08-21 >>
Friday, August 2021β
title: Daily Quote
<center>
> Persistence is very important. You should not give up unless you are forced to give up.
> — <cite>Elon Musk</cite>
</center>
Scratchpad πβ
Obsidian Notesβ
-
[[YAML]] Frontmatter in Obsidian supports
tags
,aliases
, andcssclass
by default. -
Notes can have multiple aliases, i.e.:
---
aliases: [Alias1, Alias2]
---
-
Use aliases to link to original page with difference terms
-
Change/alter obsidian publish styling with the
publish.css
file located in root level directory of vault.- Can copy current used theme's CSS file from
<VAULT>/.obsidian/themes/<CURRENT_THEME>/
as a starting point.
- Can copy current used theme's CSS file from
-
Link to blocks in notes via
[[filename^]]
and utilize[[^^
to search for blocks across all files.- Example block link: [[README#^7beeef]]
Discoveries πβ
- Discovered John Duffney's GitHub Profile. Some notable repos are:
- Duffney/PowerShell: A PowerShell Repository for all the miscellaneous scripts I'm working on. Enjoy! (github.com)
- Duffney/chocolatey: Ansible role for installing Chocolatey (github.com)
- Duffney/ansible-azure-samples: Sample Ansible playbooks for deploying and managing Azure resources. (github.com)
- Duffney/duffney.io (github.com)
- Duffney/manage-azure-with-ansible-20-mins: Presentation code samples for Manage Azure with Ansible in 20 minutes talk. (github.com)
- Duffney/terraform-in20hours: Learning Terraform in 20 Hours (github.com)
- Duffney/becomeansible: Start as a beginner, leave production ready. Begin with running ad-hoc Ansible commands and end deploying Ansible with GitHub Actions.
Tasks βοΈβ
-
[ ] Process and purge email inboxes to inbox zero. For each email decide what to do based on what it is:
- Delete
- Unsubscribe and then delete
- Archive
- Forward to Todoist and Archive
- Stash in email reference folder and Archive
-
[ ] Start a fresh new Obsidian Vault with the following setups:
- Default configuration files in
.obsidian
pulled from my .obsidian Github repo (should I use git submodules here?) - Setup to sync with git/github hosted repository (private)
- Setup with Obsidian Sync
- Setup with Obsidian Publish
- Notes:
- Merge all current obsidian vaults into a single directory and use Duplicates Cleaner Pro to detect and remove duplicate notes across vaults
- Scan note/file names and titles for notes that spark interest
- Do not over engineer at first
- Default configuration files in
-
[ ] Process and Purge Todoist
- [ ] Weekly Review and Preview
- [ ] Google Calendar Review
- [ ] Financial Review
Ideas π‘β
-
Links: [[3-Resources/Daily-Notes/README]]
Sources: