Joplin MenuBar

Hey,

Having a menubar that could add Quick Notes is a feature I wanted for some time. So, I thought to make a Menubar app For the same with electron. I just Started the Project so it's in beta and not for serious usage (it will work fine but still I need to fix some bugs and add many features). Currently, It is working on Mac and Windows.

Some of the Screenshots:





Local Setup:

git clone https://github.com/krishna8421/joplin-menubar

cd joplin-menubar

yarn

yarn dev

Note: if you open in dev mode it will be 800x600 (so you can open console), after build the size is 400x320

I tried to keep minimal UI which does the Job.

Right now you can:

  • Add Notes
  • See the list of your notes and open them from the Menubar

Any feedback and suggestions from the community are most welcome.

3 Likes