mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
Update gitignore
This commit is contained in:
parent
c98f29bb0c
commit
5e2e42fd5b
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@ resources
|
|||||||
.idea
|
.idea
|
||||||
content/203-mobile-app
|
content/203-mobile-app
|
||||||
content/.obsidian
|
content/.obsidian
|
||||||
|
content/private
|
||||||
.obsidian
|
.obsidian
|
||||||
assets/indices/linkIndex.json
|
assets/indices/linkIndex.json
|
||||||
assets/indices/contentIndex.json
|
assets/indices/contentIndex.json
|
||||||
|
|||||||
@ -1,19 +1,37 @@
|
|||||||
[2022-06-09](daily_notes/2022-06-09) << [daily-notes](notes/daily-notes.md) >> [2022-06-11](daily_notes/2022-06-11)
|
[<% tp.date.yesterday("YYYY-MM-DD") %>](daily_notes/<% tp.date.yesterday("YYYY-MM-DD") %>) << [daily-notes](notes/daily-notes.md) >> [<% tp.date.tomorrow("YYYY-MM-DD") %>](daily_notes/<% tp.date.tomorrow("YYYY-MM-DD") %>)
|
||||||
|
|
||||||
---
|
---
|
||||||
# 10-06-22
|
# <% tp.date.now("DD-MM-YY") %>
|
||||||
[American Pie - Don McLean](spotify:album:10jsW2NYd9blCrDITMh2zS)
|
<% tp.user.album() %>
|
||||||

|
<% tp.user.xkdc() %>
|
||||||

|
|
||||||
|
|
||||||
AAPL : 142.67
|
<% tp.user.stocks({a:"AAPL"}) %>
|
||||||
SP500 : 4017.82
|
<% tp.user.yahoo({a:"SP500"}) %>
|
||||||
TSLA : 719.12
|
<% tp.user.yahoo({a:"TSLA"}) %>
|
||||||
|
|
||||||
## Today
|
## Today
|
||||||
- [ ] 09:00 Cosc202 Lab
|
<%*
|
||||||
- [ ] 11:00 Cosc201 Lecture
|
const d = new Date().getDay()
|
||||||
- [ ] 12:00 Info201 Lab
|
switch(d){
|
||||||
|
case 1:
|
||||||
|
tR+="- [ ] 11:00 Cosc202 Lecture\n- [ ] 12:00 Cosc201 lab"
|
||||||
|
break;
|
||||||
|
case 2:
|
||||||
|
tR+="- [ ] 10:00 Info203 Lecture\n- [ ] 11:00 Cosc201 Lecture\n- [ ] 13:00 Info201 Lecture\n- [ ] 14:00 Cosc202 Lab"
|
||||||
|
break;
|
||||||
|
case 3:
|
||||||
|
tR+="- [ ] 10:00 Info203 Lecture\n- [ ] 16:00 Cosc201 Tutorial"
|
||||||
|
break;
|
||||||
|
case 4:
|
||||||
|
tR+="- [ ] 11:00 Cosc202 Lecture\n- [ ] 12:00 Cosc201 Lab\n- [ ] 12:00 Info203 Tutorial\n- [ ] 16:00 Info201 Lecture"
|
||||||
|
break;
|
||||||
|
case 5:
|
||||||
|
tR+="- [ ] 09:00 Cosc202 Lab\n- [ ] 11:00 Cosc201 Lecture\n- [ ] 12:00 Info201 Lab"
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
%>
|
||||||
|
|
||||||
# Review
|
# Review
|
||||||
```dataview
|
```dataview
|
||||||
@ -32,5 +50,3 @@ list from #lecture where sr-due = date(today)
|
|||||||
- [i201 Assignments](https://isgb.otago.ac.nz/info201/shared/assignments_release/raw/master/output/info201_assignments.html)
|
- [i201 Assignments](https://isgb.otago.ac.nz/info201/shared/assignments_release/raw/master/output/info201_assignments.html)
|
||||||
|
|
||||||
## Today's Log
|
## Today's Log
|
||||||
{{time}} boi
|
|
||||||
{{time}} time
|
|
||||||
Loading…
Reference in New Issue
Block a user