You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is this note-taking app which I love to use on my mac and iphone. It works with txt-files saved to my icloud. You just type markdown. The app only then renders the markdown and provides an interface for the notes. I could directly access the txt file as well and edit it.
I would like to propose the author to add support for VIM motions to his macos app written in swift. I recently was forced to learn VIM motions and pretty amazed, so that I don't want to miss hjkl etc. anymore.
I am a beginner and finished some c/c++/javascript projects (42 core corriculum) and would be grateful for your feedback:
what is the complexity of the task to integrate vim motions into a macos app written in swift/swiftui? do you think that it is a good exercise for a beginner?
which conditions must be met by the app to be able to add support to it? I would like to suggest the app author to add this feature if he can provide me the API.
which existing vim motions logic could be easily/quickly added? (only basic vim features are sufficient) is there a package I could try to integrate?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There is this note-taking app which I love to use on my mac and iphone. It works with txt-files saved to my icloud. You just type markdown. The app only then renders the markdown and provides an interface for the notes. I could directly access the txt file as well and edit it.
I would like to propose the author to add support for VIM motions to his macos app written in swift. I recently was forced to learn VIM motions and pretty amazed, so that I don't want to miss hjkl etc. anymore.
I am a beginner and finished some c/c++/javascript projects (42 core corriculum) and would be grateful for your feedback:
what is the complexity of the task to integrate vim motions into a macos app written in swift/swiftui? do you think that it is a good exercise for a beginner?
which conditions must be met by the app to be able to add support to it? I would like to suggest the app author to add this feature if he can provide me the API.
which existing vim motions logic could be easily/quickly added? (only basic vim features are sufficient) is there a package I could try to integrate?
Beta Was this translation helpful? Give feedback.
All reactions