Skip to content

Commit

Permalink
Add Dataset method introduction (#55)
Browse files Browse the repository at this point in the history
* fix: Add Dataset method introduction

* add obdisian config file
  • Loading branch information
moyanxinxu authored Nov 12, 2024
1 parent 20cb7c0 commit 9dd5980
Show file tree
Hide file tree
Showing 15 changed files with 13,695 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.obsidian
# .obsidian
.idea
site
main.ipynb
Expand Down
10 changes: 10 additions & 0 deletions .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"strictLineBreaks": false,
"showLineNumber": true,
"alwaysUpdateLinks": true,
"newLinkFormat": "relative",
"useMarkdownLinks": true,
"showUnsupportedFiles": true,
"readableLineLength": false,
"attachmentFolderPath": "./imgs"
}
7 changes: 7 additions & 0 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"monospaceFontFamily": "JetBrains Mono",
"translucency": false,
"cssTheme": "Border",
"accentColor": "",
"theme": "system"
}
3 changes: 3 additions & 0 deletions .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"easy-typing-obsidian"
]
30 changes: 30 additions & 0 deletions .obsidian/core-plugins-migration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": false,
"switcher": false,
"graph": false,
"backlink": false,
"canvas": false,
"outgoing-link": false,
"tag-pane": false,
"properties": false,
"page-preview": true,
"daily-notes": false,
"templates": false,
"note-composer": false,
"command-palette": true,
"slash-command": true,
"editor-status": true,
"bookmarks": false,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": true,
"audio-recorder": false,
"workspaces": false,
"file-recovery": false,
"publish": false,
"sync": false
}
30 changes: 30 additions & 0 deletions .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": false,
"switcher": false,
"graph": false,
"backlink": false,
"canvas": false,
"outgoing-link": false,
"tag-pane": false,
"properties": false,
"page-preview": true,
"daily-notes": false,
"templates": false,
"note-composer": false,
"command-palette": true,
"slash-command": true,
"editor-status": true,
"bookmarks": false,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": true,
"audio-recorder": false,
"workspaces": false,
"file-recovery": false,
"publish": false,
"sync": false
}
59 changes: 59 additions & 0 deletions .obsidian/plugins/easy-typing-obsidian/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"Tabout": true,
"SelectionEnhance": true,
"IntrinsicSymbolPairs": true,
"BaseObEditEnhance": true,
"FW2HWEnhance": true,
"BetterCodeEdit": true,
"AutoFormat": true,
"ExcludeFiles": "",
"ChineseEnglishSpace": true,
"ChineseNumberSpace": true,
"EnglishNumberSpace": true,
"ChineseNoSpace": true,
"PunctuationSpace": true,
"AutoCapital": true,
"AutoCapitalMode": "typing",
"PunctuationSpaceMode": "typing",
"InlineCodeSpaceMode": 1,
"InlineFormulaSpaceMode": 1,
"InlineLinkSpaceMode": 1,
"InlineLinkSmartSpace": true,
"UserDefinedRegSwitch": true,
"UserDefinedRegExp": "{{.*?}}|++\n<.*?>|--\n\\[\\!.*?\\][-+]{0,1}|-+\n(file:///|https?://|ftp://|obsidian://|zotero://|www.)[^\\s()《》。,,!?;;:“”‘’\\)\\(\\[\\]\\{\\}']+|--\n\n[a-zA-Z0-9_\\-.]+@[a-zA-Z0-9_\\-.]+|++\n(?<!#)#[\\u4e00-\\u9fa5\\w-\\/]+|++",
"debug": false,
"userSelRepRuleTrigger": [
"-",
"#"
],
"userSelRepRuleValue": [
{
"left": "~~",
"right": "~~"
},
{
"left": "#",
"right": " "
}
],
"userDeleteRulesStrList": [
[
"demo|",
"|"
]
],
"userConvertRulesStrList": [
[
":)|",
"😀|"
]
],
"userSelRuleSettingsOpen": true,
"userDelRuleSettingsOpen": true,
"userCvtRuleSettingsOpen": true,
"EnterTwice": false,
"TryFixChineseIM": true,
"PuncRectify": false,
"FixMacOSContextMenu": true,
"TryFixMSIME": false
}
Loading

0 comments on commit 9dd5980

Please sign in to comment.