cssclass | createdAt | modifiedAt | aliases | linter-yaml-title-alias | |
---|---|---|---|---|---|
dashboard |
202301040002 |
202301061515 |
|
Work-Life |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"profile": { | |
"content_settings": { | |
"exceptions": { | |
"javascript": { | |
"https://www.google.com.br,*": { | |
"setting": 2 | |
}, | |
}, | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tracker plugin: https://github.com/pyrochlore/obsidian-tracker | |
## Gym, Study and BuJo | |
``` tracker | |
searchType: frontmatter | |
searchTarget: gym, study, bujo | |
folder: Daily | |
datasetName: Gym, Study, Bujo | |
startDate: 2023-01-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Updated 2022-02-28 */ | |
.dashboard { | |
padding-left: 25px !important; | |
padding-right: 25px !important; | |
padding-top: 20px !important; | |
width: 100%; | |
} | |
.dashboard .markdown-preview-section { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Updated 2022-02-28 */ | |
.dashboard { | |
padding-left: 25px !important; | |
padding-right: 25px !important; | |
padding-top: 20px !important; | |
width: 100%; | |
grid-template-columns: 25% 25% 25% 25%; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
cssclass: dashboard | |
createdAt: 202301040002 | |
modifiedAt: 202301061515 | |
aliases: [Work-Life] | |
linter-yaml-title-alias: Work-Life | |
--- | |
# Work-Life |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
cssclass: dashboard | |
createdAt: 202301040002 | |
modifiedAt: 202301061515 | |
aliases: [Work-Life] | |
linter-yaml-title-alias: Work-Life | |
--- | |
# Work-Life |
Here's a little CSS snippet to create a simple header to link yesterday, tomorrow, and T-1Y notes to the daily note. If you don't know what I'm talking about, you can check the @TfTHacker repo where they create a customized dashboard or @FromSergio youtube video explaining how to activate CSS customization.
Here are the steps:
- Copy the CSS code from the first comment below and create a new file in the
./obsidian/snippets
folder. The name of the file will be the name of the snippet; - In the Obsidian app, open
Settings -> Appearance -> CSS Snippets
and toggle the previously created snippet; - Create a draft markdown file and paste the markdown from the second comment;
- Change the internal notes link if you want
- Change to Reading View en voilá!
OlderNewer