Knowledge base of ~80+ markdown files across 14 domains (00-13), Logseq graph, hardware design files (KiCAD), infrastructure configs, and talas-wiki static site. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
37 lines
1.1 KiB
Clojure
37 lines
1.1 KiB
Clojure
{:meta/version 1
|
|
|
|
;; Format markdown (pas org-mode)
|
|
:preferred-format :markdown
|
|
|
|
;; Pas de journal quotidien - on est en mode documentation
|
|
:feature/enable-journals? false
|
|
|
|
;; Page d'accueil
|
|
:default-home {:page "README"}
|
|
|
|
;; Dossiers cachés pour ne pas polluer le graphe
|
|
:hidden [".claude" "13_ARCHIVES" "99_SYMLINKS" "_BROUILLON" "node_modules" ".git" ".logseq"
|
|
"04_INFRA_DEPLOIEMENT/Notes_Operations/jumpserver_docs"
|
|
"02_PRODUITS_PHYSIQUES/Microphone/Conception/composants"
|
|
"02_PRODUITS_PHYSIQUES/Microphone/Conception/composants - Copie"
|
|
"02_PRODUITS_PHYSIQUES/Microphone/Conception/AliceOPA"
|
|
"02_PRODUITS_PHYSIQUES/Buyings"]
|
|
|
|
;; Nouvelles pages créées dans logseq vont ici
|
|
:pages-directory "pages"
|
|
:journals-directory "journals"
|
|
|
|
;; Gestion des noms de fichiers avec caractères spéciaux
|
|
:file/name-format :triple-lowbar
|
|
|
|
;; Graph view settings
|
|
:graph/settings {:journal? false
|
|
:orphan-pages? false
|
|
:builtin-pages? false}
|
|
|
|
;; Markdown config
|
|
:markdown/version 2
|
|
|
|
;; Editor
|
|
:editor/logical-outdenting? true
|
|
:preferred-workflow :todo}
|