rajatkulkarni95 / octarine-feedback

Feedback/Issue tracker for Octarine - The private, markdown note taker
https://octarine.app
MIT License
2 stars 0 forks source link

Tab not working as expected when typing code in a code block #4

Open pixmin opened 2 months ago

pixmin commented 2 months ago

I create a new code block with ``` I then start writing code, but if I press TAB to add a tabulation, instead of adding a tabulation, it goes to another element and then what I'm typing goes in the search left sidebar.

rajatkulkarni95 commented 2 months ago

Hello! Yes currently pressing tab inside a codeblock doesn't indent the code (like code editors would)

This is a limitation of prosemirror at the time being, but I am currently looking at ways to fix it