KnowledgeGarden / lite-net-3

lite-net as a web app with authentication and privacy; simplest-possible note taking app for network and non-linear thinking.
Apache License 2.0
12 stars 0 forks source link

Add typeahead to AIR wikilinks #1

Open KnowledgeGarden opened 4 years ago

KnowledgeGarden commented 4 years ago

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

KnowledgeGarden commented 4 years ago

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 commented 4 years ago

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

KnowledgeGarden commented 4 years ago

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

KnowledgeGarden commented 4 years ago

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

KnowledgeGarden commented 4 years ago

Possible Approch