Files
server-configs/siyuan/data/plugins/siyuan_doctree_fake_subfolder/README.md

25 lines
1.8 KiB
Markdown
Raw Normal View History

2026-02-13 22:24:27 +08:00
# branch notes
- the `main` branch contains the keyboard nav layout that written by AI.
- the `temp_main` branch is the original code that before AI had written anything to it. I made the branch to fix the issue on mobile, cuz it's hard to debug with codes that not written by me.
- the keb nav feat will be merged into here after I fixed the mobile issue.
# Doctree Nested folder support for SiYuan
This plugin is protected by AGLP 3.0 license
- I know it's painful every time you open secondary or multi-level folders. This plugin will free you from that.
- If you enable auto mode, it will detectyou document, and if it's empty and it has sub document, it will be treated as sub doc.
- In the settings, fill in emojis. For example, if you enter "🗃️,📂,📁", all documents with these three emojis will be treated as sub-notebooks. You can click to expand them, and clicking won't enter the document (but your data won't be lost).
- If you fill in a document ID in the settings, that document will be treated as a sub-notebook. You can click to expand it, and clicking won't enter the document (but your data won't be lost).
# Credit
## Donator (Leave an issue here if you didn't meant to be anonymous)
- Mr / Mrs. anonymous
## Contributous
- [ioxenus](https://github.com/ioxenus)
- [itljsj](https://github.com/tljsj)
- [wilsons](https://ld246.com/member/wilsons) : Written SQL and found getTreeStat API in designing the fully automated mode. Thank you!
- [OpaqueGlass](https://github.com/OpaqueGlass) : Although this plugin does not use OpaqueGlasss exact code, I have more or less been inspired by OpaqueGlasss [syplugin-doubleClickFileTree](https://github.com/OpaqueGlass/syplugin-doubleClickFileTree) project, as I read their code before writing this plugin. Thank you!