-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Add typeahead to AIR wikilinks #1
Comments
Modifying a textarea on the fly inside a keystroke event loop does not work. We must shift to a reactive widget. Looking at RxJS or something like that if we are to remain inside the node-express framework. |
RxJS and Marble.js are typescript based. If we are going that route, might just shift to something like AppRun or deno.js |
Pushing this to a backburner for now in favor of adding authentication. |
Reopening to be added to a project. We need this feature. |
Possible Approch
|
When creating a wikilink "[[]]", it's useful to have access to typeahead for topics.
The text was updated successfully, but these errors were encountered: