add toot visibility keyword to cache

main
Ryan Rix 2022-12-28 16:12:06 -08:00
parent b400ddcfd5
commit 9693b4871e
3 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ A page doesn't require much metadata to render or be found, really. The org-mode
#+begin_src emacs-lisp
(add-to-list 'arroyo-db-keywords "ARCOLOGY_KEY")
(add-to-list 'arroyo-db-keywords "ARCOLOGY_FEED")
(add-to-list 'arroyo-db-keywords "ARCOLOGY_TOOT_VISIBILITY")
(add-to-list 'arroyo-db-keywords "ARCOLOGY_ALLOW_CRAWL")
#+end_src

View File

@ -309,6 +309,7 @@ All of this becomes much simpler with a [[id:arcology/arroyo-page][Arroyo Arcolo
(key :not-null)
(title :not-null)
(site :not-null)
(post-visibility :not-null)
(hash :not-null)])
#+end_src

View File

@ -1,6 +1,7 @@
;; [[file:arcology-arroyo.org::+begin_src emacs-lisp][No heading:1]]
(add-to-list 'arroyo-db-keywords "ARCOLOGY_KEY")
(add-to-list 'arroyo-db-keywords "ARCOLOGY_FEED")
(add-to-list 'arroyo-db-keywords "ARCOLOGY_TOOT_VISIBILITY")
(add-to-list 'arroyo-db-keywords "ARCOLOGY_ALLOW_CRAWL")
;; No heading:1 ends here