Skip to content

Releases: hxhue/obsidian-click-bottom-to-append-newlines

1.0.10

20 Jul 11:37
Compare
Choose a tag to compare
use registerDomEvent && remove tagAttribute

1.0.9

15 Jul 11:52
Compare
Choose a tag to compare
fix: inserting lines in the middle of text

others:
- changing click listener to mouseup listener

1.0.8

11 Jul 14:14
Compare
Choose a tag to compare
Remove dom event listeners when plugin is disabled

1.0.7: fix: problems introduced by 'mousedown'

06 Jul 08:42
Compare
Choose a tag to compare
Now the modification is done in 'click' while other things are
handled in 'mousedown'.

1.0.6: Feature: disable cursor blink during modification

06 Jul 03:48
Compare
Choose a tag to compare
Other changes:
- Switching from 'click' to 'mousedown' event
- Rephrase plugin description

1.0.5: fix: not working when paragraphs are too few.

05 Jul 05:41
Compare
Choose a tag to compare
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

05 Jul 01:06
Compare
Choose a tag to compare
Improvements:
- Now the plugin ensures paragraphs are separated by an empty line.

Fixes:
- Incorrect versions.json

1.0.2

04 Jul 13:29
Compare
Choose a tag to compare
fix: 'addMyListener' not called on loading

1.0.0

04 Jul 12:02
Compare
Choose a tag to compare
Update readme