From 9544e5c8a7e82701361c6d39691ba0f2482435eb Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Wed, 29 Jan 2020 23:10:57 -0800 Subject: [PATCH] Add emphasis. EMPHASIS. --- voussoir.net/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voussoir.net/index.html b/voussoir.net/index.html index 5bdac07..11fa555 100644 --- a/voussoir.net/index.html +++ b/voussoir.net/index.html @@ -185,7 +185,7 @@ code { font-family: monospace; }

Etiquette

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: which folder should a file go in if it equally belongs in both? and how do I make my files searchable without littering the filenames themselves with keywords?

-

Etiquette is unique because the tags themselves are hierarchical. By tagging one of your vacation photos with the family.parents.dad tag, it will automatically appear in searches for family.parents and family 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.

+

Etiquette is unique because the tags themselves are hierarchical. By tagging one of your vacation photos with the family.parents.dad tag, it will automatically appear in searches for family.parents and family 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.

https://github.com/voussoir/etiquette