Search Criteria
Package Details: silverbullet 2.2.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/silverbullet.git (read-only, click to copy) |
|---|---|
| Package Base: | silverbullet |
| Description: | Clean Markdown-based writing/note taking application |
| Upstream URL: | https://github.com/silverbulletmd/silverbullet |
| Keywords: | editor markdown note note-taking |
| Licenses: | MIT |
| Submitter: | tarball |
| Maintainer: | tarball |
| Last Packager: | tarball |
| Votes: | 4 |
| Popularity: | 0.004910 |
| First Submitted: | 2023-06-12 16:01 (UTC) |
| Last Updated: | 2025-11-03 08:07 (UTC) |
Dependencies (4)
- bash (bash-devel-gitAUR, bash-gitAUR)
- deno (deno-gitAUR, deno-initAUR, deno-canary-binAUR, deno-stable-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-binAUR, goup-rsAUR, gcc-go) (make)
Latest Comments
1 2 Next › Last »
tarball commented on 2025-10-16 14:02 (UTC)
Thanks. I forgot to move it from
depends=()after they stopped depending ondenoat run time.matth commented on 2025-10-16 13:53 (UTC)
This is missing make dependencies to be able to build properly.
It seems to work with:
Nuss9940 commented on 2025-02-03 18:42 (UTC)
I had a problem starting silverbullet after the update to deno 2.0. It crashes with this message:
Further up in the logs I found the reason:
So in the systemd service file in
ExecStart=we have to replace--unstablewith--unstable-kv.tarball commented on 2024-09-07 22:42 (UTC)
@unwitting, I see the appeal of being able to manage your notes through both the web interface and a local text editor.
Wouldn't a simpler solution work for you, like the combination of:
, adding yourself to the
silverbulletgroup, and symlinking/var/lib/silverbulletto e.g.~/doc?Or even just:
I can of course add the user service, but I won't be using it and it will bitrot over time. Since most of us have many secrets accessible to our primary UNIX users, along with access to
sudo/polkit/etc, it's best to avoid running network daemons under it.And if you have to switch to a different UNIX user to edit your notes, you might as well switch to
silverbullet.Maybe there's something else I'm missing?
showgood163 commented on 2024-09-07 12:26 (UTC)
Hi, @unwitting,
Thanks for the write up.
I upgrade to 0.9.4 with @tarball's PKGBUILD, and /etc/default/silverbullet is not overwritten by default. So I think my problem is solved.
unwitting commented on 2024-09-07 12:07 (UTC) (edited on 2024-09-07 17:15 (UTC) by unwitting)
@showgood163 To have my own config and custom folder I did:
copy
/usr/lib/systemd/system/silverbullet.serviceto/usr/local/lib/systemd/user/silverbullet.servicechange
ExecStartline toEnvironmentFileline to:WantedByline to:remove
DynamicUser=yescreate
~/.config/silverbullet/config.envfile with your config@tarball - Can
--userunit file in/usr/lib/systemd/user/silverbullet.servicebe part of the package?tarball commented on 2024-08-20 07:29 (UTC)
Thanks for the report, it should be fixed now.
showgood163 commented on 2024-08-20 02:01 (UTC)
Hi there!
Is it possible to keep the modified /etc/default/silverbullet by default during installation? The current installation directly replaces the this with the one in the package, and you have to manually redo the configuration after updating the silverbullet.
showgood163 commented on 2023-09-06 14:18 (UTC)
Thanks for your testing.
Yes, I got 0 errors caused by
build()in allpikaur -Sruns.I've updated my response to reflect the RAM limitation in that github issue.
tarball commented on 2023-09-06 10:35 (UTC)
I ran a few more tests on a 512 MB VM, and on a more beefy system with memory limited through cgroups:
There were no problems with memory limits down to 90 MBs (below that it starts crashing with out of memory errors — but no test failures because it doesn't even get to running tests).
It might be worth mentioning in that github issue that you're doing this on a resource-constrained system anyway.
1 2 Next › Last »