forked from logseq/logseq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6753601
commit 2e6ab3e
Showing
9 changed files
with
164 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{;; Currently, we support either "Markdown" or "Org". | ||
;; This can overwrite your global preference so that | ||
;; maybe your personal preferred format is Org but you'd | ||
;; need to use Markdown for some projects. | ||
;; :preferred-format "" | ||
|
||
;; Preferred workflow style. | ||
;; Value is either ":now" for NOW/LATER style, | ||
;; or ":todo" for TODO/DOING style. | ||
:preferred-workflow :now | ||
|
||
;; Git settings | ||
:git-pull-secs 60 | ||
:git-push-secs 10 | ||
:git-auto-push true | ||
|
||
;; The app will ignore those directories or files. | ||
;; E.g. "/archived" "/test.md" | ||
:hiddenabc [] | ||
|
||
;; When creating the new journal page, the app will use your template content here. | ||
;; Example for Markdown users: "[[Work]]\n -\n- [[Family]]\n -\n" | ||
;; Example for Org mode users: "** [[Work]]\n***\n** [[Family]]\n***\n" | ||
:default-templates | ||
{:journals ""} | ||
|
||
;; The app will show those queries in today's journal page, | ||
;; the "NOW" query asks the tasks which need to be finished "now", | ||
;; the "NEXT" query asks the future tasks. | ||
:default-queries | ||
{:journals | ||
[{:title "🔨 NOW" | ||
:query [:find (pull ?h [*]) | ||
:in $ ?start ?today | ||
:where | ||
[?h :block/marker ?marker] | ||
[?h :block/page ?p] | ||
[?p :block/journal? true] | ||
[?p :block/journal-day ?d] | ||
[(>= ?d ?start)] | ||
[(<= ?d ?today)] | ||
[(contains? #{"NOW" "DOING"} ?marker)]] | ||
:inputs [:14d :today] | ||
:result-transform (fn [result] | ||
(sort-by (fn [h] | ||
(get h :block/priority "Z")) result)) | ||
:collapsed? false} | ||
{:title "📅 NEXT" | ||
:query [:find (pull ?h [*]) | ||
:in $ ?start ?next | ||
:where | ||
[?h :block/marker ?marker] | ||
[?h :block/ref-pages ?p] | ||
[?p :block/journal? true] | ||
[?p :block/journal-day ?d] | ||
[(> ?d ?start)] | ||
[(< ?d ?next)] | ||
[(contains? #{"NOW" "LATER" "TODO"} ?marker)]] | ||
:inputs [:today :7d-after] | ||
:collapsed? false}]} | ||
|
||
;; Add your own commands to speedup. | ||
;; E.g. [["js" "Javascript"]] | ||
:commands | ||
[] | ||
|
||
;; Macros replace texts and will make you more productive. | ||
;; For example: | ||
;; Add this to the macros below: | ||
;; {"poem" "Rose is $1, violet's $2. Life's ordered: Org assists you."} | ||
;; input "{{{poem red,blue}}}" | ||
;; becomes | ||
;; Rose is red, violet's blue. Life's ordered: Org assists you. | ||
:macros {}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- What's **Contents**? | ||
- It's a normal page called [[Contents]], you can use it for: | ||
- 1. table of content/index/MOC | ||
- 2. pinning/bookmarking favorites pages/blocks (e.g. [[Logseq]]) | ||
- 3. You can also put many different things, depending on your personal workflow. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* What's **Contents**? | ||
** It's a normal page called [[Contents]], you can use it for: | ||
*** 1. table of content/index/MOC | ||
*** 2. pinning/bookmarking favorites pages/blocks (e.g. [[Logseq]]) | ||
*** 3. You can also put many different things, depending on your personal workflow. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: How to take dummy notes? | ||
--- | ||
|
||
- Hello, I'm a block! | ||
:PROPERTIES: | ||
:id: 5f713e91-8a3c-4b04-a33a-c39482428e2d | ||
:END: | ||
- I'm a child block! | ||
- I'm another child block! | ||
- Hey, I'm another block! | ||
:PROPERTIES: | ||
:id: 5f713ea8-8cba-403d-ac00-9964b1ec7190 | ||
:END: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
## Hi, welcome to Logseq! | ||
- Logseq is a _privacy-first_, _open-source_ platform for _knowledge_ sharing and management. | ||
- This is a 3 minute tutorial on how to use Logseq. Let's get started! | ||
- (Feel free to edit anything, no change will be saved at this moment. If you do want to persist your work, click the **top-right** corner of the screen to connect Logseq to either Github or local directory.) | ||
- Here are some tips might be useful. | ||
#+BEGIN_TIP | ||
Click to edit any block. | ||
Type `Enter` to create a new block. | ||
Type `Shift+Enter` to create a new line. | ||
Type `/` to show all the commands. | ||
#+END_TIP | ||
- 1. Let's create a page called [[How to take dummy notes?]]. You can click it to go to that page, or you can `Shift+Click` to open it in the right sidebar! Now you should see both _Linked References_ and _Unlinked References_. | ||
- 2. Let's reference some blocks on [[How to take dummy notes?]], you can `Shift+Click` any block reference to open it in the right sidebar. Try making | ||
some changes on the right sidebar, those referenced blocks will be changed too! | ||
- ((5f713e91-8a3c-4b04-a33a-c39482428e2d)) : This is a block reference. | ||
- ((5f713ea8-8cba-403d-ac00-9964b1ec7190)) : This is another block reference. | ||
- 3. Do you support tags? | ||
- Of course, this is a #dummy tag. | ||
- 4. Do you support tasks like todo/doing/done and priorities? | ||
- Yes, type `/` and pick your favorite todo keyword or priority (A/B/C). | ||
- NOW [#A] A dummy tutorial on \"How to take dummy notes?\" | ||
- LATER [#A] Check out this awesome video by [:a {:href \"https://twitter.com/EdTravelling\" :target \"_blank\"} \"@EdTravelling\"], which shows how to use logseq to open your local directory. | ||
|
||
[:div.video-wrapper.mb-4 | ||
[:iframe | ||
{:allowFullScreen \"allowfullscreen\" | ||
:allow | ||
\"accelerometer; autoplay; encrypted-media; gyroscope\" | ||
:frameBorder \"0\" | ||
:src \"https://www.youtube.com/embed/Afmqowr0qEQ\" | ||
:height \"367\" | ||
:width \"653\"}]] | ||
- DONE Create a page | ||
- CANCELED [#C] Write a page with more than 1000 blocks | ||
- That's it! You can create more bullets or open a local directory to import some notes now! | ||
- You can also download our desktop app at https://github.com/logseq/logseq/releases |