face-hh / fextify

A simple text editor written in Rust using Tauri, inspired by Obsidian.
Apache License 2.0
197 stars 14 forks source link

Feature Request: Using up and down to move between lines #29

Open RusticMouse opened 10 months ago

RusticMouse commented 10 months ago

I was wondering why you can only use your arrow key to move left and right but not up and down. Maybe you could implement that into your code.

face-hh commented 10 months ago

Didn't know this doesn't work, I'll look into it.

face-hh commented 10 months ago

Added here

face-hh commented 10 months ago

Added here

Seems like my implementation was bugged

xpeuvr327 commented 9 months ago

it used to work, but then i installed a more recent version (at least i thought), now it no longer works. You should indicate the version somewhere. (using ctrl+p, i.e.)

face-hh commented 9 months ago

Yeah I'm aware the latest version broke this, the code execution stopped when I added my fix. I will look into it when I have more time, but I believe if you don't need the latest support for special characters in titles, you can revert to the version that supports this.

face-hh commented 9 months ago

it used to work, but then i installed a more recent version (at least i thought), now it no longer works. You should indicate the version somewhere. (using ctrl+p, i.e.)

I will indicate the version somewhere if I don't forget :)