mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04:00
* Move applyTextEdit to core * WIP: Add janitor command in foam-vscode * basic janitor command done * unsaved markdown janitor solved * export bootstrap getConfig functions * fixed multi unsaved files text edits * Move applyTextEdit to core * WIP: Add janitor command in foam-vscode * basic janitor command done * unsaved markdown janitor solved * export bootstrap getConfig functions * fixed multi unsaved files text edits * Be less greedy about definitions, only include defs at end of file * Use link reference definitions in janitor * Add headers/footers to tests * Ensure janitor doesn't touch unrelated reference definitions * Format document, convert promise trampoline to async/await for readability * Add error handling and friendly output * Use workspace settings for extension * Add flag to janitor * Use note.eol * Fix tests Co-authored-by: Ankit Tiwari <ankitt255@gmail.com> Co-authored-by: Jani Eväkallio <jani.evakallio@gmail.com>