Skip to content

Commit ea6fb52

Browse files
committed
v1 docs
1 parent bbe47f5 commit ea6fb52

47 files changed

Lines changed: 2220 additions & 0 deletions

Some content is hidden

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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11

22
.DS_Store
3+
*.mdc
4+
.obsidian/plugins/make-md/Spaces.mdb

.obsidian/app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

.obsidian/appearance.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

.obsidian/community-plugins.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
"make-md"
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": false,
30+
"webviewer": false
31+
}
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
{
2+
"newNotePlaceholder": "Untitled",
3+
"defaultInitialization": false,
4+
"navigatorEnabled": true,
5+
"filePreviewOnHover": false,
6+
"blinkEnabled": true,
7+
"imageThumbnails": false,
8+
"spacesMDBInHidden": true,
9+
"cacheIndex": true,
10+
"spacesRightSplit": false,
11+
"contextEnabled": true,
12+
"spaceViewEnabled": true,
13+
"saveAllContextToFrontmatter": true,
14+
"autoOpenFileContext": false,
15+
"activeView": "/",
16+
"hideFrontmatter": true,
17+
"activeSpace": "",
18+
"defaultDateFormat": "MMM dd yyyy",
19+
"defaultTimeFormat": "h:mm a",
20+
"spacesEnabled": true,
21+
"syncFormulaToFrontmatter": true,
22+
"spacesPerformance": false,
23+
"currentWaypoint": 0,
24+
"enableFolderNote": true,
25+
"folderIndentationLines": true,
26+
"revealActiveFile": false,
27+
"spacesStickers": true,
28+
"spaceRowHeight": 29,
29+
"mobileSpaceRowHeight": 40,
30+
"bannerHeight": 200,
31+
"spacesDisablePatch": false,
32+
"folderNoteInsideFolder": true,
33+
"folderNoteName": "",
34+
"sidebarTabs": false,
35+
"showRibbon": false,
36+
"deleteFileOption": "trash",
37+
"expandedSpaces": [
38+
"//Getting Started/Getting Started/Lists and Databases",
39+
"//Getting Started/Getting Started/Organizing Files",
40+
"//Getting Started/Getting Started/Personalizing your Spaces",
41+
"//Getting Started",
42+
"/"
43+
],
44+
"expandFolderOnClick": true,
45+
"spacesFolder": "Tags",
46+
"suppressedWarnings": [],
47+
"spaceSubFolder": ".space",
48+
"hiddenFiles": [
49+
"assets"
50+
],
51+
"hiddenExtensions": [
52+
".mdb",
53+
"_assets",
54+
"_blocks"
55+
],
56+
"inlineBacklinks": false,
57+
"inlineContext": true,
58+
"inlineBacklinksExpanded": false,
59+
"inlineContextExpanded": true,
60+
"inlineContextProperties": true,
61+
"inlineContextSectionsExpanded": true,
62+
"banners": true,
63+
"dataviewInlineContext": false,
64+
"inlineContextNameLayout": "vertical",
65+
"spacesUseAlias": false,
66+
"fmKeyAlias": "aliases",
67+
"fmKeyBanner": "banner",
68+
"fmKeyColor": "color",
69+
"fmKeyBannerOffset": "banner_y",
70+
"fmKeySticker": "sticker",
71+
"openSpacesOnLaunch": true,
72+
"indexSVG": false,
73+
"readableLineWidth": true,
74+
"autoAddContextsToSubtags": false,
75+
"releaseNotesPrompt": 0.999,
76+
"enableDefaultSpaces": false,
77+
"showSpacePinIcon": true,
78+
"experimental": false,
79+
"systemName": "make.md Docs",
80+
"defaultSpaceTemplate": "",
81+
"selectedKit": "default",
82+
"actionMaxSteps": 100,
83+
"contextPagination": 25,
84+
"searchWorker": false,
85+
"skipFolderNames": [],
86+
"skipFolders": [],
87+
"enhancedLogs": false,
88+
"basics": false,
89+
"basicsSettings": null,
90+
"firstLaunch": true,
91+
"notesPreview": false,
92+
"editStickerInSidebar": true
93+
}

.obsidian/plugins/make-md/main.js

Lines changed: 1079 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"id": "make-md",
3+
"name": "MAKE.md",
4+
"version": "1.0.3",
5+
"minAppVersion": "0.16.0",
6+
"description": "Make.md gives you everything you need to organize and personalize your notes.",
7+
"author": "MAKE.md",
8+
"authorUrl": "https://www.make.md",
9+
"isDesktopOnly": false
10+
}

