mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #299] [feat] 能否支持 TXT 文档的查看和编辑 #217
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @heloook on GitHub (Jun 24, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/299
描述你的建议
感谢开发,很好用。
恳求支持txt:
有很多笔记是txt格式的,放在notegen的笔记目录中,加载不出来。
@codexu commented on GitHub (Jun 24, 2025):
txt 也是纯文本,问题不大
@codexu commented on GitHub (Jul 1, 2025):
收回上面的话,经过研究,发现目前很多功能直接与 md 文件绑定,例如搜索、RAG 等功能,实现起来并不是很容易,并且容易产生 BUG,所以暂时先关闭这条 issue。
你可以尝试批量将 txt 格式直接改为 md,这样是比较容易的方式。