I have been looking to do more studying and IT certifications over the next few months, but before I start studying and taking notes I have been stuck in one of those dreaded loops of finding the right tool for the job. Ideally I would just use Confluence, but:

I initially thought that something like Dokuwiki would do, but it has a glaring error much like many others I tried…

You cannot copy and paste an image from your clipboard to the page!

Instead, you have to upload an image file first to a ‘media library’, and then reference it. This is a severe productivity killer. You cannot meaningfully work, stop, screenshot, save to a file, upload it, reference it and repeat that as often as required. I am used to working with Confluence and this ability alone seems a killer feature that others struggle to match.

The Available Options

So, I tried the below;

Obsidian was pretty close, but it got me thinking…

Use Your Existing IDE

If I had chosen Obsidian, I would have to install Obsidian on every machine I use… It looks very similar to VSCode… Why dont I just see if my current IDE of choice (IntelliJ) has a plugin to ‘clipboard image upload for markdown’? Try googling that BTW. But, it does! It is called ‘Markdown Image Support’. Install that, tell it to save ‘assets’ in a subfolder with a timestamp, and you are done!

No more manual inserts for me! Who cares what the picture filename is called, Git -> Commit -> Push that thing. I feel dumb for not discovering this earlier.

As a bonus, if you start your ‘Learning’ or ‘Study’ repo structure and sort it like it was an MKDocs website you can have Github build your pages and host it for each push, you then have an anywhere available personal KB. Just dont put passwords or secrets on it. And you can change tools later, you are in total control.

Benefits

To summarise, the benefits of the above are

Apologies if all of this is blindingly obvious, but sometimes an existing workflow with a couple of plugins is all you need.