[PR #750] [CLOSED] Add more plaintext document types #3478

Closed
opened 2026-02-22 18:33:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/750
Author: @christianromney
Created: 2/18/2024
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 14afd2a Add more plaintext document types

📊 Changes

1 file changed (+7 additions, -3 deletions)

View changed files

📝 collector/utils/constants.js (+7 -3)

📄 Description

org-mode, asciidoc, and reStructuredText are all text formats

Pull Request Type

  • feat

What is in this change?

Treats org-mode, ascii-doc, and reStructuredText like Markdown and plain text.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated (not applicable)
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/750 **Author:** [@christianromney](https://github.com/christianromney) **Created:** 2/18/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`14afd2a`](https://github.com/Mintplex-Labs/anything-llm/commit/14afd2aeec96613646fb7f4e5f7cbef73dbe8d0c) Add more plaintext document types ### 📊 Changes **1 file changed** (+7 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `collector/utils/constants.js` (+7 -3) </details> ### 📄 Description org-mode, asciidoc, and reStructuredText are all text formats ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat ### What is in this change? Treats org-mode, ascii-doc, and reStructuredText like Markdown and plain text. ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated (**not applicable**) - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:52 -05:00
yindo closed this issue 2026-02-22 18:33:52 -05:00
yindo changed title from [PR #750] Add more plaintext document types to [PR #750] [CLOSED] Add more plaintext document types 2026-06-05 15:13:38 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3478