Skip to content

Commit

Permalink
Deploying to gh-pages from @ e4e67fc 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
logseq-cldwalker committed Dec 15, 2023
1 parent f6e1f88 commit df8fbff
Show file tree
Hide file tree
Showing 11 changed files with 21,132 additions and 19,302 deletions.
4 changes: 2 additions & 2 deletions index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/css/style.css

Large diffs are not rendered by default.

3,245 changes: 1,622 additions & 1,623 deletions static/js/code-editor.js

Large diffs are not rendered by default.

3,026 changes: 1,514 additions & 1,512 deletions static/js/excalidraw.js

Large diffs are not rendered by default.

Binary file added static/js/ls-wa-sqlite/d5348c86bcd3913f2696.wasm
Binary file not shown.
3 changes: 3 additions & 0 deletions static/js/ls-wa-sqlite/persist-db-worker.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions static/js/ls-wa-sqlite/persist-db-worker.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**
* @license
* Copyright 2019 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
1 change: 1 addition & 0 deletions static/js/ls-wa-sqlite/persist-db-worker.js.map

Large diffs are not rendered by default.

31,688 changes: 16,750 additions & 14,938 deletions static/js/main.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions static/js/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ contextBridge.exposeInMainWorld('apis', {
await shell.openPath(path)
},

showItemInFolder (fullpath) {
if (IS_WIN32) {
shell.openPath(path.dirname(fullpath).replaceAll("/", "\\"))
} else {
shell.showItemInFolder(fullpath)
}
},

/**
* save all publish assets to disk
*
Expand Down
2,450 changes: 1,225 additions & 1,225 deletions static/js/tldraw.js

Large diffs are not rendered by default.

0 comments on commit df8fbff

Please sign in to comment.