Personal Projects

Overview:

Noteshare.space (2022-today)

obsidian-note-sharing-repo-tag obsidian-note-sharing-downloads-count obsidian-note-sharing-stars-count (Plugin) Noteshare.space GitHub stars count (Webapp)

Noteshare.space is a service for sharing end-to-end encrypted Markdown notes from Obsidian. (meaning you can securely share e.g. work-related notes!) I created this service for my own use, as I was tired of relying on third-party services like GitHub Gist to host my Obsidian notes to share with others.

Since then, I have operated Noteshare.space publicly as a way to give back to the Obsidian community.

You can read more about how I designed this software on this blog post.

preview

Features include:

  • No account or API keys required
  • AES-256-CBC encryption
  • Free hosting on Noteshare.space (fair use rate limiting applies)
  • Self-host your encrypted notes for full control (noteshare is 100% open-source)
  • Most markdown is supported (currently no image or note embeddings)

Toggl Track for Obsidian (2021-today)

Obsidian Toggl integration GitHub repo badge Obsidian integration total downloads count Obsidian toggle integration total stars

GitHub

As an avid user of both the Obsidian notes app and the Toggl time tracking service, I develop and maintain an open-source plugin integration Toggl into Obsidian, downloaded by over 6,500 users to date.

The plugin is self-documented using TypeScript and makes use of the official Obsidian API and The Toggl and Toggl Reports API. Custom views are written in the Svelte 3 framework.

Demo

Click here to open the plugin in your Obsidian client.

blockcolors.app (2021, inactive)

I started blockcolors.app as a creative outlet during my thesis year in university. The app lets users discover new combinations of building blocks in Minecraft, save their favorite palettes, and share palettes with friends using share links.

The representative colors of each Minecraft texture were extracted in Python using the PIL and skimages libraries and an algorithm I wrote based on the median cut algorithm used in the GIF image standard.

The web app is built using SvelteKit and Tailwind, and is deployed with Cloudflare for fast worldwide access at the edge As a Jamstack app, all logic runs either client side or is deployed as a Coudflare Worker.

Palette builder Palette viewer Palette gallery