Skip to content

Conversation

@jhradilek
Copy link
Contributor

Similarly to Markdown, AsciiDoc is essentially a plain text format and models typically have no problem extracting information from it. Currently, the web UI does not list AsciiDoc files among supported file types in the file dialog, and reports the following error for them:

Unsupported File Types

README.adoc
File type not supported

This pull request adds support for AsciiDoc files to the web UI. It uses the most commonly used .adoc file extension and the text/asciidoc MIME type as recommended in the AsciiDoc FAQ.

Copy link
Collaborator

@allozaur allozaur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, please just add a static webui build to the PR and we're good to go!

@jhradilek
Copy link
Contributor Author

jhradilek commented Oct 30, 2025

Thank you, I just pushed the static build as requested. I used npm run build as described in the web UI README file. Should I also include updated package-lock.json with the static build?

@allozaur allozaur merged commit 1ae7488 into ggml-org:master Nov 1, 2025
14 checks passed
@jhradilek jhradilek deleted the add-adoc-to-webui branch November 1, 2025 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants