marktext/docs/dev/code
bolshoytoster 2ed5a85012
Removed the space in 'Mark Text' (#2763) (#2782)
* Removed the space in 'Mark Text' (#2763)

Literally just replaced all occurances of 'Mark Text' with 'MarkText' using sed.

This is directly related to #2763.

* Revert changes to .github directory

Reverted changelog etc.

* Added `cs` alias for `csharp` in code blocks (Fixes #2760)

* Added error handler in the renderer process (should fix #2758)

The `src/muya/lib/contentState/clickCtrl.js` file will now return if
`document.querySelector` fails to find an element.
2021-12-25 21:05:58 +08:00
..
renderer Update documents (#1411) 2019-10-01 11:58:44 +08:00
BLOCK_ADDITION_PROPERTY.md handle backspace in footnote 2019-10-28 11:59:51 +08:00
COMMANDS.md Add command palette and quick open dialog (#1493) 2019-11-04 19:50:50 +01:00
IPC.md modify the event prefix between main and renderer process 2019-11-05 13:36:39 +08:00
README.md Removed the space in 'Mark Text' (#2763) (#2782) 2021-12-25 21:05:58 +08:00

Internal Documentation

WIP documentation of MarkText internals.