Skip to content

Commit 83994b4

Browse files
committed
new code and practice
1 parent 8c4a0b7 commit 83994b4

File tree

200 files changed

+141834
-155
lines changed

Some content is hidden

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

200 files changed

+141834
-155
lines changed

DSAPractice/.obsidian/app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"showLineNumber": false,
3+
"readableLineLength": false
4+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"accentColor": "",
3+
"cssTheme": "Monokai",
4+
"enabledCssSnippets": [
5+
"custom-scrollbar"
6+
]
7+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[
2+
"highlightr-plugin",
3+
"tldraw"
4+
]
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
}
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+
}

DSAPractice/.obsidian/graph.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"collapse-filter": true,
3+
"search": "",
4+
"showTags": false,
5+
"showAttachments": false,
6+
"hideUnresolved": false,
7+
"showOrphans": true,
8+
"collapse-color-groups": true,
9+
"colorGroups": [],
10+
"collapse-display": true,
11+
"showArrow": false,
12+
"textFadeMultiplier": 0,
13+
"nodeSizeMultiplier": 1,
14+
"lineSizeMultiplier": 1,
15+
"collapse-forces": true,
16+
"centerStrength": 0.518713248970312,
17+
"repelStrength": 10,
18+
"linkStrength": 1,
19+
"linkDistance": 250,
20+
"scale": 1,
21+
"close": false
22+
}

DSAPractice/.obsidian/hotkeys.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"editor:delete-paragraph": [],
3+
"editor:add-cursor-above": [
4+
{
5+
"modifiers": [
6+
"Mod",
7+
"Shift"
8+
],
9+
"key": "ArrowUp"
10+
}
11+
],
12+
"editor:add-cursor-below": [
13+
{
14+
"modifiers": [
15+
"Mod",
16+
"Shift"
17+
],
18+
"key": "ArrowDown"
19+
}
20+
],
21+
"editor:insert-wikilink": [
22+
{
23+
"modifiers": [
24+
"Alt"
25+
],
26+
"key": "L"
27+
}
28+
],
29+
"editor:insert-horizontal-rule": [
30+
{
31+
"modifiers": [
32+
"Alt"
33+
],
34+
"key": "-"
35+
}
36+
],
37+
"editor:insert-mathblock": [
38+
{
39+
"modifiers": [
40+
"Alt"
41+
],
42+
"key": "M"
43+
}
44+
]
45+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"highlighterStyle": "rounded",
3+
"highlighterMethods": "inline-styles",
4+
"highlighters": {
5+
"Pink": "#FFB8EBA6",
6+
"Red": "#FF5582A6",
7+
"Orange": "#FFB86CA6",
8+
"Yellow": "#FFF3A3A6",
9+
"Green": "#BBFABBA6",
10+
"Cyan": "#ABF7F7A6",
11+
"Blue": "#ADCCFFA6",
12+
"Purple": "#D2B3FFA6",
13+
"Grey": "#CACFD9A6"
14+
},
15+
"highlighterOrder": [
16+
"Pink",
17+
"Red",
18+
"Orange",
19+
"Yellow",
20+
"Green",
21+
"Cyan",
22+
"Blue",
23+
"Purple",
24+
"Grey"
25+
]
26+
}

DSAPractice/.obsidian/plugins/highlightr-plugin/main.js

Lines changed: 3635 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": "highlightr-plugin",
3+
"name": "Highlightr",
4+
"version": "1.2.2",
5+
"minAppVersion": "0.12.8",
6+
"description": "A minimal and aesthetically pleasing highlighting menu that makes color-coded highlighting much easier with a configurable assortment of highlight colors 🎨.",
7+
"author": "chetachi",
8+
"authorUrl": "https://github.com/chetachiezikeuzor",
9+
"isDesktopOnly": false
10+
}

0 commit comments

Comments
 (0)