Max Stoiber
Max Stoiber
It'd be great to also support `/label WIP` in comments like the Apollo Bot does.
This PR switches `mentions` to be blocks. This is necessary to be able to position the suggestion portal right next to the mention. The problem with this PR is that...
This would allow developers to specify how to render their selected mention. It should also be possible to allow them to make the `suggestions` array data any data structure they...
Should use constant RegExp matching (like [`slate-auto-replace`](https://github.com/ianstormtaylor/slate-auto-replace)) for matching `@`. (or any other character)
Rather than manually adding serialization rules for this plugin users can now do this: ```JS import { Html } from 'slate'; import MentionPlugin from 'slate-mentions'; // Create the plugin as...
It should be possible to implement (from the user side) clickable mention suggestions.
It'd be super awesome if we could support GitHub-style triple-backtick codeblocks.
Given input like this: ```markdown ## Hello world _what's up_ ``` The editor should render the markdown out when in `readOnly` mode, so it should look like this: ## Hello...
I cannot get locals to work, i.e. the `name`, `firstName` and `email` variables aren't showing up in the template. Any ideas why @JedWatson @Noviny?
https://github.com/keystonejs/keystone/issues/1735