mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 08:36:00 +03:00
[PR #85] [CLOSED] Make links clickable #152
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/matze/wastebin/pull/85
Author: @FliegendeWurst
Created: 1/6/2025
Status: ❌ Closed
Base:
master← Head:clickable-links📝 Commits (2)
02aa380Make links clickable79717c2Use 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.