mirror of
https://github.com/dnlbauer/obsidian-dataview-autocompletion.git
synced 2026-09-11 22:55:30 +00:00
add content to test vault
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -20,3 +20,14 @@ data.json
|
|||||||
|
|
||||||
# Exclude macOS Finder (System Explorer) View States
|
# Exclude macOS Finder (System Explorer) View States
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# test vault
|
||||||
|
# Ignore .obsidian to prevent spamming git status
|
||||||
|
test-vault/.obsidian/*
|
||||||
|
# Tells obsidian what plugins are enabled
|
||||||
|
!test-vault/.obsidian/community-plugins.json
|
||||||
|
|
||||||
|
# Don't track this folder. For random things to try.
|
||||||
|
# If its import to test though, add it somewhere where other
|
||||||
|
# people can test it too.
|
||||||
|
test-vault/untracked/*
|
||||||
|
|||||||
3
test-vault/.obsidian/community-plugins.json
vendored
3
test-vault/.obsidian/community-plugins.json
vendored
@@ -1,3 +1,4 @@
|
|||||||
[
|
[
|
||||||
"dataview"
|
"dataview",
|
||||||
|
"sample-plugin"
|
||||||
]
|
]
|
||||||
11
test-vault/.obsidian/plugins/dataview-suggester/manifest.json
vendored
Normal file
11
test-vault/.obsidian/plugins/dataview-suggester/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"id": "sample-plugin",
|
||||||
|
"name": "Sample Plugin",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"minAppVersion": "0.15.0",
|
||||||
|
"description": "Demonstrates some of the capabilities of the Obsidian API.",
|
||||||
|
"author": "Obsidian",
|
||||||
|
"authorUrl": "https://obsidian.md",
|
||||||
|
"fundingUrl": "https://obsidian.md/pricing",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
8
test-vault/.obsidian/plugins/dataview-suggester/styles.css
vendored
Normal file
8
test-vault/.obsidian/plugins/dataview-suggester/styles.css
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
|
This CSS file will be included with your plugin, and
|
||||||
|
available in the app when your plugin is enabled.
|
||||||
|
|
||||||
|
If your plugin does not need CSS, delete this file.
|
||||||
|
|
||||||
|
*/
|
||||||
159
test-vault/.obsidian/workspace.json
vendored
159
test-vault/.obsidian/workspace.json
vendored
@@ -1,159 +0,0 @@
|
|||||||
{
|
|
||||||
"main": {
|
|
||||||
"id": "3c638a1068db41e7",
|
|
||||||
"type": "split",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"id": "4f2666fbdad90e86",
|
|
||||||
"type": "tabs",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"id": "6caef7570c9803a9",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "empty",
|
|
||||||
"state": {},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "New tab"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"direction": "vertical"
|
|
||||||
},
|
|
||||||
"left": {
|
|
||||||
"id": "c7f462cf013ca2d8",
|
|
||||||
"type": "split",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"id": "bd75b74a92d0426c",
|
|
||||||
"type": "tabs",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"id": "eba726256694f006",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "file-explorer",
|
|
||||||
"state": {
|
|
||||||
"sortOrder": "alphabetical"
|
|
||||||
},
|
|
||||||
"icon": "lucide-folder-closed",
|
|
||||||
"title": "Files"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "9e912e9a9af66e6e",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "search",
|
|
||||||
"state": {
|
|
||||||
"query": "",
|
|
||||||
"matchingCase": false,
|
|
||||||
"explainSearch": false,
|
|
||||||
"collapseAll": false,
|
|
||||||
"extraContext": false,
|
|
||||||
"sortOrder": "alphabetical"
|
|
||||||
},
|
|
||||||
"icon": "lucide-search",
|
|
||||||
"title": "Search"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "55d3e465d0965b6f",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "bookmarks",
|
|
||||||
"state": {},
|
|
||||||
"icon": "lucide-bookmark",
|
|
||||||
"title": "Bookmarks"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"direction": "horizontal",
|
|
||||||
"width": 300
|
|
||||||
},
|
|
||||||
"right": {
|
|
||||||
"id": "7442e7ac9bfa270f",
|
|
||||||
"type": "split",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"id": "8ba8c0f09e8f3153",
|
|
||||||
"type": "tabs",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"id": "5bd3c230ce6b83bf",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "backlink",
|
|
||||||
"state": {
|
|
||||||
"collapseAll": false,
|
|
||||||
"extraContext": false,
|
|
||||||
"sortOrder": "alphabetical",
|
|
||||||
"showSearch": false,
|
|
||||||
"searchQuery": "",
|
|
||||||
"backlinkCollapsed": false,
|
|
||||||
"unlinkedCollapsed": true
|
|
||||||
},
|
|
||||||
"icon": "links-coming-in",
|
|
||||||
"title": "Backlinks"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "567ed678277e91a3",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "outgoing-link",
|
|
||||||
"state": {
|
|
||||||
"linksCollapsed": false,
|
|
||||||
"unlinkedCollapsed": true
|
|
||||||
},
|
|
||||||
"icon": "links-going-out",
|
|
||||||
"title": "Outgoing links"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "c6fd977eb86342c4",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "tag",
|
|
||||||
"state": {
|
|
||||||
"sortOrder": "frequency",
|
|
||||||
"useHierarchy": true
|
|
||||||
},
|
|
||||||
"icon": "lucide-tags",
|
|
||||||
"title": "Tags"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "0cae242de8dcf029",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "outline",
|
|
||||||
"state": {},
|
|
||||||
"icon": "lucide-list",
|
|
||||||
"title": "Outline"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"direction": "horizontal",
|
|
||||||
"width": 300,
|
|
||||||
"collapsed": true
|
|
||||||
},
|
|
||||||
"left-ribbon": {
|
|
||||||
"hiddenItems": {
|
|
||||||
"switcher:Open quick switcher": false,
|
|
||||||
"graph:Open graph view": false,
|
|
||||||
"canvas:Create new canvas": false,
|
|
||||||
"daily-notes:Open today's daily note": false,
|
|
||||||
"templates:Insert template": false,
|
|
||||||
"command-palette:Open command palette": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"active": "6caef7570c9803a9",
|
|
||||||
"lastOpenFiles": []
|
|
||||||
}
|
|
||||||
101
test-vault/Moods.md
Normal file
101
test-vault/Moods.md
Normal file
@@ -0,0 +1,101 @@
|
|||||||
|
[mood:: happy]
|
||||||
|
[mood:: sad]
|
||||||
|
[mood:: angry]
|
||||||
|
[mood:: anxious]
|
||||||
|
[mood:: calm]
|
||||||
|
[mood:: excited]
|
||||||
|
[mood:: nervous]
|
||||||
|
[mood:: content]
|
||||||
|
[mood:: curious]
|
||||||
|
[mood:: bored]
|
||||||
|
[mood:: hopeful]
|
||||||
|
[mood:: frustrated]
|
||||||
|
[mood:: confident]
|
||||||
|
[mood:: lonely]
|
||||||
|
[mood:: grateful]
|
||||||
|
[mood:: embarrassed]
|
||||||
|
[mood:: proud]
|
||||||
|
[mood:: scared]
|
||||||
|
[mood:: surprised]
|
||||||
|
[mood:: tired]
|
||||||
|
[mood:: confused]
|
||||||
|
[mood:: relaxed]
|
||||||
|
[mood:: jealous]
|
||||||
|
[mood:: guilty]
|
||||||
|
[mood:: nostalgic]
|
||||||
|
[mood:: optimistic]
|
||||||
|
[mood:: pessimistic]
|
||||||
|
[mood:: determined]
|
||||||
|
[mood:: playful]
|
||||||
|
[mood:: overwhelmed]
|
||||||
|
[mood:: peaceful]
|
||||||
|
[mood:: restless]
|
||||||
|
[mood:: excited]
|
||||||
|
[mood:: devastated]
|
||||||
|
[mood:: empowered]
|
||||||
|
[mood:: rejected]
|
||||||
|
[mood:: cheerful]
|
||||||
|
[mood:: irritated]
|
||||||
|
[mood:: shy]
|
||||||
|
[mood:: adventurous]
|
||||||
|
[mood:: heartbroken]
|
||||||
|
[mood:: amused]
|
||||||
|
[mood:: remorseful]
|
||||||
|
[mood:: astonished]
|
||||||
|
[mood:: enraged]
|
||||||
|
[mood:: passionate]
|
||||||
|
[mood:: disappointed]
|
||||||
|
[mood:: thrilled]
|
||||||
|
[mood:: skeptical]
|
||||||
|
[mood:: uneasy]
|
||||||
|
[mood:: loving]
|
||||||
|
[mood:: vengeful]
|
||||||
|
[mood:: hopeful]
|
||||||
|
[mood:: hurt]
|
||||||
|
[mood:: serene]
|
||||||
|
[mood:: fatigued]
|
||||||
|
[mood:: brave]
|
||||||
|
[mood:: smug]
|
||||||
|
[mood:: awkward]
|
||||||
|
[mood:: devastated]
|
||||||
|
[mood:: elated]
|
||||||
|
[mood:: indignant]
|
||||||
|
[mood:: ashamed]
|
||||||
|
[mood:: joyful]
|
||||||
|
[mood:: surprised]
|
||||||
|
[mood:: yearning]
|
||||||
|
[mood:: relieved]
|
||||||
|
[mood:: bitter]
|
||||||
|
[mood:: ecstatic]
|
||||||
|
[mood:: melancholy]
|
||||||
|
[mood:: zealous]
|
||||||
|
[mood:: gloomy]
|
||||||
|
[mood:: suspicious]
|
||||||
|
[mood:: betrayed]
|
||||||
|
[mood:: resentful]
|
||||||
|
[mood:: mischievous]
|
||||||
|
[mood:: disheartened]
|
||||||
|
[mood:: jubilant]
|
||||||
|
[mood:: mortified]
|
||||||
|
[mood:: tranquil]
|
||||||
|
[mood:: whimsical]
|
||||||
|
[mood:: horrified]
|
||||||
|
[mood:: apprehensive]
|
||||||
|
[mood:: stunned]
|
||||||
|
[mood:: eager]
|
||||||
|
[mood:: cynical]
|
||||||
|
[mood:: indifferent]
|
||||||
|
[mood:: contemplative]
|
||||||
|
[mood:: fulfilled]
|
||||||
|
[mood:: loving]
|
||||||
|
[mood:: infuriated]
|
||||||
|
[mood:: wistful]
|
||||||
|
[mood:: vindictive]
|
||||||
|
[mood:: guilty]
|
||||||
|
[mood:: hopeful]
|
||||||
|
[mood:: disillusioned]
|
||||||
|
[mood:: empathetic]
|
||||||
|
[mood:: panicked]
|
||||||
|
[mood:: resentful]
|
||||||
|
[mood:: motivated]
|
||||||
|
[mood:: disoriented]
|
||||||
11
test-vault/Test Fields.md
Normal file
11
test-vault/Test Fields.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
(test:: test)
|
||||||
|
(test::test)
|
||||||
|
(test:: test)
|
||||||
|
(test::)
|
||||||
|
[test:: test]
|
||||||
|
[test:: test]
|
||||||
|
[test:: [[Moods]]]
|
||||||
|
[test:: [[Moods|Wiki link display]]]
|
||||||
|
[test:: [example link](https://example.com)]
|
||||||
|
[test::Text with [[Moods|wiki link]] and more text]
|
||||||
|
|
||||||
8
test-vault/books/1984.md
Normal file
8
test-vault/books/1984.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: George Orwell
|
||||||
|
status: read
|
||||||
|
numPages: 328
|
||||||
|
genre: Dystopian
|
||||||
|
---
|
||||||
|
|
||||||
|
A novel about a dystopian future under a totalitarian regime.
|
||||||
8
test-vault/books/Animal_Farm.md
Normal file
8
test-vault/books/Animal_Farm.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: George Orwell
|
||||||
|
status: read
|
||||||
|
numPages: 112
|
||||||
|
genre: Political Satire
|
||||||
|
---
|
||||||
|
|
||||||
|
An allegory of the Russian Revolution.
|
||||||
8
test-vault/books/Brave_New_World.md
Normal file
8
test-vault/books/Brave_New_World.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: Aldous Huxley
|
||||||
|
status: unread
|
||||||
|
numPages: 311
|
||||||
|
genre: Dystopian
|
||||||
|
---
|
||||||
|
|
||||||
|
A future society driven by technology and control.
|
||||||
8
test-vault/books/Crime_and_Punishment.md
Normal file
8
test-vault/books/Crime_and_Punishment.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: Fyodor Dostoevsky
|
||||||
|
status: read
|
||||||
|
numPages: 430
|
||||||
|
genre: Classic
|
||||||
|
---
|
||||||
|
|
||||||
|
The psychological turmoil of a man after committing murder.
|
||||||
8
test-vault/books/Dracula.md
Normal file
8
test-vault/books/Dracula.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: Bram Stoker
|
||||||
|
status: unread
|
||||||
|
numPages: 418
|
||||||
|
genre: Horror
|
||||||
|
---
|
||||||
|
|
||||||
|
The iconic tale of the vampire Count Dracula.
|
||||||
8
test-vault/books/Fahrenheit_451.md
Normal file
8
test-vault/books/Fahrenheit_451.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: Ray Bradbury
|
||||||
|
status: read
|
||||||
|
numPages: 194
|
||||||
|
genre: Science Fiction
|
||||||
|
---
|
||||||
|
|
||||||
|
A dystopian tale about censorship and book burning.
|
||||||
8
test-vault/books/Jane_Eyre.md
Normal file
8
test-vault/books/Jane_Eyre.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: Charlotte Brontë
|
||||||
|
status: read
|
||||||
|
numPages: 500
|
||||||
|
genre: Romance
|
||||||
|
---
|
||||||
|
|
||||||
|
A young woman's journey through love and independence.
|
||||||
8
test-vault/books/Lord_of_the_Flies.md
Normal file
8
test-vault/books/Lord_of_the_Flies.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: William Golding
|
||||||
|
status: read
|
||||||
|
numPages: 224
|
||||||
|
genre: Fiction
|
||||||
|
---
|
||||||
|
|
||||||
|
A group of boys stranded on an island descend into savagery.
|
||||||
8
test-vault/books/Moby_Dick.md
Normal file
8
test-vault/books/Moby_Dick.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: Herman Melville
|
||||||
|
status: unread
|
||||||
|
numPages: 585
|
||||||
|
genre: Adventure
|
||||||
|
---
|
||||||
|
|
||||||
|
The epic tale of a sea captain's obsession with a white whale.
|
||||||
8
test-vault/books/Pride_and_Prejudice.md
Normal file
8
test-vault/books/Pride_and_Prejudice.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: Jane Austen
|
||||||
|
status: read
|
||||||
|
numPages: 279
|
||||||
|
genre: Romance
|
||||||
|
---
|
||||||
|
|
||||||
|
A classic romance novel about love and societal expectations.
|
||||||
8
test-vault/books/The_Alchemist.md
Normal file
8
test-vault/books/The_Alchemist.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: Paulo Coelho
|
||||||
|
status: read
|
||||||
|
numPages: 208
|
||||||
|
genre: Adventure
|
||||||
|
---
|
||||||
|
|
||||||
|
A shepherd's journey to find treasure and his destiny.
|
||||||
8
test-vault/books/The_Brothers_Karamazov.md
Normal file
8
test-vault/books/The_Brothers_Karamazov.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: Fyodor Dostoevsky
|
||||||
|
status: unread
|
||||||
|
numPages: 796
|
||||||
|
genre: Philosophical Fiction
|
||||||
|
---
|
||||||
|
|
||||||
|
A tale of family conflict and philosophical exploration.
|
||||||
8
test-vault/books/The_Catcher_in_the_Rye.md
Normal file
8
test-vault/books/The_Catcher_in_the_Rye.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: J.D. Salinger
|
||||||
|
status: unread
|
||||||
|
numPages: 214
|
||||||
|
genre: Fiction
|
||||||
|
---
|
||||||
|
|
||||||
|
A story about teenage alienation and angst.
|
||||||
8
test-vault/books/The_Great_Gatsby.md
Normal file
8
test-vault/books/The_Great_Gatsby.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: F. Scott Fitzgerald
|
||||||
|
status: read
|
||||||
|
numPages: 180
|
||||||
|
genre: Classic
|
||||||
|
---
|
||||||
|
|
||||||
|
A critique of the American Dream set in the Jazz Age.
|
||||||
8
test-vault/books/The_Hobbit.md
Normal file
8
test-vault/books/The_Hobbit.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: J.R.R. Tolkien
|
||||||
|
status: read
|
||||||
|
numPages: 310
|
||||||
|
genre: Fantasy
|
||||||
|
---
|
||||||
|
|
||||||
|
A hobbit's journey to win a share of treasure guarded by a dragon.
|
||||||
8
test-vault/books/The_Picture_of_Dorian_Gray.md
Normal file
8
test-vault/books/The_Picture_of_Dorian_Gray.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: Oscar Wilde
|
||||||
|
status: read
|
||||||
|
numPages: 254
|
||||||
|
genre: Philosophical Fiction
|
||||||
|
---
|
||||||
|
|
||||||
|
A young man who stays young while his portrait ages.
|
||||||
8
test-vault/books/The_Road.md
Normal file
8
test-vault/books/The_Road.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: Cormac McCarthy
|
||||||
|
status: read
|
||||||
|
numPages: 287
|
||||||
|
genre: Post-apocalyptic
|
||||||
|
---
|
||||||
|
|
||||||
|
A father and son journey through a bleak, barren world.
|
||||||
8
test-vault/books/To_Kill_a_Mockingbird.md
Normal file
8
test-vault/books/To_Kill_a_Mockingbird.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: Harper Lee
|
||||||
|
status: read
|
||||||
|
numPages: 281
|
||||||
|
genre: Fiction
|
||||||
|
---
|
||||||
|
|
||||||
|
A story of racial injustice in the Deep South.
|
||||||
8
test-vault/books/War_and_Peace.md
Normal file
8
test-vault/books/War_and_Peace.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: Leo Tolstoy
|
||||||
|
status: unread
|
||||||
|
numPages: 1225
|
||||||
|
genre: Historical Fiction
|
||||||
|
---
|
||||||
|
|
||||||
|
An epic novel of Russian society during the Napoleonic era.
|
||||||
8
test-vault/books/Wuthering_Heights.md
Normal file
8
test-vault/books/Wuthering_Heights.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
author: Emily Brontë
|
||||||
|
status: unread
|
||||||
|
numPages: 416
|
||||||
|
genre: Romance
|
||||||
|
---
|
||||||
|
|
||||||
|
A tragic tale of passion and revenge on the Yorkshire moors.
|
||||||
6
test-vault/daily/2024-01-01.md
Normal file
6
test-vault/daily/2024-01-01.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-01
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-01.
|
||||||
6
test-vault/daily/2024-01-02.md
Normal file
6
test-vault/daily/2024-01-02.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-02
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-02.
|
||||||
6
test-vault/daily/2024-01-03.md
Normal file
6
test-vault/daily/2024-01-03.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-03
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-03.
|
||||||
6
test-vault/daily/2024-01-04.md
Normal file
6
test-vault/daily/2024-01-04.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-04
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-04.
|
||||||
6
test-vault/daily/2024-01-05.md
Normal file
6
test-vault/daily/2024-01-05.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-05
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-05.
|
||||||
6
test-vault/daily/2024-01-06.md
Normal file
6
test-vault/daily/2024-01-06.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-06
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-06.
|
||||||
6
test-vault/daily/2024-01-07.md
Normal file
6
test-vault/daily/2024-01-07.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-07
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-07.
|
||||||
6
test-vault/daily/2024-01-08.md
Normal file
6
test-vault/daily/2024-01-08.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-08
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-08.
|
||||||
6
test-vault/daily/2024-01-09.md
Normal file
6
test-vault/daily/2024-01-09.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-09
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-09.
|
||||||
6
test-vault/daily/2024-01-10.md
Normal file
6
test-vault/daily/2024-01-10.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-10
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-10.
|
||||||
6
test-vault/daily/2024-01-11.md
Normal file
6
test-vault/daily/2024-01-11.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-11
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-11.
|
||||||
6
test-vault/daily/2024-01-12.md
Normal file
6
test-vault/daily/2024-01-12.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-12
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-12.
|
||||||
6
test-vault/daily/2024-01-13.md
Normal file
6
test-vault/daily/2024-01-13.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-13
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-13.
|
||||||
6
test-vault/daily/2024-01-14.md
Normal file
6
test-vault/daily/2024-01-14.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-14
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-14.
|
||||||
6
test-vault/daily/2024-01-15.md
Normal file
6
test-vault/daily/2024-01-15.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-15
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-15.
|
||||||
6
test-vault/daily/2024-01-16.md
Normal file
6
test-vault/daily/2024-01-16.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-16
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-16.
|
||||||
6
test-vault/daily/2024-01-17.md
Normal file
6
test-vault/daily/2024-01-17.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-17
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-17.
|
||||||
6
test-vault/daily/2024-01-18.md
Normal file
6
test-vault/daily/2024-01-18.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-18
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-18.
|
||||||
6
test-vault/daily/2024-01-19.md
Normal file
6
test-vault/daily/2024-01-19.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-19
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-19.
|
||||||
6
test-vault/daily/2024-01-20.md
Normal file
6
test-vault/daily/2024-01-20.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-20
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-20.
|
||||||
6
test-vault/daily/2024-01-21.md
Normal file
6
test-vault/daily/2024-01-21.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-21
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-21.
|
||||||
6
test-vault/daily/2024-01-22.md
Normal file
6
test-vault/daily/2024-01-22.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-22
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-22.
|
||||||
6
test-vault/daily/2024-01-23.md
Normal file
6
test-vault/daily/2024-01-23.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-23
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-23.
|
||||||
6
test-vault/daily/2024-01-24.md
Normal file
6
test-vault/daily/2024-01-24.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-24
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-24.
|
||||||
6
test-vault/daily/2024-01-25.md
Normal file
6
test-vault/daily/2024-01-25.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-25
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-25.
|
||||||
6
test-vault/daily/2024-01-26.md
Normal file
6
test-vault/daily/2024-01-26.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-26
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-26.
|
||||||
6
test-vault/daily/2024-01-27.md
Normal file
6
test-vault/daily/2024-01-27.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-27
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-27.
|
||||||
6
test-vault/daily/2024-01-28.md
Normal file
6
test-vault/daily/2024-01-28.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-28
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-28.
|
||||||
6
test-vault/daily/2024-01-29.md
Normal file
6
test-vault/daily/2024-01-29.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-29
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-29.
|
||||||
6
test-vault/daily/2024-01-30.md
Normal file
6
test-vault/daily/2024-01-30.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-30
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-30.
|
||||||
6
test-vault/daily/2024-01-31.md
Normal file
6
test-vault/daily/2024-01-31.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-01-31
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-01-31.
|
||||||
6
test-vault/daily/2024-02-01.md
Normal file
6
test-vault/daily/2024-02-01.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-01
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-01.
|
||||||
6
test-vault/daily/2024-02-02.md
Normal file
6
test-vault/daily/2024-02-02.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-02
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-02.
|
||||||
6
test-vault/daily/2024-02-03.md
Normal file
6
test-vault/daily/2024-02-03.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-03
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-03.
|
||||||
6
test-vault/daily/2024-02-04.md
Normal file
6
test-vault/daily/2024-02-04.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-04
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-04.
|
||||||
6
test-vault/daily/2024-02-05.md
Normal file
6
test-vault/daily/2024-02-05.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-05
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-05.
|
||||||
6
test-vault/daily/2024-02-06.md
Normal file
6
test-vault/daily/2024-02-06.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-06
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-06.
|
||||||
6
test-vault/daily/2024-02-07.md
Normal file
6
test-vault/daily/2024-02-07.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-07
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-07.
|
||||||
6
test-vault/daily/2024-02-08.md
Normal file
6
test-vault/daily/2024-02-08.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-08
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-08.
|
||||||
6
test-vault/daily/2024-02-09.md
Normal file
6
test-vault/daily/2024-02-09.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-09
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-09.
|
||||||
6
test-vault/daily/2024-02-10.md
Normal file
6
test-vault/daily/2024-02-10.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-10
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-10.
|
||||||
6
test-vault/daily/2024-02-11.md
Normal file
6
test-vault/daily/2024-02-11.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-11
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-11.
|
||||||
6
test-vault/daily/2024-02-12.md
Normal file
6
test-vault/daily/2024-02-12.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-12
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-12.
|
||||||
6
test-vault/daily/2024-02-13.md
Normal file
6
test-vault/daily/2024-02-13.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-13
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-13.
|
||||||
6
test-vault/daily/2024-02-14.md
Normal file
6
test-vault/daily/2024-02-14.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-14
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-14.
|
||||||
6
test-vault/daily/2024-02-15.md
Normal file
6
test-vault/daily/2024-02-15.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-15
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-15.
|
||||||
6
test-vault/daily/2024-02-16.md
Normal file
6
test-vault/daily/2024-02-16.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-16
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-16.
|
||||||
6
test-vault/daily/2024-02-17.md
Normal file
6
test-vault/daily/2024-02-17.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-17
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-17.
|
||||||
6
test-vault/daily/2024-02-18.md
Normal file
6
test-vault/daily/2024-02-18.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-18
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-18.
|
||||||
6
test-vault/daily/2024-02-19.md
Normal file
6
test-vault/daily/2024-02-19.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-19
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-19.
|
||||||
6
test-vault/daily/2024-02-20.md
Normal file
6
test-vault/daily/2024-02-20.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-20
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-20.
|
||||||
6
test-vault/daily/2024-02-21.md
Normal file
6
test-vault/daily/2024-02-21.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-21
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-21.
|
||||||
6
test-vault/daily/2024-02-22.md
Normal file
6
test-vault/daily/2024-02-22.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-22
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-22.
|
||||||
6
test-vault/daily/2024-02-23.md
Normal file
6
test-vault/daily/2024-02-23.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-23
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-23.
|
||||||
6
test-vault/daily/2024-02-24.md
Normal file
6
test-vault/daily/2024-02-24.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-24
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-24.
|
||||||
6
test-vault/daily/2024-02-25.md
Normal file
6
test-vault/daily/2024-02-25.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-25
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-25.
|
||||||
6
test-vault/daily/2024-02-26.md
Normal file
6
test-vault/daily/2024-02-26.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-26
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-26.
|
||||||
6
test-vault/daily/2024-02-27.md
Normal file
6
test-vault/daily/2024-02-27.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-27
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-27.
|
||||||
6
test-vault/daily/2024-02-28.md
Normal file
6
test-vault/daily/2024-02-28.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-28
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-28.
|
||||||
6
test-vault/daily/2024-02-29.md
Normal file
6
test-vault/daily/2024-02-29.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-02-29
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-02-29.
|
||||||
6
test-vault/daily/2024-03-01.md
Normal file
6
test-vault/daily/2024-03-01.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-03-01
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-03-01.
|
||||||
6
test-vault/daily/2024-03-02.md
Normal file
6
test-vault/daily/2024-03-02.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-03-02
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-03-02.
|
||||||
6
test-vault/daily/2024-03-03.md
Normal file
6
test-vault/daily/2024-03-03.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-03-03
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-03-03.
|
||||||
6
test-vault/daily/2024-03-04.md
Normal file
6
test-vault/daily/2024-03-04.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-03-04
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-03-04.
|
||||||
6
test-vault/daily/2024-03-05.md
Normal file
6
test-vault/daily/2024-03-05.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-03-05
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-03-05.
|
||||||
6
test-vault/daily/2024-03-06.md
Normal file
6
test-vault/daily/2024-03-06.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-03-06
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-03-06.
|
||||||
6
test-vault/daily/2024-03-07.md
Normal file
6
test-vault/daily/2024-03-07.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-03-07
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-03-07.
|
||||||
6
test-vault/daily/2024-03-08.md
Normal file
6
test-vault/daily/2024-03-08.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-03-08
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-03-08.
|
||||||
6
test-vault/daily/2024-03-09.md
Normal file
6
test-vault/daily/2024-03-09.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-03-09
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-03-09.
|
||||||
6
test-vault/daily/2024-03-10.md
Normal file
6
test-vault/daily/2024-03-10.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-03-10
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-03-10.
|
||||||
6
test-vault/daily/2024-03-11.md
Normal file
6
test-vault/daily/2024-03-11.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-03-11
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-03-11.
|
||||||
6
test-vault/daily/2024-03-12.md
Normal file
6
test-vault/daily/2024-03-12.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-03-12
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-03-12.
|
||||||
6
test-vault/daily/2024-03-13.md
Normal file
6
test-vault/daily/2024-03-13.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
date: 2024-03-13
|
||||||
|
type: daily
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a daily note for 2024-03-13.
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user