[PR #85] [CLOSED] Make links clickable #152

Closed
opened 2026-02-27 10:15:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/matze/wastebin/pull/85
Author: @FliegendeWurst
Created: 1/6/2025
Status: Closed

Base: masterHead: clickable-links


📝 Commits (2)

  • 02aa380 Make links clickable
  • 79717c2 Use syntect to properly process links

📊 Changes

7 files changed (+98 additions, -8 deletions)

View changed files

📝 Cargo.lock (+16 -0)
📝 Cargo.toml (+1 -1)
assets/LinkHighlight.sublime-syntax (+33 -0)
📝 src/highlight.rs (+14 -7)
📝 src/themes/style.css (+10 -0)
📝 templates/base.html (+1 -0)
📝 templates/paste.html (+23 -0)

📄 Description

Makes navigation easier. No need to copy and paste links to the address bar.


🔄 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/matze/wastebin/pull/85 **Author:** [@FliegendeWurst](https://github.com/FliegendeWurst) **Created:** 1/6/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `clickable-links` --- ### 📝 Commits (2) - [`02aa380`](https://github.com/matze/wastebin/commit/02aa38053096fcfdcfa3c21d9434872979a53c6a) Make links clickable - [`79717c2`](https://github.com/matze/wastebin/commit/79717c2a9efb0b642cd498222484d911278860ee) Use syntect to properly process links ### 📊 Changes **7 files changed** (+98 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+16 -0) 📝 `Cargo.toml` (+1 -1) ➕ `assets/LinkHighlight.sublime-syntax` (+33 -0) 📝 `src/highlight.rs` (+14 -7) 📝 `src/themes/style.css` (+10 -0) 📝 `templates/base.html` (+1 -0) 📝 `templates/paste.html` (+23 -0) </details> ### 📄 Description Makes navigation easier. No need to copy and paste links to the address bar. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:15:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wastebin-matze#152
No description provided.