Silverbullet.md support Logseq like daily journal view?
from lemto@sopuli.xyz to selfhosted@lemmy.world on 24 Jul 2024 04:58
https://sopuli.xyz/post/15145604

I am an Obsidian user and quite happy. But there isn’t a good way to review and scroll daily notes in a Loqseq like fashion in Obsidian. (The plugins for that are unreliable and weak performance.) I have used Logseq but left because of mobile problems, cluttered markdown, and once losing months of data.

I don’t need most of the fancy plugin features of Obsidian aside the robust linking and snappy UI. But I would really like a Logseq like scrollable journal. So is it possible in Silverbullet or do you have another competitor that sounds what I want? Linux + iOS. Not necessarily self hosted but can be.

#selfhosted

threaded - newest

nikolasdi@lemmy.world on 24 Jul 2024 20:49 next collapse

It would be better to ask this in community.silverbullet.md

lemto@sopuli.xyz on 24 Jul 2024 20:52 collapse

Good point.

nikolasdi@lemmy.world on 24 Jul 2024 20:52 next collapse

I have been using it similarly to Logseq by dedicating a page to be used as a scrollable journal, with the difference that I write new dates as headers, by hand.

lemto@sopuli.xyz on 24 Jul 2024 21:45 collapse

Thanks, I probably won’t go that route though but we’ll see.

miau@lemmy.sdf.org on 26 Jul 2024 03:20 collapse

Not familiar with obsidian nor logsec, but silverbullet is a programmable notebook. Everything is indexed and can be used, acessed and manipulated using javascript.

You can then write queries to fetch the data and then use templates to display it.

I have a very simple query that displays all my pending tasks for each project I am working on.

I also have created a template for displaying ttrpg character sheets, and the data is polulated by a yaml object which contains the actual character data. Custom javascript code automatically calculates stats, skills, checks and carry weight for me.

So basically I believe that you can do what you’re looking for on silverbullet but maybe not out of the box.

lemto@sopuli.xyz on 26 Jul 2024 05:52 collapse

Well that sounds really nice. I didn’t know it was that flexible. I’m not very familiar with JavaScript yet but I’ll give it try. Thanks.

miau@lemmy.sdf.org on 26 Jul 2024 11:28 collapse

Awesome! If you decide to give it a go you may want to take a look at the authors youtube channel:

www.youtube.com/channel/UCdPAeHKtE5XcBQ8ScLhGsgQ

He has shared some examples of the things you can do with it.

Anyways I hope you can find somethinflg that suits your needs!