Skip to content
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

Open
KnowledgeGarden opened this issue Mar 7, 2020 · 5 comments
Open

Add typeahead to AIR wikilinks #1

KnowledgeGarden opened this issue Mar 7, 2020 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@KnowledgeGarden
Copy link
Owner

When creating a wikilink "[[]]", it's useful to have access to typeahead for topics.

@KnowledgeGarden KnowledgeGarden added the enhancement New feature or request label Mar 7, 2020
@KnowledgeGarden KnowledgeGarden self-assigned this Mar 7, 2020
@KnowledgeGarden
Copy link
Owner Author

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.

@KnowledgeGarden
Copy link
Owner Author

RxJS and Marble.js are typescript based. If we are going that route, might just shift to something like AppRun or deno.js

@KnowledgeGarden
Copy link
Owner Author

Pushing this to a backburner for now in favor of adding authentication.

@KnowledgeGarden
Copy link
Owner Author

Reopening to be added to a project. We need this feature.

@KnowledgeGarden
Copy link
Owner Author

Possible Approch

  • Detect [[]]

  • Open a typeahead box above the edit box

  • When topic selected, place at cursor between [[ and ]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant