Skip to content

Commit 8865e93

Browse files
committed
add make.md
1 parent b1a6fbd commit 8865e93

16 files changed

+2016
-21
lines changed

.makemd/fileCache.mdc

3.23 KB
Binary file not shown.

.makemd/superstate.mdc

8.44 KB
Binary file not shown.

.obsidian/appearance.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"cssTheme": "Blue Topaz",
3-
"accentColor": "#5cf5ce"
3+
"accentColor": "",
4+
"nativeMenus": true
45
}

.obsidian/community-plugins.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[
2-
"obsidian-git"
2+
"obsidian-git",
3+
"make-md",
4+
"obsidian-linter"
35
]

.obsidian/plugins/make-md/Spaces.mdb

12 KB
Binary file not shown.

.obsidian/plugins/make-md/data.json

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"newNotePlaceholder": "Untitled",
3+
"defaultInitialization": false,
4+
"navigatorEnabled": true,
5+
"filePreviewOnHover": false,
6+
"blinkEnabled": true,
7+
"datePickerTime": false,
8+
"imageThumbnails": false,
9+
"spacesMDBInHidden": true,
10+
"cacheIndex": true,
11+
"spacesRightSplit": false,
12+
"contextEnabled": true,
13+
"spaceViewEnabled": true,
14+
"saveAllContextToFrontmatter": true,
15+
"autoOpenFileContext": false,
16+
"activeView": "/",
17+
"hideFrontmatter": true,
18+
"activeSpace": "",
19+
"defaultDateFormat": "MMM dd yyyy",
20+
"defaultTimeFormat": "h:mm a",
21+
"spacesEnabled": true,
22+
"syncFormulaToFrontmatter": true,
23+
"spacesPerformance": false,
24+
"currentWaypoint": 0,
25+
"enableFolderNote": true,
26+
"folderIndentationLines": true,
27+
"revealActiveFile": false,
28+
"spacesStickers": true,
29+
"spaceRowHeight": 29,
30+
"mobileSpaceRowHeight": 40,
31+
"bannerHeight": 200,
32+
"spacesDisablePatch": false,
33+
"folderNoteInsideFolder": true,
34+
"folderNoteName": "",
35+
"sidebarTabs": true,
36+
"showRibbon": true,
37+
"vaultSelector": true,
38+
"deleteFileOption": "trash",
39+
"expandedSpaces": [
40+
"/",
41+
"//Tags",
42+
"//Software Architecture"
43+
],
44+
"expandFolderOnClick": true,
45+
"spacesFolder": "Tags",
46+
"suppressedWarnings": [],
47+
"spaceSubFolder": ".space",
48+
"hiddenFiles": [
49+
"Tags",
50+
"LICENSE"
51+
],
52+
"hiddenExtensions": [
53+
".mdb",
54+
"_assets",
55+
"_blocks"
56+
],
57+
"inlineBacklinks": false,
58+
"inlineContext": true,
59+
"inlineBacklinksExpanded": false,
60+
"inlineContextExpanded": true,
61+
"inlineContextProperties": true,
62+
"inlineContextSectionsExpanded": true,
63+
"banners": true,
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": true,
75+
"releaseNotesPrompt": 0.999,
76+
"enableDefaultSpaces": true,
77+
"showSpacePinIcon": true,
78+
"experimental": false,
79+
"systemName": "Software Engineering Docs",
80+
"defaultSpaceTemplate": "",
81+
"selectedKit": "default",
82+
"actionMaxSteps": 100,
83+
"contextPagination": 25,
84+
"searchWorker": false,
85+
"skipFolderNames": [],
86+
"skipFolders": [],
87+
"enhancedLogs": false,
88+
"basics": true,
89+
"basicsSettings": null,
90+
"firstLaunch": true,
91+
"notesPreview": false,
92+
"editStickerInSidebar": true,
93+
"overrideNativeMenu": false
94+
}

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

+1,223
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"id": "make-md",
3+
"name": "make.md",
4+
"version": "1.1.0",
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

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)