You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Orange menu circle comes up to the left and pointing down as long as there is room for the menu to come up.
Orange circle points up if the menu needs to go up to fit in the window.
If you hover over the orange circle it says, "Click menu for more formatting options"
Hovering over an emphasized or semantic inline element
Content inside the emphasis or semantic region highlights
The rest is the same as above
Clicking on the menu
If the item is semantic (like a definition's term), check that item in the menu.
If the item is just emphasized bold, italics, or underlined, don't check anything
Include "key term" bold, "foreign text" italicized, "code font" monospaced, and "unformatted" plain.
Clicking on the "(?)"
Bring up side help, with the two bolded headings shown in the image above.
Variation for the first para "This menu appears under highlighted text, emphasized text, and special features like key terms. It provides a quick way to mark text with special features. If you just want to use bold or italics, those can be found in the toolbar at the top of the content."
Clicking on "key term"
if unchecked, add a check mark
pull up side option "Define now (optional)"
add <term></term> around the highlighted text
Clicking on "Define now (optional)"
drop in a definition block beneath the current block
auto supply the highlighted text as the term next to "Definition"
variation: should be the same as if you dragged a definition here. In other words we are not implementing the "Move this definition to the glossary" or "add meaning" yet.
Clicking on "foreign"
if unchecked, add a check mark
add <span class="foreign"></span> around the highlighted text
if data-type has been accepted: add <span data-type="foreign"></span> around the highlighted text
Clicking on "code font"
if unchecked, add a check mark
add <pre class="programlisting"></pre> around the highlighted text
if data-type has been accepted: add <pre data-type="programlisting"></pre> around the highlighted text
Clicking on "unformatted"
if unchecked, add a check mark
remove the inline formatting from this text.
The text was updated successfully, but these errors were encountered:
Design: Implement inline semantic elements.
The designs for the editor include the ability to add semantic tags to text within a sentence, (an inline element rather than a block element ).
Goals
Mockup
editor-57.html: To see the action
Basic Design
Menu icon
Menu
Highlighting some text in the body.
Hovering over an emphasized or semantic inline element
Clicking on the menu
Clicking on the "(?)"
Clicking on "key term"
<term></term>
around the highlighted textClicking on "Define now (optional)"
Clicking on "foreign"
<span class="foreign"></span>
around the highlighted text<span data-type="foreign"></span>
around the highlighted textClicking on "code font"
<pre class="programlisting"></pre>
around the highlighted text<pre data-type="programlisting"></pre>
around the highlighted textClicking on "unformatted"
The text was updated successfully, but these errors were encountered: