Update the README info.
This commit is contained in:
parent
c7b44e9c6e
commit
9a170bdb44
11
README.md
11
README.md
@ -22,18 +22,19 @@ Content is added by a site administrator in a rich text editing window.
|
|||||||
One of the editor options is "tinyMCE", and includes a raw HTML mode.
|
One of the editor options is "tinyMCE", and includes a raw HTML mode.
|
||||||
It is thus possible to craft raw HTML snippets offline and copy them in.
|
It is thus possible to craft raw HTML snippets offline and copy them in.
|
||||||
|
|
||||||
As currently saved in this repository,
|
Early commits to this repository had
|
||||||
HTML lines are broken to wrapper structures (including style in tag) and internal content.
|
HTML lines broken into wrapper structures (including style in tag) and internal content.
|
||||||
The idea was to make changes trackable.
|
The idea was to make changes trackable.
|
||||||
|
This later migrated to copying the raw HTML fragment that can be edited by tinyMCE.
|
||||||
|
|
||||||
Once saved by the Joomla editor (in this case, tinyMCE),
|
Once saved by the Joomla editor,
|
||||||
the wrapper structure disappears,
|
the wrapper structure disappears,
|
||||||
resulting in single-line paragraphs and list items.
|
resulting in single-line paragraphs and list items.
|
||||||
As yet, those single lines have not been copied back to this repo
|
|
||||||
over concern of degrading the ability to track changes.
|
|
||||||
|
|
||||||
In the case of "news/7-agenda", there are in fact, two version of the HTML file:
|
In the case of "news/7-agenda", there are in fact, two version of the HTML file:
|
||||||
|
|
||||||
* "7-agenda.frag-tinymce.html" contains HTML fragment after it has been
|
* "7-agenda.frag-tinymce.html" contains HTML fragment after it has been
|
||||||
rewritten by the TinyMCE editor. (Wrapper structure disappears.)
|
rewritten by the TinyMCE editor. (Wrapper structure disappears.)
|
||||||
* "7-agenda.frag.html" is the structured form.
|
* "7-agenda.frag.html" is the structured form.
|
||||||
|
|
||||||
|
However, later versions simply name the raw HTML fragment with suffix ".frag.html".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user