Commit Graph

387 Commits (3375bb0674584a998d4b3046bc41e0725d90b356)

Author SHA1 Message Date
leizhe 770eff4ab8 fix(mobile): tweet component loading fails 2022-02-19 10:39:41 +08:00
Andelf 45f852b396 feat(draw): upgrade excalidraw to 0.10.0
- fix draw saving bug
- add grid toogle
- avoid saving while editing
- resize relative to nearest parent block-content
- use serializeAsJSON to save draw(with identation, better diff log)
2022-02-18 17:55:50 +08:00
leizhe 31706b7888 enhance(mobile): editing in large block 2022-02-17 22:26:36 +08:00
Andelf f4f215b3cf fix(deps): missing electron-context-menu in final build 2022-02-17 09:55:51 +08:00
Tienson Qin ad9b5d152d
Merge branch 'master' into enhance/cut-memory-usage 2022-02-08 21:05:38 +08:00
Tienson Qin 982eba9396 refactor: remove i18n tongue context 2022-02-08 17:31:32 +08:00
Tienson Qin faea913a40 enhance: cut memory usage 2022-02-08 15:49:09 +08:00
charlie 7442dbc125 enhance(ui): setup default context menu with right click 2022-02-08 15:03:39 +08:00
Gabriel Horner 54420c9a5d Address review feedback 2022-01-28 10:48:44 -05:00
leizhe 79a1c15ba9 feat(mobile): tap status bar to scroll to top 2022-01-20 10:35:11 +08:00
Junyi Du 226541ff5e enhance: apply normalization on page indexing & diacritics / accents searching compat. 2022-01-20 10:33:50 +08:00
Tienson Qin 6aba8c3241
Improve long page editing performance (#3855)
* Remove expensive parsing when saving files

* Add limit to page blocks query

* Don't collapse block's body to make it compatible with other tools

* Alert if there're unsaved changes when switching graphs

* DB schema migration for :block/collapsed? from it's property

Co-authored-by: Andelf <andelf@gmail.com>
2022-01-18 10:37:31 +08:00
dependabot[bot] d360a11ed8 chore(deps-dev): bump postcss from 8.2.10 to 8.2.13
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.10...8.2.13)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 14:11:21 +08:00
dependabot[bot] 3f5aac8e04 chore(deps): bump is-svg from 4.2.2 to 4.3.0
Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/sindresorhus/is-svg/releases)
- [Commits](https://github.com/sindresorhus/is-svg/compare/v4.2.2...v4.3.0)

---
updated-dependencies:
- dependency-name: is-svg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 14:11:04 +08:00
leizhe bf9c08105f bump react-tweet-embed
The current version 1.2.1 was released 3 years ago. Updating it to the
lastest version may solve some issues, typically unloading issue that
iOS users keep reporting.
2022-01-11 12:08:52 +08:00
charlie 33fbb0aa1b fix(editor): backspace for emoji char 2022-01-10 16:58:01 +08:00
Andelf 2c18a651f1
fix(deps): bad colors.js (#3831) 2022-01-09 16:55:26 +08:00
Andelf b9af84a4b0 chore(deps): upgrade playwright 2022-01-08 13:36:52 +08:00
Tienson Qin 9b5c98284b chore: bump mldoc
related to #3451
2022-01-05 18:02:16 +08:00
Tienson Qin 414eaf9691 fix: Clicking raw HTML links loads target URL in the desktop app
close #3722
2022-01-04 14:21:37 +08:00
Tienson Qin 539672afeb chore: bump mldoc
Related to #3578
2021-12-27 16:40:31 +08:00
Andelf b6af68189f fix(build): add missing cross-env prefix 2021-12-26 10:50:58 +08:00
Andelf 3d12402b6a fix(build): rm parser-worker patch 2021-12-26 10:50:58 +08:00
Andelf a1825370ef fix(build): lock pixi.js v6.2.0 for pixi-graph-fork 2021-12-26 02:47:24 +08:00
Andelf 9c5dd154d5 fix(build): wrong excalidraw version 2021-12-24 13:05:33 +08:00
charlie bd7799eaa2 enhance(ui): WIP: fixed element of ios platform 2021-12-22 15:37:54 +08:00
llcc 3dfa44eeba
Merge branch 'master' into enhance/mobile 2021-12-16 13:51:27 +08:00
Tienson Qin 719f10b863 fix: add electron dep to package.json too 2021-12-16 00:31:01 +08:00
Tienson Qin 3aadda4303 fix: downgrade electron to v15
related to #3421
2021-12-16 00:23:23 +08:00
llcc d2e54d31fe
Merge branch 'master' into enhance/mobile 2021-12-15 11:41:10 +08:00
Tienson Qin 338f10eaef debug: downgrade electron version to test cpu usage on Linux 2021-12-15 11:24:18 +08:00
Tienson Qin dc34f027b6
Graph view enhancements (#3453)
Graph view enhancements
2021-12-14 15:01:45 +08:00
Andelf c8c8fccc7e fix(build): excalidraw version should be consistent with assets 2021-12-12 16:26:44 +08:00
Tienson Qin d3fa2196b0 fix: Horizontal line not created with ---
close #3416
2021-12-11 14:09:17 +08:00
leizhe a0cb6e5526 feat(mobile): embed a photo in block
The seleted photo will be stored in assets folder.
2021-12-07 21:03:25 +08:00
Tienson Qin d7c4392ecb perf: reduce start time from minutes to seconds for large graphs 2021-12-05 22:18:19 +08:00
Tienson Qin 0d13f9f081 Merge branch 'master' into mobile 2021-12-05 11:39:58 +08:00
Tienson Qin 00a39ceda3 enhance: remove source map from mobile apps 2021-12-01 12:33:04 +08:00
Tienson Qin a1c8a78034 fix(mobile): swiper not working 2021-12-01 12:26:25 +08:00
Tienson Qin aa740ea0a6 fix: replace npx cap copy with npx cap sync 2021-12-01 10:50:19 +08:00
Tienson Qin b4ca337af3 feat(mobile): swipe right/left to toggle the left sidebar 2021-11-30 15:15:04 +08:00
Andelf 935a317c6e ci: use version.cljs instead 2021-11-30 11:06:35 +08:00
Andelf fa003e6f57 ci: refactor desktop app release ci, add nightly build 2021-11-30 11:06:35 +08:00
Tienson Qin 676d4002fa chore: bump capacitor/filesystem 2021-11-27 19:11:20 +08:00
Tienson Qin 7101b8c491 fix: can't open graph again on Android 2021-11-27 13:10:34 +08:00
Tienson Qin a5674b1728 fix: code block can't be saved 2021-11-26 19:15:33 +08:00
charlie 0d16b12885 Merge branch 'master' into mobile 2021-11-25 15:58:01 +08:00
Tienson Qin da73064a90 fix: make blockquotes compatible with previous versions
related to #3267
2021-11-25 15:00:32 +08:00
leizhe 59f6a4371f add run-ios-release script 2021-11-25 10:07:43 +08:00
charlie 62a8ed8ff4 improve(mobile): back navigation for android 2021-11-24 17:26:05 +08:00
Tienson Qin 8bcbf08d8e chore: bump mldoc 2021-11-24 17:03:21 +08:00
Tienson Qin 289b86c99e chore: bump mldoc 2021-11-23 21:16:54 +08:00
Andelf 8d0d4ae3a2 test(e2e): add playwright test 2021-11-23 17:26:53 +08:00
Andelf 63c55af453 test: rm cypress 2021-11-23 17:26:53 +08:00
Junyi Du 0245da0a5a Expand kondo configuration 2021-11-18 21:13:35 +08:00
Tienson Qin 2e2e8f23aa fix: specify npm packages version 2021-11-18 21:04:29 +08:00
Tienson Qin b0ad0fc87c chore: bump pixi-graph for debugging 2021-11-18 19:47:45 +08:00
Tienson Qin 063117d24a chore: enabled debug for electron releases 2021-11-18 19:32:26 +08:00
Tienson Qin f2f21add46 release: add debug 2021-11-18 16:16:34 +08:00
Tienson Qin 36aa870c42 fix: add :pseudo-names true for electron build 2021-11-18 15:41:35 +08:00
Tienson Qin 425f688082
iOS file picker support (#3175)
* ios: folder picker and readdir
* update README.md

Co-authored-by: Weihua Lu <luwh364@gmail.com>
Co-authored-by: leizhe <leizhe@leizhedeMacBook-Air.local>
2021-11-17 16:19:48 +08:00
Tienson Qin 3440f8506b chore: bump electron to 15 2021-11-17 11:04:57 +08:00
Tienson Qin 9aaf473fb3 fix: downgrade electron to avoid crash on message send 2021-11-10 23:52:38 +08:00
charlie e10361824d Revert "fix(dev): using latest path-browserify"
This reverts commit 647c92c0aa.
2021-11-09 10:04:11 +08:00
charlie 2a812cced3 fix(dev): using latest path-browserify 2021-11-09 10:04:11 +08:00
Tienson Qin ebfb68f7e0 chore: bump mldoc 2021-11-08 16:29:16 +08:00
Tienson Qin d8c9045320 chore: bump mldoc
Disable macos arm64 temporarily because github action doesn't work.
2021-11-06 20:46:39 +08:00
Tienson Qin 707598a9f7 chore: bump mldoc 2021-11-04 18:07:09 +08:00
Tienson Qin 300ee8feb4 chore: bump mldoc 2021-11-03 21:13:34 +08:00
Tienson Qin 0f4622a946 chore: bump mldoc 2021-11-02 17:49:01 +08:00
Seth f3445fbfd7 fix typo in package.json scripts 2021-10-25 11:39:41 +08:00
Tienson Qin 5c14eeb7a8 chore: bump mldoc 2021-10-24 10:54:33 +08:00
Tienson Qin ab993d5028 chore: bump mldoc 2021-10-22 22:35:52 +08:00
Tienson Qin 7daa65fcfb fix: can't open graph on Linux
Downgrade Electron.
2021-10-12 20:43:53 +08:00
Tienson Qin 5b5690237f chore: bump electron 2021-10-12 19:45:11 +08:00
Tienson Qin e35c6c38ca chore: bump mldoc 2021-10-12 14:32:48 +08:00
Tienson Qin 404991bed8 chore: bump mldoc 2021-10-11 11:01:34 +08:00
Tienson Qin 9e0ee04829 fix: markdown footnote definition sometimes doesn't work 2021-10-11 10:14:14 +08:00
Tienson Qin 431814f577 enhance: remove blank line for some blocks when outputing to md/org
Related to #2937
2021-10-09 23:51:10 +08:00
Tienson Qin 0467fdba2a chore: bump electron
close #2905
2021-10-08 13:19:52 +08:00
Weihua Lu f09a928778 fix: fix white screen after splash 2021-09-30 12:42:03 +08:00
Tienson Qin 8504163858 mobile: add run-android-release script 2021-09-30 11:12:26 +08:00
Tienson Qin 0afd15c23d enhance(mobile): bottom buttons
also, fixed todo cycle
2021-09-28 14:58:43 +08:00
Tienson Qin 50ab51f651 mobile: add yarn release-app 2021-09-28 14:58:43 +08:00
Tienson Qin 5b11a90c67 mobile: use capacitor.config.ts && yarn app-watch 2021-09-28 14:58:43 +08:00
Weihua Lu c3e53ef2db mobile: file system init 2021-09-28 14:58:43 +08:00
Weihua Lu f2afcd707e feat: init ios/android template 2021-09-28 14:58:43 +08:00
Tienson Qin ac89a36ab0 chore: bump mldoc 2021-09-15 14:31:48 +08:00
Tienson Qin cdb34cfc23 chore: bump mldoc 2021-09-07 19:31:02 +08:00
Tienson Qin dd9a90b4ad enhance: hide logbook by default 2021-08-31 12:48:51 +08:00
Tienson Qin d87b341f7b chore: bump mldoc 2021-08-31 11:51:05 +08:00
Tienson Qin 78e24f7479 fix: add patch parser worker to yarn watch 2021-08-27 00:01:21 +08:00
Tienson Qin e5a00f8b1a chore: bump mldoc
close #2402
2021-08-26 09:55:17 +08:00
Tienson Qin 6e3d09d9f9
Merge pull request #2714 from logseq/enhance/plugin-related-improvements
Enhance/plugin related improvements
2021-08-25 23:58:49 +08:00
Tienson Qin 53975e7aa4 fix: re-render pixi when switching between dark/light 2021-08-25 22:16:27 +08:00
Aleksandr Dremov 48610551f9 Graph smoothing and dark styling 2021-08-25 22:11:52 +08:00
charlie 1859479e42 fix: conflicts 2021-08-25 10:20:17 +08:00
Tienson Qin c2e7593923 chore: bump mldoc 2021-08-23 23:25:52 +08:00
Tienson Qin 8bbb80d57d chore: bump mldoc 2021-08-23 22:09:40 +08:00
Tienson Qin 78a2dbd5dd chore: bump mldoc 2021-08-23 21:07:24 +08:00
charlie 94c3857da4 improve(plugin): simplify caller 2021-08-23 18:19:06 +08:00
charlie c4a92c2657 fix(dev): import cljs runtime scripts for parser worker base on file:// 2021-08-19 17:16:06 +08:00
Tienson Qin e87f83c395
Use web workers to speed up parsing (#2655)
* wip: use web workers to speed up parsing

* chore: uncomment forget.config.js

* fix: parser pool initialization

* fix: extract parser-worker

* fix: can't run the parser worker in the release mode

* fix: extract async tests

* fix: dsl query async test

* fix: img path in dev mode
2021-08-18 17:02:40 +08:00
Tienson Qin 0b3c2bf3f3 chore: bump mldoc 2021-08-18 12:05:25 +08:00
Tienson Qin b382f6df47 chore: bump mldoc 2021-08-11 22:35:49 +08:00
Tienson Qin 2ddc09601f chore: bump mldoc 2021-08-10 18:16:06 +08:00
Tienson Qin 703479b5af chore: bump mldoc 2021-08-09 13:49:27 +08:00
Tienson Qin b70f06a973 chore: bump mldoc 2021-08-06 21:02:42 +08:00
Tienson Qin 51f0819235 chore: bump pixi-graph-fork 2021-08-01 15:48:54 +08:00
Peng Xiao b2a23dcfbc feat: add embed twitter command 2021-07-30 18:06:07 +08:00
Tienson Qin d5dbdf6589 chore: bump mldoc 2021-07-30 12:57:27 +08:00
Tienson Qin 89213693d1 feat: use == for highlight
Defaults to use == for highlights too.
2021-07-27 23:28:18 +08:00
Tienson Qin ab9ed5562c chore: bump mldoc 2021-07-26 22:02:17 +08:00
Tienson Qin 1491d33ae2 fix: Org mode title not parsed if file-level property block exist in file
close #2286
2021-07-22 18:09:33 +08:00
Tienson Qin b3931bedb1 chore: bump version 2021-07-19 20:14:38 +08:00
Tienson Qin ab8e04d14d fix: block timestamps in the code block 2021-07-16 19:40:36 +08:00
Tienson Qin 6cc567442c debug: trying to fix sourcemaps not working on electron 2021-07-16 18:30:31 +08:00
Tienson Qin 7d91d2e009 fix: can't drag the desktop app when scrolling down a bit
close #2432
2021-07-16 15:47:17 +08:00
Tienson Qin c31b40ca8c fix: too many webgl contexts 2021-07-09 22:45:47 +08:00
Tienson Qin f31ab98ed0 chore: bump pixi-graph-fork 2021-07-09 12:43:00 +08:00
Tienson Qin a58de3da97 chore: bump pixi-graph-fork 2021-07-09 12:29:33 +08:00
Tienson Qin 4bef38346a fix: add default titles for some pages 2021-07-08 00:45:46 +08:00
Tienson Qin c2c69decca chore: bump mldoc 2021-07-07 22:26:58 +08:00
Tienson Qin 907e60262b chore: bump mldoc 2021-07-07 22:07:08 +08:00
Tienson Qin d05f105c34 chore: bump mldoc 2021-07-07 22:03:57 +08:00
Tienson Qin 5a41300e80
Graph revamp (#2372)
Graph revamp
2021-07-06 23:48:58 +08:00
Weihua Lu 40d912c277 chore: upgrade tailwind 2021-07-06 23:47:13 +08:00
Weihua Lu 3c602abb32 wip 2021-07-06 23:47:13 +08:00
rcmerci 6693068a04 chore: bump mldoc 0.8.4 2021-07-01 12:11:52 +08:00
Tienson Qin 935d02149b chore: bump mldoc 2021-06-30 22:14:34 +08:00
rcmerci 3d4d371796 update mldoc version 2021-06-30 22:14:34 +08:00
Tienson Qin 668523198e chore: bump mldoc 2021-06-23 21:02:47 +08:00
Weihua Lu 361dca3c23 fix: bump correct version 2021-06-23 19:33:40 +08:00
Tienson Qin af6d1ae7b7 chore: bump mldoc 2021-06-22 12:04:41 +08:00
Tienson Qin e617fd29d6 add tab && shift+tab 2021-06-22 10:57:11 +08:00
Tienson Qin f0af0f05dd test: cypress scaffolding 2021-06-22 10:57:11 +08:00
Tienson Qin ff615bc1f4 chore: bump mldoc 2021-06-17 19:49:39 +08:00
Tienson Qin 3eb3beef35 chore: bump mldoc 2021-06-16 00:25:55 +08:00
Tienson Qin 0bde30bc58 chore: bump version 2021-06-11 00:14:31 +08:00
dependabot[bot] 74d148dd23 chore(deps): bump highlight.js from 9.18.5 to 10.4.1
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.5 to 10.4.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/9.18.5...10.4.1)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-10 12:16:17 +08:00
Tienson Qin 8a9a75ddcd fix: app freeze 2021-06-08 16:17:07 +08:00
Tienson Qin 563607db80 chore: bump both better-sqlite3 and electron
Related to #1643
2021-06-08 10:19:55 +08:00
Tienson Qin c58084bcee chore: bump mldoc 2021-06-07 20:41:26 +08:00
Tienson Qin 3a8da3262a chore: bump mldoc 2021-06-07 19:52:23 +08:00
Tienson Qin 2dfe104b7c fix: rename parseHtml to exportToHtml 2021-06-07 15:18:57 +08:00
Tienson Qin 7ef9150e08 fix: Extra space and tab characters will be inserted into the file
close #2108
close #2057
2021-06-07 15:06:54 +08:00
Tienson Qin 219484e3cb chore: bump mldoc 2021-06-02 12:50:59 +08:00
Tienson Qin 0e5c2c88e2 chore: bump mldoc 2021-05-28 22:25:30 +08:00
Tienson Qin 9179b33e14 chore: bump mldoc 2021-05-27 15:12:17 +08:00
Tienson Qin 52ab749445 fix: bump mldoc 2021-05-27 14:02:56 +08:00