Smart parsing of internal ID for presentation in Markdown #80
Labels
No labels
area/api
area/content_model
area/framework
area/infrastructure
area/io
area/presentation
area/preservation
area/rdf
area/security
area/submission
area/ui
s
blocked
s
done
s
progress
s
testing
s
wontfix
p
critical
p
high
p
low
p
normal
t
bug
t
documentation
t
enhancement
t
feature
t
test
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ktx/pocket_archive#80
Loading…
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?
When writing Markdown text, it would be very useful to allow a simple method to refer to internal repository resources without having to type out the whole URL (which also may change).
#79 already mentions the need for some post-processing to fix markdown issues; the same process could parse a well-known scheme, e.g.
<a href="par:797380a9">becomes<a href="[webroot]/res/79/73/797380a9.html">.That may be easier to do as a pre-processing step, but that requires a separate function.