How to get started with issue: note contains a file that does not exist, it shows a Joplin icon

Hey everyone, I am trying to fix the issue https://github.com/laurent22/joplin/issues/7794
As I am new to this organization can anyone guide me on how to begin as I am able to set up the development environment and even successfully reproduce the issue.

1 Like

If you haven't already, be sure to follow the instructions in BUILD.md!

I have successfully build the application in the local environment

1 Like

Then I'd say the next step is to find the place in the code where the icon is set. One way you could do that is to look at the generated HTML in chrome dev tools, and see if there are any strings that you can use to trace it to the place in code. Things like CSS class names, icon name, etc.

1 Like