DatabaseViewer - See notes in a table format similar to Notion databases

Hello! :waving_hand:

I have been using Joplin for a long time and have always loved it. However, as the number of notes grew, I started to struggle to manage everything. I considered switching to Notion because of its databases, but I liked Joplin’s text editing speed more, so I used the PARA method to organise my notes instead.

But when organising tasks, I really missed Notion's databases. So, I built a tool to help me visualise my tasks in the same way as a Notion database. As I am not a web developer, this is a standalone .exe file. It uses Joplin’s 'External Editor' feature to launch.

I do not think it will revolutionise anything, and it's not quite "production ready" yet, but I am quite happy with it and I wanted to share it with the community.

Best
Phnix

3 Likes

What is the purpose of the exe file?

I think that's just the compiled application. It's not a plugin but an external app it seems

1 Like

Yes, this is an external app that I use alongside Joplin. I created the tool using the Godot Game Engine, so it is a compiled executable file.
It can be exported as an HTML5 app, so it would have been possible for me to create a plugin that loads the app inside Joplin. However, I lack the necessary web development knowledge to do so.

1 Like