Silverbullet.md support Logseq like daily journal view?

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.

34 points · 7 comments · view on lemmy.world

7 Comments

nikolasdi@lemmy.world · 2 pts · 2y (1 reply)

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

lemto@sopuli.xyz · 1 pts · 2y

Good point.

miau@lemmy.sdf.org · 2 pts · 2y (2 replies)

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 · 2 pts · 2y (1 reply)

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 · 2 pts · 2y

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

https://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!

nikolasdi@lemmy.world · 1 pts · 2y (1 reply)

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 · 1 pts · 2y

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