A bookmark organizing service for real pinheads.

Getty Ritter 989a666a40 Automatic formatting commit: 2020-06-14T14:36:53.793396 3 年 前
assets 97c06a6b3a add assets + start to make it look pretty 4 年 前
lc 989a666a40 Automatic formatting commit: 2020-06-14T14:36:53.793396 3 年 前
screenshots 6a3bb6f89c Edit README 4 年 前
scripts d1433a236e Refactor remaining uses of config 4 年 前
static 358e88359f Use JSON endpoint instead of formencoded for tags 3 年 前
stubs c3b68ae98d Automatic formatting commit: 2020-04-25T13:01:54.699514 4 年 前
templates 03d2ed0dd5 Replace tag input with rich widget 3 年 前
tests d1433a236e Refactor remaining uses of config 4 年 前
.drone.yml 016d45f826 Try adding slack plugin 4 年 前
.gitignore f323eb4d49 Ignore mypy cache 4 年 前
DEVELOPING.md 5ad99c1cec Make note about pipx 4 年 前
README.md 8b48691fd9 Move logo location 4 年 前
lament-configuration.py d1433a236e Refactor remaining uses of config 4 年 前
poetry.lock 619fc7cacb Add environ module and stubs 4 年 前
pyproject.toml 619fc7cacb Add environ module and stubs 4 年 前
tasks.py d1433a236e Refactor remaining uses of config 4 年 前

README.md

Lament Configuration

Build Status

lament configuration logo

Bookmark organizing for pinheads.

This is a barebones Pinboard-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
  • A work-in-progress REST API
  • Multi-user support via manual invitation links
  • A bookmarklet to easily add new links

In-Progress Screenshots

screenshot 02

Planned Features

The following features are planned but not yet implemented.

  • Cleaner design and better responsibity, but also graceful degradation in the face of disabled JavaScript.
  • 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.

Some features are missing on purpose. Lament Configuration is intended to be anti-capitalist, human-scale software: it will never attempt to scale to hundreds of users in terms of either technical limitations or features. For example, adding new users to Lament Configuration currently works by way of single-use invite links, and I am not planning on adding open user registration as a feature: manual invite links allows an administrator to add users on a case-by-base basis, but still requires manual intervention and conscious choice when extending a Lament Configuration instance to new users.

Developing

See the notes on developing lament-configuration.

Contributors