Skip to content

Commit 4a6d3fc

Browse files
committed
chore: faq
1 parent 4b93f6b commit 4a6d3fc

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
</h4>
1212
<h5 align="center">
1313
<a href="#installation">Install</a> |
14-
<a href="#-features">Feautres</a>
14+
<a href="#-features">Feautres</a> |
15+
<a href="https://github.com/blob42/gosuki/blob/master/docs/faq.md">Faq</a>
1516
</h5>
1617

1718

docs/faq.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,23 @@
22

33
- **Q: Where does my data go? On my HD or somewhere in the cloud?**
44
- **A**: It is stored locally in a [buku](https://github.com/jarun/buku) compatible sqlite [database](/internal/database/database.go).
5+
6+
----------
7+
8+
- **Q: Does gosuki support bookmark deletion?**
9+
- **A**: No, it only supports adding/modifying bookmarks. Since it's designed to be multi-browser, multi-profile, and real-time, adding deletion functionality would introduce excessive complexity with limited benefit. Users can simply utilize the `#deleted` tag (for example) to organize deleted bookmarks within their own tag hierarchy. Given that bookmarks consume negligible storage space, this approach provides an efficient workaround.
10+
11+
----------
12+
13+
- **Q: Is it possible to synchronize multiple devices?**
14+
- **A**: Yes, you can synchronize your bookmarks using:
15+
- [P2P Auto Sync](https://gosuki.net/docs/features/multi-device-sync/p2p-auto-sync)
16+
- [Using Syncthing](https://gosuki.net/docs/features/multi-device-sync/syncthing)
17+
18+
19+
----------
20+
21+
- **Q: Can I synchronize with my mobile devices?**
22+
- **A**: Yes, using the guides for:
23+
- **P2P Auto Sync**: [Mobile devices setup](https://gosuki.net/docs/features/multi-device-sync/p2p-auto-sync/#mobile-devices)
24+
- **Syncthing**: [Example mobile setup](https://gosuki.net/docs/features/multi-device-sync/syncthing/#example)

0 commit comments

Comments
 (0)