Skip to content

docs(readme): describe the window as notes and issues together - #5

Merged
reybits merged 1 commit into
masterfrom
chore/readme-description
Sep 8, 2026
Merged

reybits merged 1 commit into
masterfrom
chore/readme-description

Conversation

@reybits

@reybits reybits commented Sep 8, 2026

Copy link
Copy Markdown
Owner

Issues were tacked on as a second paragraph, though they are half of what the plugin does, and nothing said that everything in the window is an ordinary buffer - the property that makes :w, undo and the jumplist work the way they do.

Drops the line claiming notes are saved on close, type switch and VimLeavePre: a buffer is written whenever it stops being visible, which the list already says correctly one line below.

Issues were tacked on as a second paragraph, though they are half of what
the plugin does, and nothing said that everything in the window is an
ordinary buffer - the property that makes :w, undo and the jumplist work
the way they do.

Drops the line claiming notes are saved on close, type switch and
VimLeavePre: a buffer is written whenever it stops being visible, which
the list already says correctly one line below.
Copilot AI lite review requested due to automatic review settings September 8, 2026 19:49
@reybits
reybits merged commit 55c22f2 into master Sep 8, 2026
1 check passed
@reybits
reybits deleted the chore/readme-description branch September 8, 2026 19:49

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The updated README wording can mislead about :w applying to non-file (buftype=nofile) buffers shown in the window.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Updates the README to describe the scratch window as a combined notes + lightweight issue tracker, and clarifies how buffers/files behave to better match Neovim’s native editing semantics.

Changes:

  • Rewrites the intro to present notes and issues as first-class features in the same floating window.
  • Clarifies note scopes and explains that issues are per-file entries shown as a sortable list that opens an issue in-place.
  • Removes an inaccurate/duplicative autosave claim in the features list and adds detail about per-project issue lists.
File summaries
File Description
README.md Reframes the plugin description around notes + issues together and updates persistence/buffer behavior wording.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread README.md
Comment on lines +11 to +13
Everything the window shows is an ordinary buffer, and everything with a file
behind it is an ordinary file buffer — so `:w`, undo, `C-o`/`C-i` and the
cursor position behave exactly as they do anywhere else in Neovim.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants