Closed sophlew closed 2 months ago
Order list: underline, delete, unclear, paragraph, line, gap, rule, person name, place name, org name, graphic, supplied.
I thought we were changing strikethrough to del?
I've also implemented controls to remove markup and greatly cleaned up the code - which makes me feel much better about the long term maintenance and enhancement.
https://github.com/CoEDL/nyingarn-workspace/commit/4bc9003ec17a9e9e700accf20daba20c426cd302
@Conal-Tuohy please supply schema for line-marking, and song phrase
I will add this to the schema document, but just quickly; they will be:
For a rule*:
<milestone rend="rule"/>
<line>
element used to encode a typographical line of text, the <lb/>
element used to signal the end of a line of text, and the <l>
element used to encode a line of verse/poetry/song/chant).NB as an aside, the <line>
element is produced by some ingestion processes, but it's not an element which encoders should use themselves; they should use <p>
to encode actual paragraphs, <list>
and <item>
for lists, etc, so we shouldn't provide a <line>
button.
To encode a line of verse or song, the element <l>
(for "line") is used.
An <l>
element can appear on its own, just somewhere with a <p>
of text. But more usually a group of these lines (an entire song, or a verse or a stanza) should be enclosed in an <lg>
(line group) element.
Similarly, if it's desired, a bunch of <lg>
can themselves be grouped into an <lg>
(for grouping verses in a song).
<lg>
<lg>
<l>Once a jolly swagman camped by a billabong</l>
<l>Under the shade of a Coolibah tree</l>
<l>And he sang as he watched and waited till his billy boiled</l>
<l>"You'll come a Waltzing Matilda with me"</l>
</lg>
<lg>
<l>Down came a jumbuck to drink at that billabong,</l>
<l>Up jumped the swagman and grabbed him with glee,</l>
<l>And he sang as he shoved that jumbuck in his tucker bag,</l>
<l>"You'll come a-waltzing Matilda, with me."</l>
</lg>
<!-- etc -->
</lg>
Marco please go ahead with rule.
<l>
<lg>
is too complicated. Let's talk with Nick when he is back please. @sophlew can you provide a "song phrase" example or two please, so I can see it in context?
User request for two new markup buttons: italics and indent
Please update Workspace with the following mark-up button and their scheme codes
<del>
The<gap>
The<graphic>
The<orgName>
The<persName>
The<placeName>
The<supplied>
The<unclear>
TheEvery marginal note in original mss. must be preserved as so many old notebooks are in faint pencillings. Kajjilgarra's & after group's dialects are important as these groups are long extinct. The Benedictine mission of Bishop salvado extended to & beyond Berkshire valley & all the natives of those areas became extinct. Thus their inability to attain civilizationper saltum .
@Conal-Tuohy please supply schema for line-marking, and song phrase