Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frostime/sy-export-tree
https://github.com/frostime/sy-export-tree
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frostime/sy-export-tree
- Owner: frostime
- License: mit
- Created: 2023-07-23T04:54:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T08:55:23.000Z (7 months ago)
- Last Synced: 2024-04-29T08:31:16.467Z (7 months ago)
- Language: TypeScript
- Size: 437 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Export Document Tree Structure
Export the structure of your current note document tree as a yaml formatted text file.
> Note: Once the export task is turned on, it cannot be closed, and the use of notes during the export period will be significantly stuck, it is best to choose a free time to perform the export task.
The basic structure of the exported yaml is as follows:
1. Topmost
```yaml
Export Time: "2023-7-26 17:14:58"
Number of Documents: 903
Document Information:
Images: 1004
Number of Links: 3454
Reference Count: 735
Character Count: 925420
Word Count: 420142
Notebooks:
- Notebook ID: "20210808180117-czj9bvb"
Notebook Name: "Notebook A"
New Flashcards: 0
Due Flashcards: 0
Flashcards: 0
Number of Documents: 60
Document Tree:
```2. Document
```yaml
- Document ID: "20200812220555-lj3enxa"
Document Title: "请从这里开始"
Created: "2020-08-12 22:05:55"
Updated: "2023-04-28 16:53:09"
Number of Child Documents: 6
Number of Offspring Documents: 50
Document Information:
Character Count: 245
Word Count: 245
Number of Links: 5
Reference Count: 7
Child Documents:
```Each level of the document hierarchy is shown above and contains basic information about the document. If there are sub-documents under this document, the basic structure of the sub-documents will be nested in the same structure under the "Child Documents" field.
- Number of Child Documents: The number of sub-documents directly belonging to the current document.
- Number of Offspring Documents: The number of all documents in the subordinate document tree, including the "Number of Child Documents".