kartik-madhak / noter

Note taking app with a weird name
https://github.com/kartik-madhak/noter
MIT License
1 stars 11 forks source link

fix: tab behaviour on editor #42 #46

Closed Tobshub closed 11 months ago

Tobshub commented 11 months ago

This pr fixes #42 by using codemirror's builtin indentWithTab command as an extension.

Tobshub commented 11 months ago

@kartik-madhak requesting review

Tobshub commented 11 months ago

I've put the indentWithTab command in the customKeymap.ts file :)