.obsidian/plugins/make-md/styles.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.obsidian/workspace.json

Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
1+
{
2+
"main": {
3+
"id": "2e451425c5a5118a",
4+
"type": "split",
5+
"children": [
6+
{
7+
"id": "ed3c469280dc1f43",
8+
"type": "tabs",
9+
"children": [
10+
{
11+
"id": "27d7189c0c12b8ed",
12+
"type": "leaf",
13+
"state": {
14+
"type": "mk-space",
15+
"state": {
16+
"path": "/"
17+
},
18+
"icon": "lucide-file",
19+
"title": "Vault"
20+
}
21+
}
22+
]
23+
}
24+
],
25+
"direction": "vertical"
26+
},
27+
"left": {
28+
"id": "af75789f82dd63b5",
29+
"type": "split",
30+
"children": [
31+
{
32+
"id": "9cf9ee64a13db202",
33+
"type": "tabs",
34+
"children": [
35+
{
36+
"id": "f0f9db21de7e8171",
37+
"type": "leaf",
38+
"state": {
39+
"type": "file-explorer",
40+
"state": {
41+
"sortOrder": "alphabetical"
42+
},
43+
"icon": "lucide-folder-closed",
44+
"title": "Files"
45+
}
46+
},
47+
{
48+
"id": "d352af0972105694",
49+
"type": "leaf",
50+
"state": {
51+
"type": "search",
52+
"state": {
53+
"query": "",
54+
"matchingCase": false,
55+
"explainSearch": false,
56+
"collapseAll": false,
57+
"extraContext": false,
58+
"sortOrder": "alphabetical"
59+
},
60+
"icon": "lucide-search",
61+
"title": "Search"
62+
}
63+
},
64+
{
65+
"id": "6ae7876fe6c69665",
66+
"type": "leaf",
67+
"state": {
68+
"type": "bookmarks",
69+
"state": {},
70+
"icon": "lucide-bookmark",
71+
"title": "Bookmarks"
72+
}
73+
},
74+
{
75+
"id": "d752d1fe4578900e",
76+
"type": "leaf",
77+
"state": {
78+
"type": "mk-path-view",
79+
"state": {},
80+
"icon": "layout-grid",
81+
"title": "Navigator"
82+
}
83+
}
84+
],
85+
"currentTab": 3
86+
}
87+
],
88+
"direction": "horizontal",
89+
"width": 300
90+
},
91+
"right": {
92+
"id": "fbdb3d9213d5eb4b",
93+
"type": "split",
94+
"children": [
95+
{
96+
"id": "443241795ea45490",
97+
"type": "tabs",
98+
"children": [
99+
{
100+
"id": "fe292885d1eff246",
101+
"type": "leaf",
102+
"state": {
103+
"type": "backlink",
104+
"state": {
105+
"collapseAll": false,
106+
"extraContext": false,
107+
"sortOrder": "alphabetical",
108+
"showSearch": false,
109+
"searchQuery": "",
110+
"backlinkCollapsed": false,
111+
"unlinkedCollapsed": true
112+
},
113+
"icon": "links-coming-in",
114+
"title": "Backlinks"
115+
}
116+
},
117+
{
118+
"id": "22c5b718a1142591",
119+
"type": "leaf",
120+
"state": {
121+
"type": "outgoing-link",
122+
"state": {
123+
"linksCollapsed": false,
124+
"unlinkedCollapsed": true
125+
},
126+
"icon": "links-going-out",
127+
"title": "Outgoing links"
128+
}
129+
},
130+
{
131+
"id": "ba742bc46094605c",
132+
"type": "leaf",
133+
"state": {
134+
"type": "tag",
135+
"state": {
136+
"sortOrder": "frequency",
137+
"useHierarchy": true
138+
},
139+
"icon": "lucide-tags",
140+
"title": "Tags"
141+
}
142+
},
143+
{
144+
"id": "c0953aeb7f08f407",
145+
"type": "leaf",
146+
"state": {
147+
"type": "outline",
148+
"state": {},
149+
"icon": "lucide-list",
150+
"title": "Outline"
151+
}
152+
}
153+
]
154+
}
155+
],
156+
"direction": "horizontal",
157+
"width": 300,
158+
"collapsed": true
159+
},
160+
"left-ribbon": {
161+
"hiddenItems": {
162+
"switcher:Open quick switcher": false,
163+
"graph:Open graph view": false,
164+
"canvas:Create new canvas": false,
165+
"daily-notes:Open today's daily note": false,
166+
"templates:Insert template": false,
167+
"command-palette:Open command palette": false
168+
}
169+
},
170+
"active": "27d7189c0c12b8ed",
171+
"lastOpenFiles": [
172+
"Vault.md",
173+
"Getting Started/Personalizing your Spaces/Styling and Layout.md",
174+
"Getting Started/Personalizing your Spaces/Personalizing your Spaces.md",
175+
"Getting Started/Organizing Files/Labels.md",
176+
"Getting Started/Organizing Files/Organizing Files.md",
177+
"Getting Started/Under the Hood.md",
178+
"Getting Started/Installing make.md.md",
179+
"Getting Started/But why.md",
180+
"Getting Started/Getting Started.md",
181+
"Getting Started/Lists and Databases/Lists and Databases.md",
182+
"Getting Started/Lists and Databases/Contexts.md",
183+
"Tags"
184+
]
185+
}

0 commit comments

Comments
 (0)