Skip to content

Commit

Permalink
add "send to canvas" on export (#133)
Browse files Browse the repository at this point in the history
* add "send to canvas" on export

* "Insert Results" opens Export

* test if current page is page or canvas

* add ability to select page/canvas to send to

* addtocanvas: check node type

* clean up

* add "send to canvas" on export

* "Insert Results" opens Export

* test if current page is page or canvas

* add ability to select page/canvas to send to

* addtocanvas: check node type

* clean up

* nuke clearOnClick, combine add functions, remove duplicate <Export>

* handle block or page

* cleanup

* 1.10.10
  • Loading branch information
mdroidian authored Aug 18, 2023
1 parent d53af7c commit b7d36e1
Show file tree
Hide file tree
Showing 7 changed files with 366 additions and 158 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query-builder",
"version": "1.10.9",
"version": "1.10.10",
"description": "Introduces new user interfaces for building queries in Roam",
"main": "./build/main.js",
"author": {
Expand Down
Loading

0 comments on commit b7d36e1

Please sign in to comment.