mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
dfsa
fasd
This commit is contained in:
parent
56f6c5398f
commit
9dc012a1dc
3
.obsidian/community-plugins.json
vendored
Normal file
3
.obsidian/community-plugins.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[
|
||||
"wikilinks-to-mdlinks-obsidian"
|
||||
]
|
||||
154
.obsidian/plugins/wikilinks-to-mdlinks-obsidian/main.js
vendored
Normal file
154
.obsidian/plugins/wikilinks-to-mdlinks-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/wikilinks-to-mdlinks-obsidian/manifest.json
vendored
Normal file
10
.obsidian/plugins/wikilinks-to-mdlinks-obsidian/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "wikilinks-to-mdlinks-obsidian",
|
||||
"name": "Wikilinks to MDLinks",
|
||||
"version": "0.0.12",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "A plugin that converts wikilinks to markdown links and vice versa",
|
||||
"author": "Agatha Uy",
|
||||
"authorUrl": "https://github.com/agathauy",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
6
.obsidian/workspace.json
vendored
6
.obsidian/workspace.json
vendored
@ -27,7 +27,7 @@
|
||||
"state": {
|
||||
"file": "README.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
"source": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -149,8 +149,10 @@
|
||||
"width": 300,
|
||||
"collapsed": true
|
||||
},
|
||||
"active": "d5588582587567b9",
|
||||
"active": "41f646123a82fd4c",
|
||||
"lastOpenFiles": [
|
||||
"CODE_OF_CONDUCT.md",
|
||||
"README.md",
|
||||
"content/_index.md",
|
||||
"content/page2.md",
|
||||
"content/page1.md"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Quartz
|
||||
|
||||
# page1: [[page1]]
|
||||
# page2: [[page2]]
|
||||
# page1: [page1](page1.md)
|
||||
# page2: [page2](page2.md)
|
||||
|
||||
Host your second brain and [digital garden](https://jzhao.xyz/posts/networked-thought) for free. Quartz features
|
||||
|
||||
|
||||
@ -3,9 +3,9 @@ title: _index
|
||||
enableToc: false
|
||||
---
|
||||
|
||||
## page 1[[page1]]
|
||||
## page 1[page1](page1.md)
|
||||
|
||||
## page 2[[page2]]
|
||||
## page 2[page2](page2.md)
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3,5 +3,5 @@ title: page1
|
||||
enableToc: false
|
||||
---
|
||||
|
||||
## home [[_index]]
|
||||
## page 2[[page2]]
|
||||
## home [_index](_index.md)
|
||||
## page 2[page2](page2.md)
|
||||
|
||||
@ -3,5 +3,5 @@ title: page2
|
||||
enableToc: false
|
||||
---
|
||||
|
||||
## home [[_index]]
|
||||
## page 1[[page1]]
|
||||
## home [_index](_index.md)
|
||||
## page 1[page1](page1.md)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user