feat(autotag) enrich rules (notes,ai)
This commit is contained in:
parent
b79977d4ca
commit
f6034f0680
@ -30,6 +30,7 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
||||
'robots.txt,bots,spam,crawling,ddos' => 'spam',
|
||||
'bruxelles,brussels' => 'brussels',
|
||||
'calm tech,calmness,calm,technologie calme' => 'calm-tech',
|
||||
'cars,car bloat,vehicles' => 'transport',
|
||||
'cheatsheet,cheat sheet,cheat-sheet,antisèche' => 'cheatsheet,guides-and-tips',
|
||||
'cleaning,nettoyage' => 'cleaning',
|
||||
'cloud,aws,amazon,cloudron' => 'cloud',
|
||||
@ -70,7 +71,7 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
||||
'gratuit,free' => 'free',
|
||||
'gitops,gitlab,github actions,devops,SRE,ci/cd,platform-engineering,ci pipeline,application deployment,dagger,renovatebot,dependabot,continuous integration,site reliability eng' => 'devops,automation',
|
||||
'git,gitlab,jujutsu,pijul,mercurial,svn,version control,contrôle de version' => 'version-control',
|
||||
'gpt,chatgpt,llm,llms,artificial intelligence,intelligence artificielle,IA,l\'ia' => 'ai',
|
||||
'gpt,chatgpt,llm,llms,artificial intelligence,intelligence artificielle,IA,l\'ia,ai model,an ai' => 'ai',
|
||||
'hacking,piratage' => 'hacking',
|
||||
'health,healthy,nutrition,food,alimentation,nourriture,santé' => 'health-and-wellness,food',
|
||||
'humans,humains' => 'humans',
|
||||
@ -89,7 +90,7 @@ function auto_tag_plugin_init(ConfigManager $conf)
|
||||
'music,spotify,radios,webradios,soundtrack,bande originale,musique' => 'music',
|
||||
'newsletter,news' => 'newsletter,news,wishlist',
|
||||
'nostalg,nostalgie' => 'nostalgia',
|
||||
'obsidian,note taking,note-taking,knowledge management,prise de notes,gestion de connaissances,knowledge transfer,transferring knowledge' => 'knowledge-management,note-taking',
|
||||
'obsidian,note taking,note-taking,takings notes,note-geek,capturing knowledge,knowledge management,prise de notes,gestion de connaissances,knowledge transfer,transferring knowledge,your notes,my notes' => 'knowledge-management,note-taking',
|
||||
'open-source,open source,code source libre' => 'open-source,free',
|
||||
'optimize,optimization,speed up,an efficient,optimiser,optimisation' => 'optimization',
|
||||
'philosoph,philosophie' => 'philosophy',
|
||||
|
Loading…
x
Reference in New Issue
Block a user