diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-01 18:27:22 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-01 18:27:22 -0500 |
| commit | ad80554129fa101046c87bf3ec5c01fc21df4125 (patch) | |
| tree | 6235b635583c5a1c3520b3bd9eb6a3087269ccbe /package-summary.md | |
| parent | 9b9a264edb0c208892fcfe5101912d00858de766 (diff) | |
| download | pearl-ad80554129fa101046c87bf3ec5c01fc21df4125.tar.gz pearl-ad80554129fa101046c87bf3ec5c01fc21df4125.zip | |
docs(views): update README and package summary to the views vocabulary
I rewrote the user-facing docs around filter / local view / Linear view, with no "query" left in the README or package summary. The keymap quick-reference shows the new bindings: run local at f l, run Linear at f v, publish at f u, save-locally at f d, and create / edit / delete local views at c v / e v / k v.
The Sources section now states the source-of-truth rule: a published local view runs your local filter, not the Linear mirror, and pearl-run-linear-view runs the server-side version. The Publishing section reads "publish" instead of "sync", and a new "Saving a Linear view locally" section documents copy-down, including the representability boundary and the refuse-don't-guess behavior. A "Creating and editing local views" table covers create, edit, and save-locally, and the account guard on publish and delete is noted.
Phase 7 of the views spec.
Diffstat (limited to 'package-summary.md')
| -rw-r--r-- | package-summary.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package-summary.md b/package-summary.md index 4f60a81..0e5054a 100644 --- a/package-summary.md +++ b/package-summary.md @@ -1,6 +1,6 @@ ### Brief summary of what the package does -pearl integrates Linear.app issue tracking with Emacs and org-mode. It fetches your issues — open issues, a project, an ad-hoc filter, a Linear Custom View, or a named saved query — into a single self-describing org file: each issue is a heading, its description and comments render in the body, and its structured fields live in a namespaced property drawer. You can edit a description, title, or your own comments and push them back with conflict-aware sync, set priority/state/assignee/labels by command, add comments, and create or delete issues, all without leaving Emacs. A transient menu (`M-x pearl-menu`) gathers every command. +pearl integrates Linear.app issue tracking with Emacs and org-mode. It fetches your issues — open issues, a project, an ad-hoc filter, a Linear Custom View, or a local view — into a single self-describing org file: each issue is a heading, its description and comments render in the body, and its structured fields live in a namespaced property drawer. You can edit a description, title, or your own comments and push them back with conflict-aware sync, set priority/state/assignee/labels by command, add comments, and create or delete issues, all without leaving Emacs. A transient menu (`M-x pearl-menu`) gathers every command. ### Direct link to the package repository |
