aboutsummaryrefslogtreecommitdiff
path: root/330/index.md
blob: 693b0a35da549295b342abf166f5875552a882b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Title: Allow line fragments in plain text documents
Author: rodarima
Created: Fri, 27 Dec 2024 23:03:12 +0000
State: closed

There are some cases in which I need to share a link to an specific line
in a text file and it would be nice to be able to do it in a URL:

- Sharing a link to a GitHub source file by going to the raw file (not the JS
  CPU toaster)
- Link to a given line in a CSS file
- Plain text pastes

Using `http://foo.bar/file.txt#L128` or simply `http://foo.bar/file.txt#128`
seems sane.