vault backup: 2023-07-28 23:10:36
This commit is contained in:
parent
f96d720b07
commit
af5a323bdb
2
.obsidian/vault-stats.json
vendored
2
.obsidian/vault-stats.json
vendored
@ -1 +1 @@
|
||||
{"history":{"2023-07-28":{"words":3,"characters":26,"sentences":0,"pages":0,"files":5,"footnotes":0,"citations":0,"totalWords":183,"totalCharacters":512,"totalSentences":7,"totalFootnotes":22,"totalCitations":22,"totalPages":0.6}},"modifiedFiles":{"Projects - rabbit's/software/ncmdump/ncmdump.md":{"words":{"initial":0,"current":2},"characters":{"initial":1,"current":23},"sentences":{"initial":1,"current":1},"footnotes":{"initial":0,"current":0},"citations":{"initial":0,"current":0},"pages":{"initial":0,"current":0}},"system - misc/templates/project - template.md":{"words":{"initial":286,"current":287},"characters":{"initial":2120,"current":2124},"sentences":{"initial":11,"current":11},"footnotes":{"initial":0,"current":0},"citations":{"initial":0,"current":0},"pages":{"initial":1,"current":1}}}}
|
||||
{"history":{"2023-07-28":{"words":2,"characters":22,"sentences":0,"pages":0,"files":5,"footnotes":0,"citations":0,"totalWords":754,"totalCharacters":4733,"totalSentences":28,"totalFootnotes":0,"totalCitations":0,"totalPages":2.6}},"modifiedFiles":{"system - misc/templates/project - template.md":{"words":{"initial":286,"current":0},"characters":{"initial":2120,"current":0},"sentences":{"initial":11,"current":0},"footnotes":{"initial":0,"current":0},"citations":{"initial":0,"current":0},"pages":{"initial":1,"current":0}}}}
|
||||
17
.obsidian/workspace.json
vendored
17
.obsidian/workspace.json
vendored
@ -47,7 +47,7 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "system - misc/templates/project - template.md",
|
||||
"file": "Projects - rabbit's/software/ncmdump/Untitled.md",
|
||||
"mode": "source",
|
||||
"backlinks": true,
|
||||
"source": false
|
||||
@ -129,7 +129,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "system - misc/templates/project - template.md",
|
||||
"file": "Projects - rabbit's/software/ncmdump/Untitled.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@ -146,7 +146,7 @@
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "system - misc/templates/project - template.md",
|
||||
"file": "Projects - rabbit's/software/ncmdump/Untitled.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
@ -169,7 +169,7 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "system - misc/templates/project - template.md"
|
||||
"file": "Projects - rabbit's/software/ncmdump/Untitled.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -214,12 +214,13 @@
|
||||
"templater-obsidian:Templater": false
|
||||
}
|
||||
},
|
||||
"active": "72c21337d715a7b5",
|
||||
"active": "e9a9e4bb084afe55",
|
||||
"lastOpenFiles": [
|
||||
"Projects - rabbit's/software/ncmdump/ncmdump.md",
|
||||
"system - misc/templates/project - template.md",
|
||||
"system - misc/attachments",
|
||||
"Projects - rabbit's/software/HomeLab/HomeLab.md",
|
||||
"Projects - rabbit's/software/ncmdump/Untitled.md",
|
||||
"system - misc/templates/project - template.md",
|
||||
"Projects - rabbit's/software/ncmdump/ncmdump.md",
|
||||
"system - misc/attachments",
|
||||
"Projects - rabbit's/software/ncmdump",
|
||||
"Projects - rabbit's/hardware/硬盘背板/硬盘背板PCB设计.md",
|
||||
"Projects - rabbit's/hardware/硬盘背板/assests/7EDDD512-5ACB-40A2-8545-38C0582A3977_1_105_c.jpeg",
|
||||
|
||||
83
Projects - rabbit's/software/ncmdump/Untitled.md
Normal file
83
Projects - rabbit's/software/ncmdump/Untitled.md
Normal file
@ -0,0 +1,83 @@
|
||||
<p align="center">
|
||||
<a href="https://example.com/">
|
||||
<img src="https://via.placeholder.com/72" alt="Logo" width=72 height=72>
|
||||
</a>
|
||||
|
||||
<h3 align="center">Logo</h3>
|
||||
|
||||
<p align="center">
|
||||
Short description
|
||||
<br>
|
||||
<a href="https://reponame/issues/new?template=bug.md">Report bug</a>
|
||||
·
|
||||
<a href="https://reponame/issues/new?template=feature.md&labels=feature">Request feature</a>
|
||||
</p>
|
||||
</p>
|
||||
|
||||
|
||||
## Table of contents
|
||||
|
||||
- [Quick start](#quick-start)
|
||||
- [Status](#status)
|
||||
- [What's included](#whats-included)
|
||||
- [Bugs and feature requests](#bugs-and-feature-requests)
|
||||
- [Contributing](#contributing)
|
||||
- [Creators](#creators)
|
||||
- [Thanks](#thanks)
|
||||
- [Copyright and license](#copyright-and-license)
|
||||
|
||||
|
||||
## Quick start
|
||||
|
||||
Some text
|
||||
|
||||
- Instruction 1
|
||||
- Instruction 2
|
||||
- Instruction 3
|
||||
|
||||
## Status
|
||||
|
||||
Here goes all the budgets
|
||||
|
||||
## What's included
|
||||
|
||||
Some text
|
||||
|
||||
```text
|
||||
folder1/
|
||||
└── folder2/
|
||||
├── folder3/
|
||||
│ ├── file1
|
||||
│ └── file2
|
||||
└── folder4/
|
||||
├── file3
|
||||
└── file4
|
||||
```
|
||||
|
||||
## Bugs and feature requests
|
||||
|
||||
Have a bug or a feature request? Please first read the [issue guidelines](https://reponame/blob/master/CONTRIBUTING.md) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://reponame/issues/new).
|
||||
|
||||
## Contributing
|
||||
|
||||
Please read through our [contributing guidelines](https://reponame/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
|
||||
|
||||
Moreover, all HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Main author](https://github.com/usernamemainauthor).
|
||||
|
||||
Editor preferences are available in the [editor config](https://reponame/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at <https://editorconfig.org/>.
|
||||
|
||||
## Creators
|
||||
|
||||
**Creator 1**
|
||||
|
||||
- <https://github.com/usernamecreator1>
|
||||
|
||||
## Thanks
|
||||
|
||||
Some Text
|
||||
|
||||
## Copyright and license
|
||||
|
||||
Code and documentation copyright 2011-2018 the authors. Code released under the [MIT License](https://reponame/blob/master/LICENSE).
|
||||
|
||||
Enjoy :metal:
|
||||
@ -1,2 +0,0 @@
|
||||
#develop #HomeLab
|
||||
#
|
||||
@ -12,6 +12,7 @@
|
||||
·
|
||||
<a href="https://reponame/issues/new?template=feature.md&labels=feature">Request feature</a>
|
||||
</p>
|
||||
</p>
|
||||
|
||||
|
||||
## Table of contents
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user