Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ bookmarks-core
| +--> --webapp starts Axum webapp
| +--> --app starts Tauri desktop app
|
+--> dkdc-bookmarks Python package
|
+--> bookmarks-webapp
| (Axum UI/routes on localhost:1414)
|
Expand All @@ -39,6 +37,8 @@ bookmarks-core
+--> bookmark URLs open in the OS/browser
```

Screenshot of the web/desktop app:

![Bookmarks web and desktop application](https://raw.githubusercontent.com/dkdc-io/bookmarks/main/assets/bookmarks-webapp.png)

_Web & desktop application._
Expand Down
Loading