Skip to content

Update entry editor tabs docs for restored custom tabs - #659

Open
koppor wants to merge 1 commit into
mainfrom
entry-editor-custom-tabs
Open

Update entry editor tabs docs for restored custom tabs#659
koppor wants to merge 1 commit into
mainfrom
entry-editor-custom-tabs

Conversation

@koppor

@koppor koppor commented Aug 17, 2026

Copy link
Copy Markdown
Member

🤖 Generated with Claude Code

Updates the entry editor tabs page for the restored custom tabs: the two-column Tabs/Fields preferences editor supports custom tabs, drag reordering, and regular expressions as field names. Code change: JabRef/jabref#16598 (fixes JabRef/jabref#16594).

Low-risk documentation update — should be quick to review and merge. Best merged once the JabRef PR lands.

The two-column Tabs/Fields preferences editor supports custom tabs,
drag reordering, and regular expressions as field names again.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011R3RHnvsmkk2CHm4uEjVDa
@qodo-free-for-open-source-projects

Copy link
Copy Markdown

PR Summary by Qodo

Document restored custom tabs in Entry Editor tab preferences

📝 Documentation 🕐 Less than 5 minutes

Grey Divider

AI Description

• Document the two-column Tabs/Fields “Editor tabs” preferences layout.
• Explain hiding, reordering, adding, and deleting built-in and custom tabs.
• Describe regex field selection, duplicate-field warnings, and field-name casing behavior.
Diagram

graph TD
  U["User"] --> P["Preferences: Editor tabs"] --> T["Tabs column"] --> EE["Entry editor layout"]
  P --> F["Fields column"] --> EE
  EE --> MT["Main tab (all fields)"] --> EF["Entry fields"]
  EE --> CT["Custom tabs (selected fields)"] --> EF
Loading
High-Level Assessment

The PR’s approach (rewriting the page to match the restored custom-tab behavior and the current two-column Preferences UI) is the simplest and most maintainable option for a documentation-only update; no alternative architecture is warranted.

Files changed (1) +19 / -5

Documentation (1) +19 / -5
generalfields.mdRewrite Entry Editor tabs docs to cover custom tabs and field rules +19/-5

Rewrite Entry Editor tabs docs to cover custom tabs and field rules

• Replaces the prior notice about removed custom tabs with updated guidance for the Preferences → Entry Editor → Editor tabs UI. Documents built-in tab visibility, drag reordering, creating/removing custom tabs, regex-based field selection behavior, duplicate-field warnings, and capitalization rules.

en/setup/generalfields.md

@qodo-free-for-open-source-projects

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Tip of the day
💡 Did you know, you can route each action level your way: inline, summary, both, or drop

More tips ↗ | Customize Qodo ↗ | Qodo docs ↗

Grey Divider

Qodo Logo

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.

Entry editor introduced breaking changes to custom tabs

1 participant