Skip to content

Commit

Permalink
Add changelog and tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
logseq-cldwalker committed Jun 27, 2022
1 parent 3b59e38 commit ba75b78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.1.0

* Initial release with detection of invalid block refs and invalid queries
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ This github action use [nbb-logseq](https://github.com/logseq/nbb-logseq) and th

## Write your own Logseq action

This github action serves as an example that can be easily customized to
validate anything in a Logseq graph. To write your own action:
This github action serves as an example that can be easily customized. This
action can validate almost anything in a Logseq graph as it has access to the
graph's database connection and to the full markdown AST of a graph. To write
your own action:

1. Copy this whole repository.
2. Write your own implementation in `action.cljs`.
Expand Down

0 comments on commit ba75b78

Please sign in to comment.