[PR #757] [MERGED] Support more plaintext filetypes #3481

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/757
Author: @timothycarambat
Created: 2/19/2024
Status: Merged
Merged: 2/19/2024
Merged by: @timothycarambat

Base: masterHead: christianromney/master


📝 Commits (2)

📊 Changes

1 file changed (+5 additions, -1 deletions)

View changed files

📝 collector/utils/constants.js (+5 -1)

📄 Description

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

Pull Request Type

  • feat

resolves #750

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/757 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 2/19/2024 **Status:** ✅ Merged **Merged:** 2/19/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `christianromney/master` --- ### 📝 Commits (2) - [`14afd2a`](https://github.com/Mintplex-Labs/anything-llm/commit/14afd2aeec96613646fb7f4e5f7cbef73dbe8d0c) Add more plaintext document types - [`62ec63a`](https://github.com/Mintplex-Labs/anything-llm/commit/62ec63acf13457862fe429b7855736729f9495e6) lint ### 📊 Changes **1 file changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `collector/utils/constants.js` (+5 -1) </details> ### 📄 Description org-mode, asciidoc, and reStructuredText are all text formats ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat resolves #750 ### 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 #757] Support more plaintext filetypes to [PR #757] [MERGED] Support more plaintext filetypes 2026-06-05 15:13:39 -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#3481