Commit Graph

11 Commits

Author SHA1 Message Date
Dustin Darcy
c68f1ab45b Modifying *all* <code> blocks to remove whitespace after <code>
to fix improper markdown formatting.
2023-07-29 11:23:48 -04:00
Dustin Darcy
f5491b4b15 Swapping all spaces with global &nbsp (non-blocking spaces) causes
issues with word-wrap. To solve this we now only have nbsp when we
encounter spaces or a tab at the start of a line (to maintain indentation).

A fiddle exists to test the regex at:
https://jsfiddle.net/xtraeme/x34ao9jp/13/
2023-07-27 16:09:35 -04:00
Dustin Darcy
66a0dafbc6 Improved exportMarkdown() & getName() to better preserve user input:
* Maintains proper carriage returns in markdown output
* Indented spaces / tabs are converted to &nbsp; then run through ExportMD

Also added stub code to improve readability of exported filenames, but this will likely also require changes to some of the Rust code
2023-07-27 02:31:31 -04:00
lencx
bcec5775bb fix: export 2023-07-08 15:48:10 +08:00
lencx
5608bf6eb2 fix: export 2023-07-08 15:14:10 +08:00
lencx
7023b04dd2 fix: export icons 2023-07-08 11:10:24 +08:00
lencx
fc27ae21ac fix: cmd 2023-05-25 22:34:43 +08:00
lencx
b904b1e255 fix: export pdf 2023-05-25 14:37:14 +08:00
lencx
ee0829d8db chore: scripts 2023-05-25 09:52:33 +08:00
lencx
c53524b472 refactor: prompts 2023-05-22 01:59:50 +08:00
lencx
d9612d3bed refactor: conf 2023-05-18 15:32:32 +08:00