Add emphasis. EMPHASIS.

master
Ethan Dalool 2020-01-29 23:10:57 -08:00
parent 6cd66ce890
commit 9544e5c8a7
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ code { font-family: monospace; }
<h3 class="cvitem_title">Etiquette</h3> <h3 class="cvitem_title">Etiquette</h3>
<div class="cvitem_details"> <div class="cvitem_details">
<p>Etiquette is a tag-based file organization system with a web interface, built with Flask and SQLite3. Tag-based systems solve problems that a traditional folder hierarchy can't: <em>which folder should a file go in if it equally belongs in both?</em> and <em>how do I make my files searchable without littering the filenames themselves with keywords?</em></p> <p>Etiquette is a tag-based file organization system with a web interface, built with Flask and SQLite3. Tag-based systems solve problems that a traditional folder hierarchy can't: <em>which folder should a file go in if it equally belongs in both?</em> and <em>how do I make my files searchable without littering the filenames themselves with keywords?</em></p>
<p>Etiquette is unique because the tags themselves are hierarchical. By tagging one of your vacation photos with the <code>family.parents.dad</code> tag, it will automatically appear in searches for <code>family.parents</code> and <code>family</code> as well. A traditional folder system, here called albums, is available to bundle files that always belong together without creating a bespoke tag to represent that bundle. Regardless, the files on disk are never modified.</p> <p>Etiquette is unique because <em>the tags themselves are hierarchical</em>. By tagging one of your vacation photos with the <code>family.parents.dad</code> tag, it will automatically appear in searches for <code>family.parents</code> and <code>family</code> as well. A traditional folder system, here called albums, is available to bundle files that always belong together without creating a bespoke tag to represent that bundle. Regardless, the files on disk are never modified.</p>
<p><a href="https://github.com/voussoir/etiquette">https://github.com/voussoir/etiquette</a></p> <p><a href="https://github.com/voussoir/etiquette">https://github.com/voussoir/etiquette</a></p>
</div> </div>
<img class="cvitem_logo" src="./cv/etiquette.svg"/> <img class="cvitem_logo" src="./cv/etiquette.svg"/>