-
Notifications
You must be signed in to change notification settings - Fork 13
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
Showing
27 changed files
with
1,002 additions
and
146 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ | |
tsconfig.json | ||
webpack.config.js | ||
/__test__ | ||
.env |
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,61 @@ | ||
# Codeblock check | ||
|
||
## Ignore 1 | ||
|
||
``` | ||
<!-- note-overview-plugin | ||
search: type:todo iscompleted:0 notebook:"2 - NEXT" tag:pro | ||
fields: title, created_time, body, todo_due, tags | ||
sort: created_time ASC | ||
--> | ||
``` | ||
|
||
## Ignore 2 with space | ||
|
||
``` | ||
<!-- note-overview-plugin | ||
search: type:todo iscompleted:0 notebook:"2 - NEXT" tag:pro | ||
fields: title, created_time, body, todo_due, tags | ||
sort: created_time ASC | ||
--> | ||
``` | ||
|
||
## Ignore 3 | ||
|
||
``` | ||
<!-- note-overview-plugin | ||
search: -tag:* | ||
fields: updated_time, title, notebook | ||
alias: updated_time AS Edit | ||
sort: updated_time DESC | ||
--> | ||
| Edit | title | notebook | | ||
| --- | --- | --- | | ||
|24/08/2021 20:56|[Note 1](:/2f9c4c5803974a85bb1891e2bcf1903f)|Import| | ||
|24/08/2021 12:54|[Note 2](:/74173316718d44668a73e17aeb97a69a)|Import| | ||
<!--endoverview--> | ||
``` | ||
|
||
## Match 1 | ||
|
||
``` | ||
Some Code | ||
``` | ||
|
||
<!-- note-overview-plugin | ||
search: type:todo iscompleted:0 notebook:"3 - WAITING" tag:pro | ||
fields: title, created_time, body, todo_due, tags | ||
sort: created_time ASC | ||
--> | ||
|
||
## Match 2 | ||
|
||
<!-- note-overview-plugin | ||
search: type:todo iscompletetd:0 notebook:"5 - SOMEDAY / MAYBE" tag:pro | ||
fields: title, created_time | ||
sort: created_time ASC | ||
--> | ||
|
||
``` | ||
Code | ||
``` |
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,6 @@ | ||
{ | ||
"id": "", | ||
"title": "Test note mock", | ||
"body": "", | ||
"type_": 1 | ||
} |
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 @@ | ||
link: |
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,3 @@ | ||
link: | ||
caption: data | ||
html: true |
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,25 @@ | ||
Some note body | ||
|
||
|
||
and more Text | ||
|
||
``` | ||
<!-- note-overview-plugin | ||
search: type:todo | ||
fields: title, created_time, body, todo_due, tags | ||
sort: created_time ASC | ||
--> | ||
More data | ||
<!--endoverview--> | ||
``` | ||
|
||
and some more text | ||
|
||
|
||
Some note body | ||
|
||
|
||
data from overview | ||
|
||
|
||
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 @@ | ||
Some note body | ||
|
||
<!-- note-overview-plugin | ||
search: type:todo iscompleted:0 notebook:"3 - WAITING" tag:pro | ||
fields: title, created_time, body, todo_due, tags | ||
sort: created_time ASC | ||
--> | ||
|
||
and more Text | ||
|
||
``` | ||
<!-- note-overview-plugin | ||
search: type:todo | ||
fields: title, created_time, body, todo_due, tags | ||
sort: created_time ASC | ||
--> | ||
More data | ||
<!--endoverview--> | ||
``` | ||
|
||
and some more text | ||
|
||
|
||
Some note body | ||
|
||
<!-- note-overview-plugin | ||
search: type:todo iscompleted:0 notebook:"3 - WAITING" tag:pro | ||
fields: title, created_time, body, todo_due, tags | ||
sort: created_time ASC | ||
--> | ||
|
||
data from overview | ||
|
||
<!--endoverview--> | ||
|
||
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,7 @@ | ||
Some note body | ||
|
||
|
||
and more Text | ||
|
||
|
||
and some more Text |
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,17 @@ | ||
Some note body | ||
|
||
<!-- note-overview-plugin | ||
search: type:todo iscompleted:0 notebook:"3 - WAITING" tag:pro | ||
fields: title, created_time, body, todo_due, tags | ||
sort: created_time ASC | ||
--> | ||
|
||
and more Text | ||
|
||
<!-- note-overview-plugin | ||
search: type:todo iscompleted:0 notebook:"3 - WAITING" tag:pro | ||
fields: title, created_time, body, todo_due, tags | ||
sort: created_time ASC | ||
--> | ||
|
||
and some more Text |
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,4 @@ | ||
Some note body | ||
|
||
|
||
and more Text |
Oops, something went wrong.