Skip to content

Markdown toolbar for the attachments editor - #12605

Open
xboxones1 wants to merge 2 commits into
keepassxreboot:developfrom
xboxones1:feature/markdown-toolbar
Open

Markdown toolbar for the attachments editor#12605
xboxones1 wants to merge 2 commits into
keepassxreboot:developfrom
xboxones1:feature/markdown-toolbar

Conversation

@xboxones1

Copy link
Copy Markdown
Contributor
  • Added a Markdown toolbar to the attachments editor for quick access to common syntax.
  • Increased the minimum size of the attachment viewer window to improve usability.

Fixes #12415

Screenshots

1 2

AI Disclosure

  • Verified and assisted code development using the GPT‑5 Smart AI agent.

Testing strategy

Manually tested

Type of change

  • ✅ New feature (change that adds functionality)

Comment thread src/gui/widgets/MarkdownToolbar.cpp Fixed
Comment thread src/gui/widgets/MarkdownToolbar.cpp Fixed
@droidmonkey droidmonkey added this to the v2.8.0 milestone Nov 1, 2025
@droidmonkey droidmonkey added the pr: ai-assisted Pull request contains significant contributions by generative AI label Nov 8, 2025
@xboxones1 xboxones1 closed this Dec 8, 2025
@droidmonkey

Copy link
Copy Markdown
Member

Closed on purpose?

@droidmonkey droidmonkey reopened this Dec 9, 2025
@droidmonkey

Copy link
Copy Markdown
Member

Don't worry about that

@xboxones1
xboxones1 force-pushed the feature/markdown-toolbar branch from 352faa1 to 3a7826a Compare January 18, 2026 09:56
cursor.endEditBlock();
}

void MarkdownToolbar::changeHeadingLevel(int delta, bool clearAll)

Check warning

Code scanning / CodeQL

Poorly documented large function Warning

Poorly documented function: fewer than 2% comments for a function of 145 lines.
m_target->setTextCursor(nc);
}

void MarkdownToolbar::insertLink()

Check warning

Code scanning / CodeQL

Poorly documented large function Warning

Poorly documented function: fewer than 2% comments for a function of 117 lines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: ai-assisted Pull request contains significant contributions by generative AI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add toolbar to attachment editor for md

3 participants