<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hsmusic-wiki/src/data, branch prettify-lint</title>
<subtitle>HSMusic - static wiki software cataloguing collaborative creation
</subtitle>
<id>https://nebula.ed1.club/git/hsmusic-wiki/atom?h=prettify-lint</id>
<link rel='self' href='https://nebula.ed1.club/git/hsmusic-wiki/atom?h=prettify-lint'/>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/hsmusic-wiki/'/>
<updated>2022-06-29T03:02:17+00:00</updated>
<entry>
<title>optional data pre-cache</title>
<updated>2022-06-29T03:02:17+00:00</updated>
<author>
<name>(quasar) nebula</name>
<email>qznebula@protonmail.com</email>
</author>
<published>2022-06-29T03:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/hsmusic-wiki/commit/?id=cdee3e9d4f3a721fb6efd11f6bcac64d6d08a201'/>
<id>urn:sha1:cdee3e9d4f3a721fb6efd11f6bcac64d6d08a201</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changes(tm)</title>
<updated>2022-06-26T21:07:21+00:00</updated>
<author>
<name>(quasar) nebula</name>
<email>qznebula@protonmail.com</email>
</author>
<published>2022-06-26T21:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/hsmusic-wiki/commit/?id=99c0bb64b33858a3a4077343b6db987471cdc1f0'/>
<id>urn:sha1:99c0bb64b33858a3a4077343b6db987471cdc1f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>real pragma, and some eslint fixes</title>
<updated>2022-06-26T21:02:27+00:00</updated>
<author>
<name>(quasar) nebula</name>
<email>qznebula@protonmail.com</email>
</author>
<published>2022-06-26T21:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/hsmusic-wiki/commit/?id=c75b029160248b6935e5c0f5156cc7a870311e82'/>
<id>urn:sha1:c75b029160248b6935e5c0f5156cc7a870311e82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add @format pragma to JS files</title>
<updated>2022-06-26T19:47:50+00:00</updated>
<author>
<name>(quasar) nebula</name>
<email>qznebula@protonmail.com</email>
</author>
<published>2022-06-26T19:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/hsmusic-wiki/commit/?id=1f68407db59a723cf78e050b7da0b73daa732a08'/>
<id>urn:sha1:1f68407db59a723cf78e050b7da0b73daa732a08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial prettier/eslint commit</title>
<updated>2022-06-26T19:41:09+00:00</updated>
<author>
<name>(quasar) nebula</name>
<email>qznebula@protonmail.com</email>
</author>
<published>2022-06-26T19:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/hsmusic-wiki/commit/?id=4075254c9e38be6741527e1fb535eed444e6ad08'/>
<id>urn:sha1:4075254c9e38be6741527e1fb535eed444e6ad08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make additional files a counted string</title>
<updated>2022-06-18T18:52:22+00:00</updated>
<author>
<name>(quasar) nebula</name>
<email>qznebula@protonmail.com</email>
</author>
<published>2022-06-18T18:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/hsmusic-wiki/commit/?id=b839fb97415e155ea25b29581fa605fe1f65b5f2'/>
<id>urn:sha1:b839fb97415e155ea25b29581fa605fe1f65b5f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>various sorting improvements across the board</title>
<updated>2022-06-10T20:07:01+00:00</updated>
<author>
<name>(quasar) nebula</name>
<email>qznebula@protonmail.com</email>
</author>
<published>2022-06-10T20:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/hsmusic-wiki/commit/?id=531219642b93a5dc236f217d22f024fb2707191f'/>
<id>urn:sha1:531219642b93a5dc236f217d22f024fb2707191f</id>
<content type='text'>
- several bugs introduced during data restructure fixed
- a few areas where sorting functions were present but completely ineffective
    (albeit harmlessly so) fixed
- new composite sorting utils are more deterministic by considering multiple
    factors instead of e.g. only name, only date
- component sorting functions can be combined and pay more attention to
    determinism and only moving items when it's covered by the scope of the
    component (i.e. they can more readily be composited / used together)
- names are normalized in a more particular manner (for alphabetical sorting)
    - accents are stripped, "ü" sorts as "u"
    - punctuation is stripped, "dave's" sorts as "daves"
    - (some) diacritics are expanded, "ﬀ" sorts as "ff"
    - any sequential whitespace treated as one typical space
    - whitespace is trimmed from start and end
    - english prefix "a" / "an" stripped in addition to "the"
- alphabetical sorting uses localeCompare and considers numeric strings more
    naturally, "Homestuck Vol. 10" sorts after "Homestuck Vol. 5"
</content>
</entry>
<entry>
<title>fix kinda harmless error in yaml quick load util</title>
<updated>2022-05-23T17:43:37+00:00</updated>
<author>
<name>(quasar) nebula</name>
<email>qznebula@protonmail.com</email>
</author>
<published>2022-05-23T17:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/hsmusic-wiki/commit/?id=6fc58e9134803fc74a24bc0514542ce8ff1d347c'/>
<id>urn:sha1:6fc58e9134803fc74a24bc0514542ce8ff1d347c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hidden language support</title>
<updated>2022-05-23T15:33:15+00:00</updated>
<author>
<name>(quasar) nebula</name>
<email>qznebula@protonmail.com</email>
</author>
<published>2022-05-23T15:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/hsmusic-wiki/commit/?id=3ba2440f7b405b0f2556957ad827defe25873c4d'/>
<id>urn:sha1:3ba2440f7b405b0f2556957ad827defe25873c4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>exclude re-releases from referencedByTracks prop</title>
<updated>2022-05-22T16:17:53+00:00</updated>
<author>
<name>(quasar) nebula</name>
<email>qznebula@protonmail.com</email>
</author>
<published>2022-05-22T16:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/hsmusic-wiki/commit/?id=caba536171879628837ce2647283526295d4b564'/>
<id>urn:sha1:caba536171879628837ce2647283526295d4b564</id>
<content type='text'>
</content>
</entry>
</feed>
