Taking my first step as a Joplin contributor

Welcome Ansh!

I’ve made many contributions to the Joplin code over the last couple of years, many of which I’d describe as small, meaningful contributions. Feel free to have a look through my merged PRs here Pull requests · laurent22/joplin · GitHub if you think it might benefit to get some context of where features align with the code.

I’ve also raised a load of issues on GitHub and some feature requests on the forum. I can think of a couple which have a clear course of action which should be easy enough to pick up and could be good first issues:

Or if you are interested in something more of a challenge and front-end heavy, and have some ideas for how to make good UI, this is a task I started and gave up on, as front-end isn’t really my strong suit, and I wasn’t quite sure about the best way to implement the feature in a way that provides a good user experience:

I attempted having arrow up and arrow down buttons to move notes through the list, but the FlatList was re-rendering every time a note was moved, meaning it would be really slow to move a note a long way through a list.

1 Like