summaryrefslogtreecommitdiffstats
path: root/app/Settings.hs
AgeCommit message (Collapse)Author
2023-12-26chore: add `SuggestTagByTags`Libravatar Alexander Foremny
This naive implementation scores tags based on the words that correlate to a tag being set. It then uses that score to determine the highest-scoring value for a tag based on the words in a document.
2023-12-26chore: add settingsLibravatar Alexander Foremny