From 6e348d5eba156d8ec6238831857557b40cd54695 Mon Sep 17 00:00:00 2001 From: orange Date: Fri, 16 Feb 2024 21:33:49 +0300 Subject: [PATCH 1/4] Remove VSC and add VSCodium Removed VSC as it has Microsoft bs, and replace it with VSCodium (no Microsoft bs.) --- data/.obsidian/app.json | 1 + data/.obsidian/appearance.json | 3 + data/.obsidian/core-plugins-migration.json | 30 ++++ data/.obsidian/core-plugins.json | 20 +++ data/.obsidian/workspace.json | 158 +++++++++++++++++++++ data/Code_Editors.md | 4 +- 6 files changed, 214 insertions(+), 2 deletions(-) create mode 100644 data/.obsidian/app.json create mode 100644 data/.obsidian/appearance.json create mode 100644 data/.obsidian/core-plugins-migration.json create mode 100644 data/.obsidian/core-plugins.json create mode 100644 data/.obsidian/workspace.json diff --git a/data/.obsidian/app.json b/data/.obsidian/app.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/data/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/data/.obsidian/appearance.json b/data/.obsidian/appearance.json new file mode 100644 index 0000000..c8c365d --- /dev/null +++ b/data/.obsidian/appearance.json @@ -0,0 +1,3 @@ +{ + "accentColor": "" +} \ No newline at end of file diff --git a/data/.obsidian/core-plugins-migration.json b/data/.obsidian/core-plugins-migration.json new file mode 100644 index 0000000..436f43c --- /dev/null +++ b/data/.obsidian/core-plugins-migration.json @@ -0,0 +1,30 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "canvas": true, + "outgoing-link": true, + "tag-pane": true, + "properties": false, + "page-preview": true, + "daily-notes": true, + "templates": true, + "note-composer": true, + "command-palette": true, + "slash-command": false, + "editor-status": true, + "bookmarks": true, + "markdown-importer": false, + "zk-prefixer": false, + "random-note": false, + "outline": true, + "word-count": true, + "slides": false, + "audio-recorder": false, + "workspaces": false, + "file-recovery": true, + "publish": false, + "sync": false +} \ No newline at end of file diff --git a/data/.obsidian/core-plugins.json b/data/.obsidian/core-plugins.json new file mode 100644 index 0000000..9405bfd --- /dev/null +++ b/data/.obsidian/core-plugins.json @@ -0,0 +1,20 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "canvas", + "outgoing-link", + "tag-pane", + "page-preview", + "daily-notes", + "templates", + "note-composer", + "command-palette", + "editor-status", + "bookmarks", + "outline", + "word-count", + "file-recovery" +] \ No newline at end of file diff --git a/data/.obsidian/workspace.json b/data/.obsidian/workspace.json new file mode 100644 index 0000000..61f6bd6 --- /dev/null +++ b/data/.obsidian/workspace.json @@ -0,0 +1,158 @@ +{ + "main": { + "id": "df1339918e187e3d", + "type": "split", + "children": [ + { + "id": "dcf9f241c5bd7696", + "type": "tabs", + "children": [ + { + "id": "451c0c07851e92a9", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Code_Editors.md", + "mode": "preview", + "source": false + } + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "210fec5031561080", + "type": "split", + "children": [ + { + "id": "87097e092db4249f", + "type": "tabs", + "children": [ + { + "id": "cb224b42b3c9faac", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "ac6f719cfb813a3b", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "d39b52b02a925bc7", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "09231690755c9047", + "type": "split", + "children": [ + { + "id": "0e24abbcdf3a8bd6", + "type": "tabs", + "children": [ + { + "id": "116935447f594a1f", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "Code_Editors.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "477711218f6ab15a", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "Code_Editors.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "7565efd5630aa24c", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "c49cca538ff61ba0", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "Code_Editors.md" + } + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "collapsed": true + }, + "left-ribbon": { + "hiddenItems": { + "switcher:Open quick switcher": false, + "graph:Open graph view": false, + "canvas:Create new canvas": false, + "daily-notes:Open today's daily note": false, + "templates:Insert template": false, + "command-palette:Open command palette": false + } + }, + "active": "451c0c07851e92a9", + "lastOpenFiles": [ + "APIs_Data_and_ML.md", + "Artificial_Intelligence.md", + "BaaS.md", + "Code_Editors.md", + "Design_and_UI.md", + "Domains.md" + ] +} \ No newline at end of file diff --git a/data/Code_Editors.md b/data/Code_Editors.md index 82f7570..17393f5 100644 --- a/data/Code_Editors.md +++ b/data/Code_Editors.md @@ -1,7 +1,7 @@ ## Code Editors | Website | Description | -|:-:|-| +| :--: | ---- | | [Brackets](https://brackets.io) | A modern text editor that makes it easy to design in the browser. | | [Code::Blocks](https://www.codeblocks.org) | A free and open-source IDE that supports multiple programming languages including C, C++, and Fortran. | | [CodeLite](https://codelite.org) | An open-source, free, cross-platform IDE, specialized in C, C++, Rust, Python, PHP, and JavaScript. | @@ -14,4 +14,4 @@ | [Notepad++](https://notepad-plus-plus.org) | A free and open-source text and source code editor for use with Microsoft Windows. | | [Sublime Text](https://www.sublimetext.com) | A shareware text and source code editor available for Windows, macOS, and Linux. | | [Vim](https://www.vim.org) | A highly configurable terminal-based text editor built to make creating and changing any kind of text. | -| [Visual Studio Code](https://code.visualstudio.com) | Code editing. Redefined. Free. Built on open source. Runs everywhere. | +| [VSCodium](https://vscodium.com/) | Highly configurable and open source code editor with plugins, themes, and more. Runs everywhere. Visual Studio Code built from the source, stripped of Microsoft's telemetry and tracking. | \ No newline at end of file From 482b55f9e05a198c3a40ab7143191632f41eecef Mon Sep 17 00:00:00 2001 From: orange Date: Fri, 16 Feb 2024 21:35:44 +0300 Subject: [PATCH 2/4] Remove VSC and add VSCodium Removed VSC as it has Microsoft bs, and replace it with VSCodium (no Microsoft bs.) --- data/.obsidian/app.json | 1 - data/.obsidian/appearance.json | 3 - data/.obsidian/core-plugins-migration.json | 30 ---- data/.obsidian/core-plugins.json | 20 --- data/.obsidian/workspace.json | 158 --------------------- 5 files changed, 212 deletions(-) delete mode 100644 data/.obsidian/app.json delete mode 100644 data/.obsidian/appearance.json delete mode 100644 data/.obsidian/core-plugins-migration.json delete mode 100644 data/.obsidian/core-plugins.json delete mode 100644 data/.obsidian/workspace.json diff --git a/data/.obsidian/app.json b/data/.obsidian/app.json deleted file mode 100644 index 9e26dfe..0000000 --- a/data/.obsidian/app.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/data/.obsidian/appearance.json b/data/.obsidian/appearance.json deleted file mode 100644 index c8c365d..0000000 --- a/data/.obsidian/appearance.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "accentColor": "" -} \ No newline at end of file diff --git a/data/.obsidian/core-plugins-migration.json b/data/.obsidian/core-plugins-migration.json deleted file mode 100644 index 436f43c..0000000 --- a/data/.obsidian/core-plugins-migration.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "file-explorer": true, - "global-search": true, - "switcher": true, - "graph": true, - "backlink": true, - "canvas": true, - "outgoing-link": true, - "tag-pane": true, - "properties": false, - "page-preview": true, - "daily-notes": true, - "templates": true, - "note-composer": true, - "command-palette": true, - "slash-command": false, - "editor-status": true, - "bookmarks": true, - "markdown-importer": false, - "zk-prefixer": false, - "random-note": false, - "outline": true, - "word-count": true, - "slides": false, - "audio-recorder": false, - "workspaces": false, - "file-recovery": true, - "publish": false, - "sync": false -} \ No newline at end of file diff --git a/data/.obsidian/core-plugins.json b/data/.obsidian/core-plugins.json deleted file mode 100644 index 9405bfd..0000000 --- a/data/.obsidian/core-plugins.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - "file-explorer", - "global-search", - "switcher", - "graph", - "backlink", - "canvas", - "outgoing-link", - "tag-pane", - "page-preview", - "daily-notes", - "templates", - "note-composer", - "command-palette", - "editor-status", - "bookmarks", - "outline", - "word-count", - "file-recovery" -] \ No newline at end of file diff --git a/data/.obsidian/workspace.json b/data/.obsidian/workspace.json deleted file mode 100644 index 61f6bd6..0000000 --- a/data/.obsidian/workspace.json +++ /dev/null @@ -1,158 +0,0 @@ -{ - "main": { - "id": "df1339918e187e3d", - "type": "split", - "children": [ - { - "id": "dcf9f241c5bd7696", - "type": "tabs", - "children": [ - { - "id": "451c0c07851e92a9", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Code_Editors.md", - "mode": "preview", - "source": false - } - } - } - ] - } - ], - "direction": "vertical" - }, - "left": { - "id": "210fec5031561080", - "type": "split", - "children": [ - { - "id": "87097e092db4249f", - "type": "tabs", - "children": [ - { - "id": "cb224b42b3c9faac", - "type": "leaf", - "state": { - "type": "file-explorer", - "state": { - "sortOrder": "alphabetical" - } - } - }, - { - "id": "ac6f719cfb813a3b", - "type": "leaf", - "state": { - "type": "search", - "state": { - "query": "", - "matchingCase": false, - "explainSearch": false, - "collapseAll": false, - "extraContext": false, - "sortOrder": "alphabetical" - } - } - }, - { - "id": "d39b52b02a925bc7", - "type": "leaf", - "state": { - "type": "bookmarks", - "state": {} - } - } - ] - } - ], - "direction": "horizontal", - "width": 300 - }, - "right": { - "id": "09231690755c9047", - "type": "split", - "children": [ - { - "id": "0e24abbcdf3a8bd6", - "type": "tabs", - "children": [ - { - "id": "116935447f594a1f", - "type": "leaf", - "state": { - "type": "backlink", - "state": { - "file": "Code_Editors.md", - "collapseAll": false, - "extraContext": false, - "sortOrder": "alphabetical", - "showSearch": false, - "searchQuery": "", - "backlinkCollapsed": false, - "unlinkedCollapsed": true - } - } - }, - { - "id": "477711218f6ab15a", - "type": "leaf", - "state": { - "type": "outgoing-link", - "state": { - "file": "Code_Editors.md", - "linksCollapsed": false, - "unlinkedCollapsed": true - } - } - }, - { - "id": "7565efd5630aa24c", - "type": "leaf", - "state": { - "type": "tag", - "state": { - "sortOrder": "frequency", - "useHierarchy": true - } - } - }, - { - "id": "c49cca538ff61ba0", - "type": "leaf", - "state": { - "type": "outline", - "state": { - "file": "Code_Editors.md" - } - } - } - ] - } - ], - "direction": "horizontal", - "width": 300, - "collapsed": true - }, - "left-ribbon": { - "hiddenItems": { - "switcher:Open quick switcher": false, - "graph:Open graph view": false, - "canvas:Create new canvas": false, - "daily-notes:Open today's daily note": false, - "templates:Insert template": false, - "command-palette:Open command palette": false - } - }, - "active": "451c0c07851e92a9", - "lastOpenFiles": [ - "APIs_Data_and_ML.md", - "Artificial_Intelligence.md", - "BaaS.md", - "Code_Editors.md", - "Design_and_UI.md", - "Domains.md" - ] -} \ No newline at end of file From f670d0b6824fb078ad84f95e94ef400b9993f89c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 17 Feb 2024 07:29:08 +0800 Subject: [PATCH 3/4] Update Code_Editors.md --- data/Code_Editors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/Code_Editors.md b/data/Code_Editors.md index 17393f5..de8c818 100644 --- a/data/Code_Editors.md +++ b/data/Code_Editors.md @@ -1,7 +1,7 @@ ## Code Editors | Website | Description | -| :--: | ---- | +|:-:|-| | [Brackets](https://brackets.io) | A modern text editor that makes it easy to design in the browser. | | [Code::Blocks](https://www.codeblocks.org) | A free and open-source IDE that supports multiple programming languages including C, C++, and Fortran. | | [CodeLite](https://codelite.org) | An open-source, free, cross-platform IDE, specialized in C, C++, Rust, Python, PHP, and JavaScript. | @@ -14,4 +14,5 @@ | [Notepad++](https://notepad-plus-plus.org) | A free and open-source text and source code editor for use with Microsoft Windows. | | [Sublime Text](https://www.sublimetext.com) | A shareware text and source code editor available for Windows, macOS, and Linux. | | [Vim](https://www.vim.org) | A highly configurable terminal-based text editor built to make creating and changing any kind of text. | -| [VSCodium](https://vscodium.com/) | Highly configurable and open source code editor with plugins, themes, and more. Runs everywhere. Visual Studio Code built from the source, stripped of Microsoft's telemetry and tracking. | \ No newline at end of file +| [Visual Studio Code](https://code.visualstudio.com) | Code editing. Redefined. Free. Built on open source. Runs everywhere. | +| [VSCodium](https://vscodium.com/) | Highly configurable and open source code editor with plugins, themes, and more. Runs everywhere. Visual Studio Code built from the source, stripped of Microsoft's telemetry and tracking. | From b0bc69034effd05b605ad1480cb363452f285d51 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 17 Feb 2024 07:29:21 +0800 Subject: [PATCH 4/4] Update Code_Editors.md --- data/Code_Editors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Code_Editors.md b/data/Code_Editors.md index de8c818..883c7bc 100644 --- a/data/Code_Editors.md +++ b/data/Code_Editors.md @@ -15,4 +15,4 @@ | [Sublime Text](https://www.sublimetext.com) | A shareware text and source code editor available for Windows, macOS, and Linux. | | [Vim](https://www.vim.org) | A highly configurable terminal-based text editor built to make creating and changing any kind of text. | | [Visual Studio Code](https://code.visualstudio.com) | Code editing. Redefined. Free. Built on open source. Runs everywhere. | -| [VSCodium](https://vscodium.com/) | Highly configurable and open source code editor with plugins, themes, and more. Runs everywhere. Visual Studio Code built from the source, stripped of Microsoft's telemetry and tracking. | +| [VSCodium](https://vscodium.com) | Highly configurable and open source code editor with plugins, themes, and more. Runs everywhere. Visual Studio Code built from the source, stripped of Microsoft's telemetry and tracking. |