Releases: hxhue/obsidian-click-bottom-to-append-newlines
Releases · hxhue/obsidian-click-bottom-to-append-newlines
1.0.10
1.0.9
1.0.8
1.0.7: fix: problems introduced by 'mousedown'
Now the modification is done in 'click' while other things are handled in 'mousedown'.
1.0.6: Feature: disable cursor blink during modification
Other changes: - Switching from 'click' to 'mousedown' event - Rephrase plugin description
1.0.5: fix: not working when paragraphs are too few.
This is because the distance calculation is wrong. Now the distance is calculated by getting relative offsets to `div.cm-scroller`.
1.0.3: Strict Markdown
Improvements: - Now the plugin ensures paragraphs are separated by an empty line. Fixes: - Incorrect versions.json