Nicolas Gaborit

Results 19 issues of Nicolas Gaborit

The Editor sometimes register a key twice as we type. Might be linked to performance issues that delay the EditorState update while typing ?

enhancement

I was wondering if anyone had made a tool to "convert" style rules from a CSS syntax to a JS object syntax, as accepted by Aphrodite. This does not need...

question

Concerns the Markdown to HTML test for fixture `markdown_documentation_syntax.md` Source: ``` md Markdown provides backslash escapes for the following characters: \ backslash ` backtick * asterisk _ underscore {} curly...

markdown

All fine in the Editor. Not fine in GitBook v3 We should move to URI encoding as the preferred way for links.

bug

Since `v0.11.0` See comment https://github.com/GitbookIO/slate-edit-table/pull/38

bug

The PR https://github.com/GitbookIO/slate-edit-table/pull/17 added a schema rule that prevent orphan cells or rows to exist, and wrap them in tables. An enhancement would be to wrap adjacent cells or rows...

enhancement

When we remove a row/column/table where the selection is, we destroy the selection. We should try to move it naturally to a the closest valid position instead.

enhancement

As suggested, behavior on "Shift+Enter", "Backspace" etc. should be customized, or at least disabled with an option. See best practices for plugins https://docs.slatejs.org/guides/plugins#best-practices

enhancement

Hi @JozoVilcek, At @GitbookIO, we have noticed a fragmentation of the mermaid plugins for gitbook (with varying quality) https://plugins.gitbook.com/browse?q=mermaid We would like to maintain an official mermaid plugin, and you...

Hi, first of all thank you for this extension! I have tried blocking all `https://www.instagram.com/*` except for `https://www.instagram.com/direct/*` which are the DMs. Using this regex : `^https*:\/\/www\.instagram\.com\/(?!direct).*$`, it seems to...