We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This might render the issue related to adding Wikilinks to medium.js moot. Firstly,
Wikilinks require validation - it's possible to make a typo and do [[foo[[ instead of [[foo]] and related typos
A wikilink button for highlighted text seems far more important than a rich text editor bar at this time. This all implies something like
Remove medium.js entirely
Write a keystroke event which detects a highlighted span and then enables a Wikilink button to take care of making those links
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This might render the issue related to adding Wikilinks to medium.js moot.
Firstly,
Wikilinks require validation - it's possible to make a typo and do [[foo[[ instead of [[foo]] and related typos
A wikilink button for highlighted text seems far more important than a rich text editor bar at this time.
This all implies something like
Remove medium.js entirely
Write a keystroke event which detects a highlighted span and then enables a Wikilink button to take care of making those links
The text was updated successfully, but these errors were encountered: