Göktuğ Karakaşlı

Results 58 comments of Göktuğ Karakaşlı

> Hi: First of all, thank you so much for creating this. It's added a whole new dimension of usefulness to my org-roam files, fantastic work. Thank you!! > I...

You can use `watch -n 0.1 ls -lh org-roam.db` command to run `ls -lh` on `org-roam.db` automatically and wait for jitter.

Can you check `org-roam-server-db-last-modification`, it should has the same value with your db file when converted to the date format. `int -> date`

Can you try to dig a little bit more to find out why is it changing constantly. On my side, it always stays constant if the db is not changing.

> I had the same problem here and found out the source of jittery. > `C-h v org-roam-db-location` > > ``` > Documentation: > The full path to file where...

Hey, this looks awesome. But if I currently merge this I have to maintain it and I can't even look at the other PRs and issues right now due to...

Added two new variables https://github.com/org-roam/org-roam-server/blob/23bf730e250ffa34c8a19349a4292aed23a67391/org-roam-server.el#L178-L183 https://github.com/org-roam/org-roam-server/blob/23bf730e250ffa34c8a19349a4292aed23a67391/org-roam-server.el#L185-L190 You can set default filters now. > Also, thanks for an awesome addition to org-roam! It really cranks up the coolness-factor of the ecosystem...

Figures are shown if they are images(png, jpg, etc.). If they are pdfs, unfortunately they are not shown directly. You can set org-roam-server-serve-files to t and then you can click...

This ```elisp (setq org-roam-server-serve-files t) ``` should work. When you set it to `t`, it shouldn't show `file:` when you hover to the link but rather it should show `127.0.0.1:8080/`....

Also you might have extra `/` in your link. It should be `[[file:/Users/roi/Dropbox/figure.pdf][Description]]`