|
@@ -4,12 +4,13 @@
|
|
|
|
|
|
![lament configuration logo](/static/lc_64.png)
|
|
|
|
|
|
-Bookmark organizing for pinheads.
|
|
|
+Bookmark organizing for pinheads. Lament Configuration is [primarily developed on a self-hosted Gogs instance](https://git.infinitenegativeutility.com/getty/lament-configuration) but is [mirrored on Github](https://github.com/aisamanra/lament-configuration) for easier issue reporting.
|
|
|
|
|
|
-This is a barebones [Pinboard](https://pinboard.in/)-like bookmark organizing service. It's currently in unstable alpha state, but current features include:
|
|
|
+Lament Configuration is a barebones [Pinboard](https://pinboard.in/)-like bookmark organizing service. It's currently in unstable alpha state, but current features include:
|
|
|
- The ability to create, edit, and delete lists of links along with their metadata
|
|
|
- A tagging system for categorizing and retrieving links.
|
|
|
- Lament-Configuration tags are always _hierarchical_: the tag `#food/bread` implies the tag `#food`
|
|
|
+ - Hierarchical tags are also displayed in a "unix-like" way, i.e. two tags `#book/scifi` and `#book/fantasy` will be rendered together as `#book/{scifi,fantasy}`.
|
|
|
- A work-in-progress REST API
|
|
|
- Multi-user support via manual invitation links
|
|
|
- A bookmarklet to easily add new links
|
|
@@ -25,7 +26,6 @@ The following features are planned but not yet implemented.
|
|
|
- A stable and expressive REST API.
|
|
|
- Better admin features, including the ability to bless secondary admins.
|
|
|
- Richer tag search, with boolean operations and the like.
|
|
|
-- Unix-like grouping of hierarchical tags: a link tagged with `#food/bread` and `#food/soup` will be displayed as `#food/{bread,soup}`.
|
|
|
- Collections: your top-level view of links can optionally be presented as several folder-like divisions instead of an amorphous soup of links.
|
|
|
- Optional image previews: links can be viewed in text view or in thumbnail view, and this setting should be sticky on a per-collection basis.
|
|
|
|