File: quarto.png (11.5 KB)
(�/�c�?J� ��ݚ�;��֕�p�s4�٭5�~�L�t��.(D>��"����4�9<;G�8��>ym�<3$I��D�90�c��C����D�����-Ya )������0|Ŋ��<�k��L!9�7�Ѩ��!�_�C�������G��^����wW�"��Nƹ��֒]���c��S�41,���h|"���A����F�e9 Er���1��'P����2�>� g�Q�~\��)���l�YJW��G���]gO�
Showing all 3 replies.
>>
>>16995620
I just want a simple table editor. Not spreadsheet for calculation.
Something that supports sorting. Multi-line. Wrapping long entries. Think wikipedia’s tables.
Many kinds of information are organized as lists and tables. But the support on stuff like obsidian is still poor. I think it’s the insistence of these modern programs of making everything underneath as readable plain text, markdown-flavored. Making certain features clunky to implement.
>>
>>16995708
Line-wrapping in markdown tables is a super difficult computer science question. Basically P vs NP level. That’s why no program can do that.
https://forum.obsidian.md/t/word-wrap-in-markdown-tables/2859
https://old.reddit.com/r/vim/comments/18diw38/wrap_long_lines_in_markd own_tables/
https://stackoverflow.com/questions/15955160/markdown-table-with-long- lines
>>
>>16995719
The list-table from python’s docutils/restructuredtext would work better as the underlying representation for that kind of purpose.
https://sphinx-nefertiti.readthedocs.io/latest/users-guide/components/ tables-rst.html#list-table-directiv e