Ghost/ghost/admin/lib/koenig-editor/addon/options
Kevin Ansfield 0fa0068f6a Koenig - Convert <br>s to soft-break atoms on paste
refs https://github.com/TryGhost/Ghost/issues/9623
- adds `parserPlugins` option with array of parser plugins that read node values and convert them when pasting
- converts `<br>` to a soft-break atom for line breaks
- removes leading newlines from text nodes to avoid leading spaces in the render output (common when pasting MD with line breaks)
2018-05-17 16:46:25 +01:00
..
atoms.js Koenig - Added SHIFT+ENTER line break key command 2018-01-30 10:58:28 +00:00
cards.js Koenig - Initial code card with MD expansion 2018-05-15 15:26:34 +01:00
key-commands.js Koenig - Extract key commands out of {{koenig-editor}} 2018-05-09 18:11:22 +01:00
parser-plugins.js Koenig - Convert <br>s to soft-break atoms on paste 2018-05-17 16:46:25 +01:00
text-expansions.js Koenig - Initial code card with MD expansion 2018-05-15 15:26:34 +01:00