Commit Graph

10731 Commits (ff2015dd48282872d656830159df6e48ee756613)

Author SHA1 Message Date
Andelf ff2015dd48 fix(i18n): wrong translation key for file content 2023-02-03 13:42:56 +08:00
dependabot[bot] c2448a01c2 chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-03 12:16:48 +08:00
dependabot[bot] 6097b10523 chore(deps): bump jszip from 3.7.0 to 3.8.0
Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-03 12:16:20 +08:00
Gabriel Horner a06120ca1f Fix favorites re-ordering triggering validation error
Fixed by converting to a vector as this seems to be the only outlying
favorite action that doesn't conform to it. Could've also loosened
the schema but for an ordered list, vector is preferred

See
https://discord.com/channels/725182569297215569/735747000649252894/1070425980063199372
for the report
2023-02-02 16:29:08 -05:00
Andelf 6d62848386 fix(sync): revert age upgrade
Close #8497
2023-02-02 23:11:24 +08:00
Gabriel Horner 04f1e0e076 Page command enhancements
Three file commands will work in journal page when they have been
edited. These commands will also explicitly warn if no action is taken.
Also developer page commands recognize navigation now
2023-02-02 22:22:50 +08:00
Gabriel Horner 917a8aa098 Fix page blocks not displaying full property values in query tables
We were only saving these in pre-block but we also need them in page
block. Also adds tests for blocks that had this behavior since #6529
2023-02-01 16:28:42 -05:00
ksqsf d425d63c46 fix: Chinese (Simplified) translation 2023-02-01 22:14:56 +08:00
Andelf 29efeeb68a chore: update rsapi 2023-02-01 21:54:46 +08:00
Tienson Qin 1db40cfd5d fix: assets url wrong path 2023-02-01 17:26:21 +08:00
Junyi Du 36dde7b53d enhancement: minor enhancement to the no native FS API display 2023-02-01 15:56:09 +08:00
Gabriel Horner c0d81dd389 Remove debugging leftovers from test 2023-01-31 16:05:20 -05:00
Ben Yorke c76da13570 Adds support for :query-page as an input 2023-01-31 16:05:20 -05:00
Phoenix Eliot f0744e32c5 Fix arch/sudo command in instructions
This command runs properly on my M1; the one listed before gives the error `arch: posix_spawnp: gem: Bad CPU type in executable`
2023-01-31 15:50:29 -05:00
queeup f3d13fa271
i18n: update Turkish translation (#8481)
Co-authored-by: Bad3r <bad3r@protonmail.com>
2023-01-31 15:49:49 -05:00
Gabriel Horner fdfeef82fd Remove debugging print at require time from #8399 2023-01-31 12:37:25 -05:00
rcmerci 89a3012a54 fix(dev): md/stop! will rewrite malli-kondo config.edn with {} 2023-01-31 10:15:51 -05:00
Tienson Qin 75a26303ae fix: disable refresh temporally for NFS 2023-01-31 12:15:27 +08:00
Tienson Qin c1e165b0ec fix: don't notify dir-gone on nfs since it requires permission first 2023-01-31 12:01:37 +08:00
Tienson Qin 3ad84cd1f5 fix: add unwatch-dir! for nfs
related to #8474
2023-01-31 11:39:58 +08:00
situ2001 b3557bc6df
fix: searching in page defers while entering Chinese character using a Pinyin IME (#8399)
fix: `electron-find-in-page!` not being delayed when using IME
2023-01-31 11:08:38 +08:00
Konstantinos Kaloutas b211a93807 fix: remove unused imports and run prettier 2023-01-31 11:03:13 +08:00
Konstantinos Kaloutas bdd665052e fix: initial height calculation of portal 2023-01-31 11:03:13 +08:00
Konstantinos Kaloutas a2f76519fb remove some more unneeded changes 2023-01-31 11:03:13 +08:00
Konstantinos Kaloutas 49716c1ff5 enhance: use cursor 2023-01-31 11:03:13 +08:00
Konstantinos Kaloutas d040dbe4ee fix: revert inefficient changes 2023-01-31 11:03:13 +08:00
Konstantinos Kaloutas e752f7284f enhance: use lazy loader on whiteboards preview 2023-01-31 11:03:13 +08:00
Konstantinos Kaloutas 2043f3a5a4 enhance: allow rendering empty portals once 2023-01-31 11:03:13 +08:00
Konstantinos Kaloutas f9dbdc1d7c wip: performance enhancements 2023-01-31 11:03:13 +08:00
Gabriel Horner 78506f22d0 Fix deftests that have confusing args that only apply to defn
Follow up to #8412 where we're accidentally copying
invalid forms from other tests
2023-01-30 10:56:06 -05:00
Brooks Rady e7b511dc5b
fix: normalize the case of property keys (#8412)
* fix: normalize the case of property keys

* chore: remove debugging print statement

* chore: remove unneeded file from diff

* Added tests for Org title parsing

---------

Co-authored-by: Bad3r <bad3r@protonmail.com>
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-01-30 10:44:23 -05:00
Richard Garčár a0226d443e
Add Slovak language (#8464)
Co-authored-by: situ2001 <yongcong2001@outlook.com>
2023-01-30 10:24:43 -05:00
Gabriel Horner bcaec408e6 Introduce keyword :fn to commands
Allows commands to invoke namespaces that previously caused circular
dependency issues
2023-01-30 14:56:35 +08:00
Gabriel Horner 92bec506ec Make all dev menu items into commands
Also add clear all notifications cmd
2023-01-30 14:56:35 +08:00
Gabriel Horner 1b1e68d8ac Add show ast at block and page level 2023-01-30 14:56:35 +08:00
situ2001 8ce08277a8 enhance(issue-template): add description to `ask-pr` 2023-01-30 12:11:47 +08:00
Gabriel Horner dd006bf6b1 Add schema for #8429 and tweak comments 2023-01-25 16:57:34 -05:00
Bad3r cdddabf19a
fix: add missing user-config options (#8429)
* fix: add scheduled/future-days configuration option 🔨

* fix: add :journal/page-title-format configuration option 🔨

* fix: add :feature/enable-whiteboards? configuration option 🔨

* fix: add :custom-js-url configuration option 🔨

* fix: add :arweave/gateway configuration option 🔨
2023-01-25 16:56:36 -05:00
Konstantinos Kaloutas 07e62c81bb fix: disable onboarding on demo graph 2023-01-25 07:24:24 +08:00
Konstantinos 5487ca675f
Fix (Whiteboards): paste type order (#8416)
* fix: set min width to tweet shape

* fix #8407

Co-authored-by: Bad3r <bad3r@protonmail.com>
2023-01-24 11:30:55 -05:00
situ2001 e2ff4b9600 fix: CodeMirror shortcuts cause page routing 2023-01-24 11:14:44 -05:00
Gabriel Horner 6ad521aea6 Allow keywords for macros - fix #8410 2023-01-23 15:09:06 -05:00
Andelf df69d824ac fix(ui): stop click event propagation for pdf links 2023-01-23 11:25:15 -05:00
Yuexun Jiang 27bece47db
feat: support dragging the PDF viewer head to move the window, #7187 (#8305)
* feat: support dragging the PDF viewer head to move the window, #7187

* Update src/main/frontend/extensions/pdf/pdf.css

Co-authored-by: Konstantinos <sprocketc@gmail.com>

* Update src/main/frontend/extensions/pdf/pdf.css

Co-authored-by: Konstantinos <sprocketc@gmail.com>

* Update src/main/frontend/extensions/pdf/pdf.css

Co-authored-by: Konstantinos <sprocketc@gmail.com>

* Update src/main/frontend/extensions/pdf/pdf.css

fix: comment

Co-authored-by: Konstantinos <sprocketc@gmail.com>
Co-authored-by: Konstantinos <konstantinos@logseq.com>
2023-01-23 11:13:03 -05:00
Bad3r 6bb925740e
chore(dep): bump actions/checkout to v3.3.0 (#8393) 2023-01-21 21:10:19 +08:00
Gabriel Horner d58a2a95dc Make optional fns section more readable 2023-01-20 17:28:55 -05:00
Gabriel Horner 0d60dfd953 Make first bb cmd more readable per Bad3r. Close #8394 2023-01-20 17:15:28 -05:00
Gabriel Horner 090d25b5e8
Merge pull request #8387 from logseq/ben/advanced-queries-relative-date-input
Enhancement: Add +/- syntax, (w)eek (m)onth (y)ear, and time support to query :inputs
2023-01-20 16:34:07 -05:00
Gabriel Horner 5ac1415726 Comments to describe unresolved behavior more explicitly 2023-01-20 16:19:19 -05:00
Gabriel Horner 8e47c327bf Merge branch 'master' into ben/advanced-queries-relative-date-input 2023-01-20 15:58:40 -05:00