-
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
Entries should be scanned for matches once a [[topic]] exists #26
Comments
I am a huge fan of the idea that you save a note and after a while, it appears with all the known topics identified, then you identify new ones to add to its internal collection.
In the long run, an advanced version of LiteNet will become client-server with a powerful backside capable of doing far more things than we can now. |
Not a bad point about the runtime. Maybe a way around it would be if there were a function that checked onChange the entry to see if it matches any wikilinks and then suggests adding a wikilink to matched words. There should be far less wikilinks than total words, and we're only checking the current entry, so it should be less computationally intense. |
The way I imagine it working is that, for each topic label, write a RegEx which finds each instance and replaces with [[]]; On my current localhost system, I am up to 175 distinct topics. That could grow into the thousands over time. Right now, it would work reasonably well, but later... As a matter of fact, the present codebase is written in plain vanilla node.js and is not event-based; |
I like the Roamlike feature, but I think it could be better:
The text was updated successfully, but these errors were encountered: