damionx7 / Zettel-Notes-Documentation

Documentation for Zettel Notes : Markdown Note Taking application for android devices
https://znotes.thedoc.eu.org/
GNU General Public License v3.0
55 stars 5 forks source link

[Feature Request] Headerless Markdown tables. #17

Closed RokeJulianLockhart closed 10 months ago

RokeJulianLockhart commented 1 year ago

This is merely a matter of support for whichever Markdown processor Zettel uses, per https://stackoverflow.com/a/17543474/9731176.

This would permit

| ---- | ---- |
| data | data |

(headerless)

in addition to the standard

| head | head |
| ---- | ---- |
| data | data |
damionx7 commented 10 months ago

Markdown library that Zettel Notes uses does not have this feature and is not actively maintained.

RokeJulianLockhart commented 10 months ago

@damionx7,

https://github.com/damionx7/Zettel-Notes-Documentation/issues/17#issuecomment-1877520295

Which library does it utilize?

https://github.com/damionx7/Zettel-Notes-Documentation/issues/17#event-11393096992

Probably best to close it as unplanned, then (rather than https://github.com/damionx7/Zettel-Notes-Documentation/issues?q=is%3Aissue+is%3Aclosed+reason%3Acompleted).

damionx7 commented 10 months ago

Its Markwon library.

RokeJulianLockhart commented 10 months ago

https://github.com/damionx7/Zettel-Notes-Documentation/issues/17#issuecomment-1878067898

@damionx7, https://github.com/noties/Markwon?

damionx7 commented 10 months ago

#17 (comment)

@damionx7, https://github.com/noties/Markwon?

Yes. Its https://github.com/noties/Markwon.