3 minute read

This note’s title tests the collapsing of spaces, '-'s, and '_'s. Putting parentheses in a note’s name makes it impossible to easily parse links with a regular expression.

This note tests many aspects of Obsidian and Jekyll as parsed by obsidianjekyll.

YAML ‘font matter’Permalink

  • YAML format consists of ---, a dictionary in the form of key: value, followed by --- in line in the note. When YAML appears as the first thing in a note, it is literally front matter. It can appear multiple times in a note
  • The YAML key is a string. The YAML value can be a string or a list. lists are entered as follows:
1
2
3
4
metasyntactic:
 - foo
 - bar
 - baz
  • Duplicate keys incorporate only the final value, as with category: Test above, except for key 'tags' where all tags are accumulated in a sorted set.

tagsPermalink

  • Tags can be added to YAML front matter (as a list) or in-line with text following a #.
  • Additional Jekyll YAML ‘front matter’ can be included throughout a note, though it renders in Obsidian as horizontal rules followed by a list.
  • Tags can be added anywhere in-line. #test
  • Duplicate tags in a single document are removed. For example, there is only one #test tag included in this document, though it is included in the front matter, the in-line tag above and the following ‘front matter.’

ImagesPermalink

20230626-i'm-taking-the-mole

I'm leaving you, Henry, and I'm taking the mole.

The centered caption used embedded HTML (<center style="padding: 1em;"><em>I'm leaving you, Henry, and I'm taking the mole.</em></center>).

dcp-dangerous-rock

There are blank lines on either side of the this pasted image, plus blank lines on either side of any HTML.

Included filesPermalink

These come from {% include foo.html %} (https://shopify.github.io/liquid/ ).

1
2
3
4
5
6
<div>
	<h1>This is <code>foo.html</code></h1>
	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum porttitor sollicitudin cursus. Integer in mi lacinia elit hendrerit porta. Nunc ornare purus vel tempus semper. Donec eget eros in leo volutpat venenatis vel sed enim. Aenean a dui vitae nibh tempor vehicula ut non tortor. Nullam consectetur tellus sit amet massa feugiat tincidunt. Donec placerat maximus imperdiet. Nullam sed risus vitae nisi dignissim egestas ac quis lectus. Nunc commodo euismod laoreet.</p>
	<p>Vivamus tristique augue vulputate metus tempor euismod. Etiam in nisl iaculis erat tristique dignissim. Ut nec erat in nunc lobortis sodales a et tellus. Sed urna elit, dapibus nec ipsum eu, iaculis mattis diam. Maecenas rutrum risus in velit imperdiet, vel varius urna hendrerit. Ut in tempus urna. Proin ultricies tincidunt porta.</p>
</div>

This is foo.html

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum porttitor sollicitudin cursus. Integer in mi lacinia elit hendrerit porta. Nunc ornare purus vel tempus semper. Donec eget eros in leo volutpat venenatis vel sed enim. Aenean a dui vitae nibh tempor vehicula ut non tortor. Nullam consectetur tellus sit amet massa feugiat tincidunt. Donec placerat maximus imperdiet. Nullam sed risus vitae nisi dignissim egestas ac quis lectus. Nunc commodo euismod laoreet.

Vivamus tristique augue vulputate metus tempor euismod. Etiam in nisl iaculis erat tristique dignissim. Ut nec erat in nunc lobortis sodales a et tellus. Sed urna elit, dapibus nec ipsum eu, iaculis mattis diam. Maecenas rutrum risus in velit imperdiet, vel varius urna hendrerit. Ut in tempus urna. Proin ultricies tincidunt porta.

This is a test of using UTF-8Permalink

This is a way to test:

¡™£¢∞§¶•ªº–≠œ∑´®†¥¨ˆøπ“‘«åß∂ƒ©˙∆˚¬…æΩ≈ç√∫˜µ≤≥÷

⁄€‹›fifl‡°·‚—±Œ„´‰ˇÁ¨ˆØ∏”’ÅÍÎÏ˝ÓÔÒÚÆ¸˛Ç◊ı˜Â¯˘¿

My favorites: ×≈≡ΛΔ𝛿×𝜈∏ʻ‡⊠□ΦΘ½👍🏻♥️

Include Right NavigationPermalink

See JavaScriptForIncludedNavigation.

FontAwesome iconsPermalink

https://dcpetty.dev/​cv/​icons/​ Lists many icon sources. https://fontawesome.com/​icons Font Awesome solid icons are (mostly) used on these pages.

envelope

phone

location-dot

linkedin

github

instagram

bluesky

twitter

globe

creative-commons

Tags: ,

Categories:

Updated: