neorg
neorg copied to clipboard
More feature to Neorg Tables
Issues
- [x] I have checked existing issues and there are no existing ones with the same request.
Feature description
I genuinely do not know how to make a proper table in neorg. There is nothing in the help file or wiki (none that I found). Tables are really essential for the workflow and the only hurdle for me.
I don't know too much about how to make a proper table in neorg. I do it this way
@table
| C1 | C2 | C3 |
|----|----|----|
| B1 | B2 | B3 |
@end
I don't know if I'm doing tables wrong this whole time. (Plz correct me if I'm wrong.)
Feature Requests
- Auto Resizing table (It is done of Emacs org mode)
- Concealing the
|and-with box like shapes like a real table representation. (render-markdown.nvim plugin does that.) - Adding URL highlighting in tables. (In the format shown above URL highlights are not done, It is expressed as normal text).
Don't much care about 3rd one but Auto resizing and boxdraw representation will be a great addition.
Help
No
Implementation help
No response