kartik-madhak / noter

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

Make the editor zoomable using `ctrl` + `+/-` #45

Closed kartik-madhak closed 11 months ago

kartik-madhak commented 11 months ago

This is kinda expected behavior from all the text editors. Font should be zoomable via ctrl + +/- keybinding. Currently, the editor font can only be changed with ctrl + mouse scroll.

Make sure it works across all OSs - Windows, Linux, and macOS

taran1326 commented 11 months ago

Hey I want to solve this issue but I need a little help here , What is the tech stack you are using here ?

kartik-madhak commented 11 months ago

Hey there, welcome! The tech stack is Tauri - React (with Vite) (and Chakra UI) + Rust There is a readme file at the repo home which has setup instructions, let me know if you are having any difficulty!

Tobshub commented 11 months ago

hi, I'd like to work on this

kartik-madhak commented 11 months ago

Great, assigning it to you @Tobshub!

kartik-madhak commented 11 months ago

@taran1326 there is #44 which is a similar issue if you wanna take a look!