Skip to content

Commit 443d6da

Browse files
author
wangyazhou
committed
将更换笔记为md
1 parent 5781bad commit 443d6da

File tree

115 files changed

+71757
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+71757
-9
lines changed

.obsidian/app.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"newFileLocation": "current",
3+
"attachmentFolderPath": "./attachments",
4+
"livePreview": true
5+
}

.obsidian/appearance.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cssTheme": "Blue Topaz",
3+
"accentColor": "",
4+
"theme": "obsidian"
5+
}

.obsidian/community-plugins.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
"asciidoc-reader"
3+
]

.obsidian/core-plugins.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"file-explorer": true,
3+
"global-search": true,
4+
"switcher": true,
5+
"graph": true,
6+
"backlink": true,
7+
"canvas": true,
8+
"outgoing-link": true,
9+
"tag-pane": true,
10+
"properties": false,
11+
"page-preview": true,
12+
"daily-notes": true,
13+
"templates": true,
14+
"note-composer": true,
15+
"command-palette": true,
16+
"slash-command": false,
17+
"editor-status": true,
18+
"bookmarks": true,
19+
"markdown-importer": false,
20+
"zk-prefixer": false,
21+
"random-note": false,
22+
"outline": true,
23+
"word-count": true,
24+
"slides": false,
25+
"audio-recorder": false,
26+
"workspaces": false,
27+
"file-recovery": true,
28+
"publish": false,
29+
"sync": true,
30+
"webviewer": false
31+
}

.obsidian/plugins/asciidoc-reader/main.js

Lines changed: 38345 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"id": "asciidoc-reader",
3+
"name": "Asciidoc Reader",
4+
"version": "0.2.0",
5+
"minAppVersion": "1.6.3",
6+
"description": "Enables the rendering of AsciiDoc.",
7+
"author": "voidgrown",
8+
"authorUrl": "http://www.voidgrown.com/",
9+
"isDesktopOnly": true
10+
}

.obsidian/themes/Atom/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Atom",
3+
"version": "0.0.0",
4+
"minAppVersion": "0.16.0",
5+
"author": "kognise"
6+
}

0 commit comments

Comments
 (0)