-
|
I'm enjoying this app as a more modern alternative to oStorybook. I'm surprised that markdown's list support has been removed and I'm wondering if there's some app-specific alternative to lists (ordered and/or unordered). In the documentation, the basic formatting says that markdown lists are disabled, and I failed to find any reference anywhere else. HTML
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
It's not been removed. There never were any list support. There is some poorly implemented default list formatting in the editor widget itself, but that has been disabled. HTML tags are not supported either, and won't be for technical reasons. The whole point of novelWriter is to avoid formatting more than the absolute minimum needed for writing fiction/prose. Originally, only emphasis was supported. The shortcodes were added because Markdown emphasis has its limitations. Indent and alignment was also added later. Lists aren't really common in novels, which is why they were never a priority to support. It's technically not that tricky to add single level lists, but I've avoided opening the can of worms of complex text structures because I would likely get requests for more. I sometimes use small lists or tables in my notes. The former is just lines with a marker, so either a dash, an asterisk, or a bullet symbol (available in the Insert menu) will do the trick. For two column information, you can align with the tab key. I use the latter at the top of my character documents to list their personal data. Basically, just write it the old typewriter way. |
Beta Was this translation helpful? Give feedback.

It's not been removed. There never were any list support. There is some poorly implemented default list formatting in the editor widget itself, but that has been disabled. HTML tags are not supported either, and won't be for technical reasons.
The whole point of novelWriter is to avoid formatting more than the absolute minimum needed for writing fiction/prose. Originally, only emphasis was supported. The shortcodes were added because Markdown emphasis has its limitations. Indent and alignment was also added later.
Lists aren't really common in novels, which is why they were never a priority to support. It's technically not that tricky to add single level lists, but I've avoided opening th…