add file
This commit is contained in:
5
.obsidian/community-plugins.json
vendored
5
.obsidian/community-plugins.json
vendored
@@ -1,5 +1,8 @@
|
||||
[
|
||||
"easy-typing-obsidian",
|
||||
"cm-editor-syntax-highlight-obsidian",
|
||||
"markdown-prettifier"
|
||||
"markdown-prettifier",
|
||||
"obsidian42-brat",
|
||||
"attachment-flow-plugin",
|
||||
"remotely-save"
|
||||
]
|
||||
1553
.obsidian/plugins/attachment-flow-plugin/main.js
vendored
Normal file
1553
.obsidian/plugins/attachment-flow-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
.obsidian/plugins/attachment-flow-plugin/manifest.json
vendored
Normal file
1
.obsidian/plugins/attachment-flow-plugin/manifest.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"id":"attachment-flow-plugin","name":"AttachFlow","version":"0.4.3","minAppVersion":"1.0.9","description":"This nifty plugin enables seamless management of attachments and referenced links directly from your documents. Taking advantage of an intuitive right-click menu, you can efficiently handle resources in both LIVE and READ modes.","author":"yaozhuwa","authorUrl":"https://github.com/Yaozhuwa","isDesktopOnly":false,"fundingUrl":"https://www.buymeacoffee.com/yaozhuwa"}
|
||||
46
.obsidian/plugins/attachment-flow-plugin/styles.css
vendored
Normal file
46
.obsidian/plugins/attachment-flow-plugin/styles.css
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
.attachment-flow-center-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.attachment-flow-log {
|
||||
margin-bottom: 13px;
|
||||
margin-top: 5px;
|
||||
white-space: pre-line; /* enable line break when html parse text containing '\n' */
|
||||
}
|
||||
|
||||
button.mod-warning {
|
||||
background-color: var(--background-modifier-error);
|
||||
color: var(--text-on-accent);
|
||||
}
|
||||
|
||||
.af-scale-div {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
color: #fff;
|
||||
font-family: var(--default-font);
|
||||
font-size: 20px;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.image-ready-resize {
|
||||
cursor: nwse-resize;
|
||||
outline: 6px solid #dfb0f283;
|
||||
}
|
||||
|
||||
.image-ready-click-view {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
|
||||
.image-in-drag-resize {
|
||||
border: 2px solid blue;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* 点击查看的大图 */
|
||||
#af-zoomed-image {
|
||||
cursor: move;
|
||||
}
|
||||
761
.obsidian/plugins/easy-typing-obsidian/main.js
vendored
761
.obsidian/plugins/easy-typing-obsidian/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "easy-typing-obsidian",
|
||||
"name": "Easy Typing",
|
||||
"version": "5.1.10",
|
||||
"version": "5.3.3",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Autoformat your note as typing.(Auto captalize, autospace)",
|
||||
"author": "yaozhuwa",
|
||||
|
||||
16
.obsidian/plugins/obsidian42-brat/data.json
vendored
Normal file
16
.obsidian/plugins/obsidian42-brat/data.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"pluginList": [
|
||||
"Yaozhuwa/AttachFlow"
|
||||
],
|
||||
"pluginSubListFrozenVersion": [],
|
||||
"themesList": [],
|
||||
"updateAtStartup": true,
|
||||
"updateThemesAtStartup": true,
|
||||
"enableAfterInstall": true,
|
||||
"loggingEnabled": false,
|
||||
"loggingPath": "BRAT-log",
|
||||
"loggingVerboseEnabled": false,
|
||||
"debuggingMode": false,
|
||||
"notificationsEnabled": true,
|
||||
"personalAccessToken": ""
|
||||
}
|
||||
2419
.obsidian/plugins/obsidian42-brat/main.js
vendored
Normal file
2419
.obsidian/plugins/obsidian42-brat/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
15
.obsidian/plugins/obsidian42-brat/manifest.json
vendored
Normal file
15
.obsidian/plugins/obsidian42-brat/manifest.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"id": "obsidian42-brat",
|
||||
"name": "BRAT",
|
||||
"version": "1.0.1",
|
||||
"minAppVersion": "1.4.16",
|
||||
"description": "Easily install a beta version of a plugin for testing.",
|
||||
"author": "TfTHacker",
|
||||
"authorUrl": "https://github.com/TfTHacker/obsidian42-brat",
|
||||
"helpUrl": "https://tfthacker.com/BRAT",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": {
|
||||
"Buy Me a Coffee": "https://bit.ly/o42-kofi",
|
||||
"Visit my site": "https://tfthacker.com"
|
||||
}
|
||||
}
|
||||
3
.obsidian/plugins/obsidian42-brat/styles.css
vendored
Normal file
3
.obsidian/plugins/obsidian42-brat/styles.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.brat-modal .modal-button-container {
|
||||
margin-top: 5px !important;
|
||||
}
|
||||
1
.obsidian/plugins/remotely-save/.gitignore
vendored
Normal file
1
.obsidian/plugins/remotely-save/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
data.json
|
||||
335
.obsidian/plugins/remotely-save/main.js
vendored
Normal file
335
.obsidian/plugins/remotely-save/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/remotely-save/manifest.json
vendored
Normal file
11
.obsidian/plugins/remotely-save/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "remotely-save",
|
||||
"name": "Remotely Save",
|
||||
"version": "0.4.21",
|
||||
"minAppVersion": "0.13.21",
|
||||
"description": "Yet another unofficial plugin allowing users to synchronize notes between local device and the cloud service.",
|
||||
"author": "fyears",
|
||||
"authorUrl": "https://github.com/fyears",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://github.com/remotely-save/donation"
|
||||
}
|
||||
87
.obsidian/plugins/remotely-save/styles.css
vendored
Normal file
87
.obsidian/plugins/remotely-save/styles.css
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
/* set the styles */
|
||||
|
||||
.password-second-confirm {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.password-disclaimer {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.encryptionmethod-second-confirm {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.settings-auth-related {
|
||||
border-top: 1px solid var(--background-modifier-border);
|
||||
padding-top: 18px;
|
||||
}
|
||||
|
||||
.s3-disclaimer {
|
||||
font-weight: bold;
|
||||
}
|
||||
.s3-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dropbox-disclaimer {
|
||||
font-weight: bold;
|
||||
}
|
||||
.dropbox-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dropbox-auth-button-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dropbox-revoke-auth-button-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.onedrive-disclaimer {
|
||||
font-weight: bold;
|
||||
}
|
||||
.onedrive-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.onedrive-auth-button-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.onedrive-revoke-auth-button-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.webdav-disclaimer {
|
||||
font-weight: bold;
|
||||
}
|
||||
.webdav-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.webdis-disclaimer {
|
||||
font-weight: bold;
|
||||
}
|
||||
.webdis-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.qrcode-img {
|
||||
width: 350px;
|
||||
height: 350px;
|
||||
}
|
||||
|
||||
.ignorepaths-textarea {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.logtohttpserver-warning {
|
||||
color: red;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.setting-need-wrapping-mobile .setting-item-control {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
35
.obsidian/workspace.json
vendored
35
.obsidian/workspace.json
vendored
@@ -19,6 +19,19 @@
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "1c8e2f0f2e175033",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "并发.md",
|
||||
"mode": "source",
|
||||
"backlinks": true,
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"stacked": true
|
||||
@@ -71,7 +84,8 @@
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
"width": 300,
|
||||
"collapsed": true
|
||||
},
|
||||
"right": {
|
||||
"id": "572110f2baf458e8",
|
||||
@@ -160,6 +174,8 @@
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
"obsidian42-brat:BRAT": false,
|
||||
"remotely-save:Remotely Save": false,
|
||||
"switcher:Open quick switcher": false,
|
||||
"graph:Open graph view": false,
|
||||
"canvas:Create new canvas": false,
|
||||
@@ -169,9 +185,16 @@
|
||||
},
|
||||
"active": "157daa1a9b93f46c",
|
||||
"lastOpenFiles": [
|
||||
"sql语句.md",
|
||||
"代码规范/代码规范.md",
|
||||
"并发.md",
|
||||
"代码规范/代码规范.md",
|
||||
"弱引用.md",
|
||||
"引用类型.md",
|
||||
"内存泄露.md",
|
||||
"Pasted image 20240512214620.png",
|
||||
"补充面试题.md",
|
||||
"并发编程的其他基础知识.md",
|
||||
"慢SQL优化.md",
|
||||
"sql语句.md",
|
||||
"OOP规约.md",
|
||||
"可读性.md",
|
||||
"事务使用.md",
|
||||
@@ -189,14 +212,8 @@
|
||||
"变量规范.md",
|
||||
"常量规范.md",
|
||||
"常量.md",
|
||||
"logseq-java/pages/变量.md",
|
||||
"Pasted image 20230403123034.png",
|
||||
"代码规范",
|
||||
"Java 并发包中并发队列原理剖析.md",
|
||||
"203-Java/203.1-Java面试/205.15-Redis/Redis.md",
|
||||
"203-Java/203.1-Java面试/205.15-Redis/Redis设计与实现.md",
|
||||
"Java 并发包中线程同步器原理剖析.md",
|
||||
"Java 并发包中并发 List 源码剖析.md",
|
||||
"203-Java/Pasted image 20230613181834.png",
|
||||
"203-Java/203.1-Java面试/205.19-网络&操作系统/Pasted image 20230705222905.png",
|
||||
"203-Java/203.1-Java面试/205.19-网络&操作系统/Pasted image 20230708181100.png",
|
||||
|
||||
Reference in New Issue
Block a user