Skip to content

hankhank10/loglink-plugin

Repository files navigation

LogLink Plugin

NOTE: This project is under development (as of 26 Dec 2023) only available in closed beta. If you want to sign up for the beta you can here

LogLink allows you to add to your Obsidian or LogSeq graph more easily from a variety of sources, with a focus on mobile.

You can read all about LogLink at https://loglink.it

Quick demo:

Integrations

Functioning integrations:

  • Telegram

Planned integrations:

  • WhatsApp
  • Email
  • Discord (maybe)
  • Slack (maybe)

Workflow

The simple workflow is that you send a message from your phone (or desktop) to a number via Telegram. You can send text (including special terms like TODO, [[links]] or #hashtags), locations (which resolve nicely including a goodle maps link) or images/videos (which are automatically uploaded to imgur and then inserted into your graph). The service stores these messages until you log into LogSeq on desktop and sync them to your graph via a slash command, at which point they are deleted from the server.

I use this to quickly add to my todo list (eg send a Telegram message saying TODO Buy milk or TODO Call [[John Smith]]), send myself quick notes or send images of things I want to remember (eg a photo of a book I want to read).

If you are interested in either (after reading the important security disclaimer below) then please register interest by either:

For potential collaborators, the tech stack is:

  • Python/Flask/SQLAlchemy on the backend (which I have covered, although anyone with encryption/security experience would be very welcome);

  • JS for the plugin

  • the front end web app/landing page will be build in HTML+Tailwind (again, help very much appreciated here).

  • The service will be free to begin with. I have no aim to run this commercially, although at some point I may have to charge a nominal fee in due course if I start to incur costs (eg for whatsapp or imgur API usage beyond the free plans).

Security

You should read the important security disclaimer here: https://loglink.it/security-notice

Open source

The server and plugin are both open source, so you are welcome to read the source code (github links both below) and you could also use the source code to run your own server.

Links