[PR #3136] [MERGED] Mention completion for issue editor. #16786

Closed
opened 2025-11-02 12:19:05 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3136
Author: @harryxu
Created: 12/10/2017
Status: Merged
Merged: 12/11/2017
Merged by: @lunny

Base: masterHead: issue-mention


📝 Commits (7)

  • 2a0f23f new issue mention
  • aae6ce3 Mention completion on new issue and view issue page.
  • 019ff9c Merge branch 'master' into issue-mention
  • 4795084 Code format.
  • 1e8dae8 Merge branch 'issue-mention' of github.com:harryxu/gitea into issue-mention
  • 914d3c3 Require tribute in pull request page.
  • a9aa351 Merge branch 'master' into issue-mention

📊 Changes

7 files changed (+76 additions, -0 deletions)

View changed files

📝 public/js/index.js (+1 -0)
public/vendor/plugins/tribute/tribute.css (+40 -0)
public/vendor/plugins/tribute/tribute.min.js (+2 -0)
📝 routers/repo/issue.go (+2 -0)
📝 routers/repo/pull.go (+1 -0)
📝 templates/base/footer.tmpl (+26 -0)
📝 templates/base/head.tmpl (+4 -0)

📄 Description

Mention completion on issue editor. @mention engine from tribute.

Demo:

New issue:

new issue

View/Edit issue:
view issue


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3136 **Author:** [@harryxu](https://github.com/harryxu) **Created:** 12/10/2017 **Status:** ✅ Merged **Merged:** 12/11/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `issue-mention` --- ### 📝 Commits (7) - [`2a0f23f`](https://github.com/go-gitea/gitea/commit/2a0f23fca1edb4fe83aca2b1abfba14c6e714b47) new issue mention - [`aae6ce3`](https://github.com/go-gitea/gitea/commit/aae6ce34afcdb4f5a910f62b01193b8a602344c6) Mention completion on new issue and view issue page. - [`019ff9c`](https://github.com/go-gitea/gitea/commit/019ff9c31046e4aa5795612ae2c286be6d3d110c) Merge branch 'master' into issue-mention - [`4795084`](https://github.com/go-gitea/gitea/commit/4795084d45deb9882809804df7dc137c5a94218a) Code format. - [`1e8dae8`](https://github.com/go-gitea/gitea/commit/1e8dae879e53b18abd295e0582b468723be974ea) Merge branch 'issue-mention' of github.com:harryxu/gitea into issue-mention - [`914d3c3`](https://github.com/go-gitea/gitea/commit/914d3c37d1a9e10e03290b7ca8bbe6868f64f156) Require tribute in pull request page. - [`a9aa351`](https://github.com/go-gitea/gitea/commit/a9aa3515c54e4a8274e990d4daacb3d0613e1d44) Merge branch 'master' into issue-mention ### 📊 Changes **7 files changed** (+76 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `public/js/index.js` (+1 -0) ➕ `public/vendor/plugins/tribute/tribute.css` (+40 -0) ➕ `public/vendor/plugins/tribute/tribute.min.js` (+2 -0) 📝 `routers/repo/issue.go` (+2 -0) 📝 `routers/repo/pull.go` (+1 -0) 📝 `templates/base/footer.tmpl` (+26 -0) 📝 `templates/base/head.tmpl` (+4 -0) </details> ### 📄 Description Mention completion on issue editor. `@mention` engine from [tribute](https://github.com/zurb/tribute). ### Demo: New issue: ![new issue](https://i.imgur.com/GTpCVNs.gif) View/Edit issue: ![view issue](https://i.imgur.com/X93Awxb.gif) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:19:05 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16786