GithubHelp home page GithubHelp logo

mschmidtkorth / logseq-msk-docs Goto Github PK

View Code? Open in Web Editor NEW
23.0 23.0 6.0 32.96 MB

Unofficial Logseq documentation.

Home Page: https://mschmidtkorth.github.io/logseq-msk-docs/

License: GNU General Public License v3.0

HTML 74.33% CSS 2.43% JavaScript 23.25%

logseq-msk-docs's Introduction

Anurag's GitHub stats

logseq-msk-docs's People

Contributors

mschmidtkorth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

logseq-msk-docs's Issues

Please consider adding a license

I am working on an learning resource on using Logseq for PKM. I'm planning to release it eventually under an CC BY-SA license, and I wish I could incorporate some of your work in the graph. However, I cannot do so right now because due to the absence of a license file I should think this work proprietary by default.

Would you consider attaching some sort of a permissive license?

Syntax error in Queries/Advanced Queries/Tutorial Example 9

Hi,
I was trying to work with the examples given in your wonderful Advanced Queries tutorial I noticed that example 9 is giving a syntax error when pasted. I am pasting that part below for your quick reference. Can you have a look?

Thanks and regards
Avijeet

#+BEGIN_QUERY
{:title "⚠️ OVERDUE"
	:query [:find (pull ?block [*])
in $ ?start ?today
where
?block :block/marker ?marker]
	  
or
[?block :block/scheduled ?d]
[?block :block/deadline ?d])
	  
(>= ?d ?start)]
(<   ?d ?today)]
	  
(contains? #{"NOW" "LATER" "TODO" "DOING" "WAITING"} ?marker)]]
:inputs [:180d :today]
:result-transform  (fn [result]
				(sort-by  (fn [d]
				(get d :block/deadline) ) result ))
:collapsed? false}
#+END_QUERY

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.