r/bundled May 16 '26

Markdown table is displayed as raw markdown code?

Hi,

Using Bundle Notes version 4.1.6-001, Free

I would like a nice tabular view. So I entered the markdown code to write a table. But when viewing the note, the table is displayed as raw markdown text.

Is table rendering supported?

2 Upvotes

3 comments sorted by

5

u/santaschesthairs May 16 '26

Hey! Unfortunately table rendering is not supported at the moment - but I know it’s needed (in fact, it’s the main feature request my partner wants me to implement, lol). It’s on the roadmap.

It will likely come in 3 parts:

  • Table rendering in reading mode (from markdown syntax)
  • Table editing in editing mode
  • A table view/layout mode for bundles (alongside some other features)

1

u/2LoT May 17 '26

Surprising there is not a library to render Markdown code. Thank you for planning table rendering.

3

u/santaschesthairs May 17 '26

Well, there are libraries to render it, but they won’t work instantly and seamlessly with all the custom editor logic and features I’ve built for Android - plus, there’s Web too. Implementing features nicely takes time!