[GH-ISSUE #4829] [Feature]: Text Widget doesn't support markdown tables #51176

Closed
opened 2026-04-30 17:04:25 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @mrpotatocode on GitHub (Apr 16, 2025).
Original GitHub issue: https://github.com/actualbudget/actual/issues/4829

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

Hello!

I am attempting to input a markdown table into text widget, e.g.:

### Text Widget

| Column1              | Column2   |
|--------------------|------------|
| Text Field     | Numeric Value      |

Expected Output:

Text Widget

Column1 Column2
Text Field Numeric Value

Actual's Ouput:

Image

I have tested in two client versions, electron v25.3.1 and firefox v25.4.0, both with server version v25.4.0, same outcome.

Thank you so much for your amazing work ❤

How can we reproduce the issue?

  1. click 'Add new widget', select 'Text widget' on reports dashboard
  2. click 'Edit dashboard' button
  3. Edit Text widget contents (right click, 'edit content')
  4. click 'Finish editing dashboard' button

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Desktop App (Electron), Firefox

Operating System

Mac OSX

Originally created by @mrpotatocode on GitHub (Apr 16, 2025). Original GitHub issue: https://github.com/actualbudget/actual/issues/4829 ### Verified issue does not already exist? - [x] I have searched and found no existing issue ### What happened? Hello! I am attempting to input a markdown table into text widget, e.g.: ``` ### Text Widget | Column1 | Column2 | |--------------------|------------| | Text Field | Numeric Value | ``` Expected Output: ### Text Widget | Column1 | Column2 | |--------------------|------------| | Text Field | Numeric Value | Actual's Ouput: <img width="379" alt="Image" src="https://github.com/user-attachments/assets/9769d9ab-8497-4782-831f-66346540afc8" /> I have tested in two client versions, electron v25.3.1 and firefox v25.4.0, both with server version v25.4.0, same outcome. Thank you so much for your amazing work ❤ ### How can we reproduce the issue? 1. click 'Add new widget', select 'Text widget' on reports dashboard 2. click 'Edit dashboard' button 3. Edit Text widget contents (right click, 'edit content') 4. click 'Finish editing dashboard' button ### Where are you hosting Actual? Docker ### What browsers are you seeing the problem on? Desktop App (Electron), Firefox ### Operating System Mac OSX
GiteaMirror added the needs votesfeature labels 2026-04-30 17:04:25 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Apr 16, 2025):

Thanks for sharing your idea!

This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution).

The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+

Don’t forget to upvote the top comment with 👍!

<!-- gh-comment-id:2810551383 --> @github-actions[bot] commented on GitHub (Apr 16, 2025): :sparkles: Thanks for sharing your idea! :sparkles: This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! <!-- feature-auto-close-comment -->
Author
Owner

@jrhedman commented on GitHub (Jul 2, 2025):

@mrpotatocode Looks like we need to add remark-gfm plugin since react-markdown is what's being used: MarkdownCard.tsx

Here's an example that explains it.

<!-- gh-comment-id:3029075982 --> @jrhedman commented on GitHub (Jul 2, 2025): @mrpotatocode Looks like we need to add [remark-gfm](https://github.com/remarkjs/react-markdown?tab=readme-ov-file#use-a-plugin) plugin since react-markdown is what's being used: [MarkdownCard.tsx](https://github.com/actualbudget/actual/blob/4aea6f48987eb6b17e48d56e103601e47dfa4abe/packages/desktop-client/src/components/reports/reports/MarkdownCard.tsx#L138) [Here's](https://remarkjs.github.io/react-markdown/) an example that explains it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#51176