aboutsummaryrefslogtreecommitdiff
path: root/330
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /330
Initial versionHEADmain
Diffstat (limited to '330')
-rw-r--r--330/index.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/330/index.md b/330/index.md
new file mode 100644
index 0000000..693b0a3
--- /dev/null
+++ b/330/index.md
@@ -0,0 +1,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.