An open API service indexing awesome lists of open source software.

https://github.com/pwright/espanso-logseq

logseq expansions
https://github.com/pwright/espanso-logseq

Last synced: 4 months ago
JSON representation

logseq expansions

Awesome Lists containing this project

README

          

# Espanso logseq

Improve your logseq experience using this snippets triggers.

## Triggers

bquery.::
+
block query template
----
#+BEGIN_QUERY
{:title [:h2 "title"]
:query [:find (pull ?b [*])
:where
[?b :block/properties ?p]
[(get ?p :type) ?t]
[(= "column" ?t)]]}
#+END_QUERY

----