Skip to content

Instantly share code, notes, and snippets.

@nickbarnwell
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickbarnwell/c695fc4bb5b34d998622 to your computer and use it in GitHub Desktop.
Save nickbarnwell/c695fc4bb5b34d998622 to your computer and use it in GitHub Desktop.
<html lang="en-US">
<head>
<title data-tag="to-do:completed">Notetags Examples</title>
<meta name="created" content="2014-10-17T00:00Z">
</head>
<body>
<h1 data-tag="important">Paragraphs with predefined Notetag</h1>
<p data-tag="to-do">Paragraph with Notetag to-do (data-tag="to-do")</p>
<p data-tag="important">Paragraph with Notetag important (data-tag="important")</p>
<p data-tag="question">Paragraph with Notetag question (data-tag="question")</p>
<p data-tag="definition">Paragraph with Notetag definition (data-tag="definition")</p>
<p data-tag="highlight">Paragraph with Notetag highlight (data-tag="contact")</p>
<p data-tag="contact">Paragraph with Notetag contact (data-tag="contact")</p>
<p data-tag="address">Paragraph with Notetag address (data-tag="address")</p>
<p data-tag="phone-number">Paragraph with Notetag phone-number (data-tag="phone-number")</p>
<p data-tag="web-site-to-visit">Paragraph with Notetag web-site-to-visit (data-tag="web-site-to-visit")</p>
<p data-tag="idea">Paragraph with Notetag idea (data-tag="idea")</p>
<p data-tag="password">Paragraph with Notetag password (data-tag="critical")</p>
<p data-tag="critical">Paragraph with Notetag critical (data-tag="project-a")</p>
<p data-tag="project-a">Paragraph with Notetag project-a (data-tag="project-b")</p>
<p data-tag="project-b">Paragraph with Notetag project-b (data-tag="remember-for-later")</p>
<p data-tag="remember-for-later">Paragraph with Notetag remember-for-later (data-tag="movie-to-see")</p>
<p data-tag="movie-to-see">Paragraph with Notetag movie-to-see (data-tag="book-to-read")</p>
<p data-tag="book-to-read">Paragraph with Notetag book-to-read (data-tag="music-to-listen-to")</p>
<p data-tag="music-to-listen-to">Paragraph with Notetag music-to-listen-to (data-tag="source-for-article")</p>
<p data-tag="source-for-article">Paragraph with Notetag source-for-article (data-tag="remember-for-blog")</p>
<p data-tag="remember-for-blog">Paragraph with Notetag remember-for-blog (data-tag="discuss-with-person-a")</p>
<p data-tag="discuss-with-person-a">Paragraph with Notetag discuss-with-person-a (data-tag="discuss-with-person-b")</p>
<p data-tag="discuss-with-person-b">Paragraph with Notetag discuss-with-person-b (data-tag="discuss-with-manager")</p>
<p data-tag="discuss-with-manager">Paragraph with Notetag discuss-with-manager (data-tag="send-in-email")</p>
<p data-tag="send-in-email">Paragraph with Notetag send-in-email (data-tag="schedule-meeting")</p>
<p data-tag="schedule-meeting">Paragraph with Notetag schedule-meeting (data-tag="call-back")</p>
<p data-tag="call-back">Paragraph with Notetag call-back (data-tag="to-do-priority-1")</p>
<p data-tag="to-do-priority-1">Paragraph with Notetag to-do-priority-1 (data-tag="to-do-priority-2")</p>
<p data-tag="to-do-priority-2">Paragraph with Notetag to-do-priority-2 (data-tag="client-request")</p>
<p data-tag="client-request">Paragraph with Notetag client-request (data-tag="to-do:completed")</p>
<br/>
<p style="font-size: 16px; font-family: Calibri, sans-serif">Paragraphs with Notetag status</p>
<p data-tag="to-do:completed">Paragraph with Notetag status completed</p>
<p data-tag="call-back:completed">Paragraph with Notetag status completed</p>
<br/>
<p style="font-size: 16px; font-family: Calibri, sans-serif">Paragraph with multiple Notetags</p>
<p data-tag="critical, question">Paragraph with two Notetags</p>
<p data-tag="password, send-in-email">Multiple Notetags</p>
<h1>List Item with a Note Tag</h1>
<li data-tag="remember-for-later">Use list items to create a to-do app</li>
<p style="font-size: 16px; font-family: Calibri, sans-serif">Image with Notetag</p>
<img data-tag="important" src="http://placecorgi.com/300" />
</body>
</html>
@hartungstenio
Copy link

<p data-tag="remember-for-later">Paragraph with Notetag remember-for-later (data-tag="movie-to-see")</p>

It should be (data-tag="remember-for-later")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment