Editor shows/hides Table markdown reference depending on caret/clicks
With on Make.md 1.1.3 and Obisidian 1.8.9 (linux)
Strange behaviour when the editor doesn't display the table but the markdown:
Step to reproduce
- Create an empty document
- Type or copy/paste the following
![![#*Table1]]
- Press
Enter. - The content of line 1 is hidden (not deleted). The caret is at
line 2. - Press the up arrow, the line appears again. The line appears again.
- Press
Endkey. The caret appears at the far right ofline 1, and the content of the line disappeared. The line isn't full of space, since the character counter still shows15 characters. - Press
Endagain, and the caret is brought back after the first!, and so on as long as you repeatedly pressEnd. If pressingHomeinstead ofEnd, it has the same effect except that if you pressHome a second time, the content disappears again.
At the beginning of the gif, it shows the Home/End play. Then when the mouse cursor appears, left-clicking on the line switches the visibility of the line contents in the same manner.
Thanks for reporting this, the embedding of views (and anything related to working with the markdown editor) is being moved to the basics plug-in at https://github.com/Make-md/Obsidian-Basics I'm going to leave this open and will take a look once work on this part of the basics plug-in is being done
Thanks, I found a way to trigger that, if it helps:
- Create a new note
- Create a table
- Add a row containing text (e.g. "Lorem ipsum")
- Change the Name column type (Text) to Date
- "Lorem ipsum" stays (and clicking once does bring up the calendar popup) but instead of doing that, double click on the text.
- The table disappears and this bug happens.
I spotted a few other things that might be related so I refrain from posting them and will test them again once the move has completed.
Thanks for working on Make.md !