postkevone / tiddlyresearch

Local and Anki-compatible note-taking tool based on TiddlyWiki
https://postkevone.github.io/tiddlyresearch/
195 stars 9 forks source link

editor-autolist doesn't work #20

Open pdroalves opened 3 years ago

pdroalves commented 3 years ago

Hello, I'm trying to install the editor-autolist plugin but there is something going wrong. When I create a new tiddler, type "#" or "*", and then press enter, the entire line is replace by an empty line. The expected behavior with this plugin would be to jump to the next line and repeat the symbol.

I'm running TiddlyResearch v1.3. Is this plugin not compatible with this version?

postkevone commented 3 years ago

This is probably a compatibility issue between editors (Streams vs Autolist). Disabling the Streams plugin should resolve the problem, I will do some testing later today.

arunnbabu81 commented 3 years ago

@pdroalves Streams and editor autolist - both use tab and shift-tab for indenting and unindenting. In the control panel, there is an option to change the keyboard shortcuts. You can change the conflicting shortcuts there.

postkevone commented 3 years ago

After doing some testing I can say that the plugin works as intended with the newer version of tiddlyresearch. Creating a blank line after writing only "#" or "*" without any text seems to be normal behaviour.

I have tried writing "# test" and the line is repeated as expected. Let me know if you are still encountering editing problems.

pdroalves commented 3 years ago

Good to know! I will update my instance. Thanks.