Feature #8410
Allow users to add hyperlinks in descriptive fields
Status: | Verified | Start date: | 05/07/2015 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | Dan Gillean | % Done: | 0% | |
Category: | Menu / navigation | |||
Target version: | Release 2.2.1 | |||
Google Code Legacy ID: | Tested version: | |||
Sponsored: | No | Requires documentation: |
Description
This feature will add a custom syntax for creating links in text area fields in AtoM, instead of using HTML, which can often negatively affect XML exports.
Original formats reviewed:- WBG
{{ Google|http://www.google.ca }}
- Redmine
"Google":http://www.google.ca
- MediaWiki
[http://www.google.ca Google]
- Markdown
[Google](http://www.google.ca)
After extensive testing with a Regex editor, we have decided to implement the Redmine solution, as other options could not always be properly parsed.
"Google":http://www.google.ca
This will be available in most text areas of all major entities in AtoM (e.g. archival descriptions, authority records, accessions, archival institutions, etc), in the large text area boxes.
Some notes on where it will not work:
- It cannot be used in controlled value fields (e.g. those linked to taxonomies)
- It cannot be used on static pages - here it is acceptable, and even expected, to use HTML
- RAD Title notes do not currently support this feature.
Related issues
History
#2 Updated by Jesús García Crespo about 7 years ago
- Description updated (diff)
#3 Updated by Jesús García Crespo about 7 years ago
First draft implements Redmine's format:
"Foobar":http://foobar.com
Pull request: https://github.com/artefactual/atom/pull/163.
#4 Updated by Jesús García Crespo about 7 years ago
- Status changed from New to Code Review
- Assignee changed from Jesús García Crespo to José Raddaoui Marín
#5 Updated by José Raddaoui Marín about 7 years ago
- Status changed from Code Review to In progress
- Assignee changed from José Raddaoui Marín to Jesús García Crespo
Awesome! Love the Unit test!
#6 Updated by Jesús García Crespo about 7 years ago
- Status changed from In progress to QA/Review
- Assignee changed from Jesús García Crespo to Dan Gillean
#7 Updated by Dan Gillean about 7 years ago
- Description updated (diff)
- Status changed from QA/Review to Verified
#8 Updated by Dan Gillean over 6 years ago
- Related to Feature #8916: Revise custom linking regex to add support for FTP linking added
#9 Updated by Dan Gillean over 6 years ago
- Requires documentation set to Yes
#10 Updated by Dan Gillean over 6 years ago
- Requires documentation deleted (
Yes)
Documentation added to 2.3 branch in https://github.com/artefactual/atom-docs/commit/85710c58d5121e10ef9885f90675d28b35cae32c
#13 Updated by Dan Gillean over 6 years ago
- Related to Feature #9184: Update HTML scrub script to replace HTML links with custom linking formatting used in AtoM added
#14 Updated by Dan Gillean over 6 years ago
- Target version changed from Release 2.3.0 to Release 2.2.1
#15 Updated by Dan Gillean over 6 years ago
- Related to Bug #9351: Custom linking is escaped in Scope and content snippet displayed in description results stubs added
#16 Updated by Dan Gillean about 4 years ago
- Related to Feature #12149: Convert existing AtoM data to Parsedown syntax added