- Working links.
- Links that can not be found by title search, are created.
- Mobile should work once merged as well now!
- There were some issues with anchor tags, we switched to using a span element instead.
- General code cleanup.
- This adds preliminary mobile support. Mobile only does a search for the note at this time.
- More of the code was standardized for consistentency and readability.
- Cleared out some old files that didn't need to be there.
- We also pass less inherited props to the new note, resulting in less data you may not want transferring (such as status or tags).
- Many thanks to @ebigram for bringing autocomplete to this plugin. Huzzah!
- Cleaned up some code and made the build process nicer for the TypeScript that is here.
- There is new behavior now in regards to notes that are created when they don't exist. New notes focus and switch to editor mode, existing notes remain in preview mode.