We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown is the base format for tools like Obsidian or logseq. As a user, I would like to be able to ask question about all the notes I took.
Since we already support parsing plain .txt files with
.txt
ragna/ragna/core/_document.py
Lines 226 to 231 in 4962665
we could just rename it to PlainTextDocumentHandler and add .md to the supported suffixes.
PlainTextDocumentHandler
.md
The text was updated successfully, but these errors were encountered:
I'd like to help contribute to ragna. This seems like some low-hanging fruit as a first issue and to set up my development environment.
Sorry, something went wrong.
Add support for markdown files (Quansight#210)
97d7597
Successfully merging a pull request may close this issue.
Markdown is the base format for tools like Obsidian or logseq. As a user, I would like to be able to ask question about all the notes I took.
Since we already support parsing plain
.txt
files withragna/ragna/core/_document.py
Lines 226 to 231 in 4962665
we could just rename it to
PlainTextDocumentHandler
and add.md
to the supported suffixes.The text was updated successfully, but these errors were encountered: