Hacker News new | ask | show | jobs
by nfbx 289 days ago
this is really really well designed in comparison to apps like obsidian, since the standard design is actually very readable and actually makes you want to write stuff. i think this could replace my current zettler setup in writing papers when you could map hotkeys to most stuff, and it would have a zotero integration in some way. lovely project!
1 comments

Thank you! I haven't really used zotero, but I feel you can integrate it using url schemes? I have a PR up that opens up `octarine://` url scheme to allow creating notes/folders (it was built for the webclipper repo).

Currently keymaps aren't modifiable, but there's an item on the roadmap to change hotkeys.

I don't have much clue about integration of such features as well unfortunately. Another thing I just realized though is, when you press CTRL+Z it will always open the "Recently Viewed" tab, I think that hotkey combination gotta be changed :D
Are you by any chance on a german keyboard? or a different keyboard layout?

I've had a report before where they keyboard layout messes up, for Z & Y. `Cmd + Y` is Recently viewed while `Z` does undo

I'm on a german keyboard layout, yeah.
Figured! I'll spend time soon to have the keyboard layouts not dictate hotkeys or override them.