forked from cldwalker/bb-clis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bb-logseq-convert.edn
25 lines (22 loc) · 966 Bytes
/
.bb-logseq-convert.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
;; Configures what properties a given host keeps to be converted to a block.
;; This is my config and should be moved to a personal global config
{:host-properties
{"github.com"
#{"http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
"http://ogp.me/ns#description"
"http://schema.org/name"}
"youtube.com"
;; consider duration and related u.author.{name,url}
#{"http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
"http://ogp.me/ns#description"
"http://schema.org/name"}
"imdb.com"
;; consider genre, rating, date published and actors
;; related anonymous _.name would be preferred
#{"http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
"http://opengraphprotocol.org/schema/title"
"http://opengraphprotocol.org/schema/description"}
"en.wikipedia.org"
;; type isn't consistently accurate here as there are usually multiple nodes with types
#{"http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
"http://schema.org/headline"}}}