Commit Graph

11379 Commits (3bbfb33713f4f493ac62dcd74300ade799077224)

Author SHA1 Message Date
rcmerci 3bbfb33713 [wip] try FSRS algorithm 2023-05-12 12:58:19 +08:00
Gabriel Horner b2776bbb18 Remove supported-formats in all the places it's no longer used 2023-05-11 13:56:25 +08:00
Gabriel Horner b26d83d2fc Fix mailto and other links creating invalid pages
Fixes #9346 and fixes #5926.
Also fixes case where relative paths for unsupported paths were creating
pages per directory e.g. `deps/graph-parser/yarn.lock` created deps and
graph-parser pages
2023-05-11 13:56:25 +08:00
rcmerci adef15d073 fix(sync): validate rsapi upload err
when localtime incorrect, aws s3 return "Request is not yet valid" err
2023-05-11 12:22:37 +08:00
Andelf 8d46b5cb23 chore: refine #9310
- :file/path should always be relative
- use path fn to convert url
2023-05-11 12:22:10 +08:00
rcmerci 04d7224ff1 fix: reduce page-history err when page doesn't have file-id yet 2023-05-11 00:40:19 +08:00
Andelf 810e7163c5 chore(release): bump version 0.9.5 2023-05-10 22:04:28 +08:00
Andelf 14aea4e1e4 fix(fs): handle non-ascii graph name on mobile 2023-05-10 21:47:40 +08:00
rcmerci fe783015d1
fix(export): export table err when empty table-header (#9344) 2023-05-10 15:34:16 +08:00
Konstantinos 5885bc86b6
Enhance (Whiteboards): Add prefix to default keyboard shortcuts (#9340)
* enhance: keyboard shortcuts

* fix: portal shortcut

* fix: e2e tests

* fix: e2e

* enhance: keyboard shortcuts
2023-05-09 12:38:00 -04:00
Tienson Qin 01479ef9da
enhance(perf): insert and delete blocks (#9142)
* enhance(perf): improve performance for both insert and delete

* fix: remember cursor pos before executing the body in a transaction

Otherwise, the edit-block and position could be changed

* fix: disable delete-concat when there's no child or right sibling

---------

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2023-05-09 17:24:09 +08:00
queeup 4be671526b i18n: update Turkish translation 2023-05-08 10:20:17 -04:00
Gabriel Horner 74e53c3f03 Add missing subkey and schema key as part of #9325 2023-05-08 10:16:20 -04:00
Zhizhen He d092670b8b enhance: add settings for graph view 2023-05-08 10:12:52 -04:00
Tienson Qin 88c15a1b83 fix: lint 2023-05-08 19:34:06 +08:00
Tienson Qin 6b94181116 fix: nested page title can't be clicked 2023-05-08 19:26:14 +08:00
Konstantinos Kaloutas 8b8bd04ced fix: stop propagation on select component 2023-05-08 18:50:31 +08:00
Konstantinos Kaloutas fdcf2820f8 fix: delete selection shortcut on whiteboards 2023-05-08 18:50:31 +08:00
PerfectPan 5c400112ec fix: adjust repeater ui 2023-05-08 18:25:45 +08:00
Andelf 2effe08054 fix(android): paste with native input device
- use legacy method on Android
2023-05-08 17:43:55 +08:00
Zhizhen He dbeb49b8d2 chore: remove duplicated line 2023-05-08 12:09:52 +08:00
Gabriel Horner ea94b3aa63 Update dwim list comment as value changed in #9235 2023-05-05 15:27:59 -04:00
Gabriel Horner f6cf60af3d Followup to #9287
- Address feedback about commenting new values
- Revert comments on custom-css-url and custom-js-url as they are more
  acccurate
- Revert config values that were changed
2023-05-05 15:25:16 -04:00
Bad3r 2456c7f835
enhance: update config.edn template (#9287)
* enhance: update config.edn template
this is a replacement to #9034

- [x] Replace 'repo' w/ graph or graph folder, respectively.
- [x] Each configuration options documentation must start with a capital letter and end with a dot to maintain uniformity.
- [x] Maintain uniformity by using the same language and documentation style where applicable
- [x] Validate spelling and grammar
- [x] Uncomment UI configurable options and set them to the default value
    - At present, when a configuration option like `:ui/show-brackets? true` is commented out in the template; Logseq will add a new line to the bottom of the configuration template if the user toggles it from the UI instead of updating the existing variable.
- [x] define default values where applicable
- [x] Add warnings about potential issues
- [x] Validate the completeness of the template
- [x] Ensure that the `L` in Logseq is always capitalized
- [x] Use "Logseq" instead of "the app" when referring to Logseq.
- [x] Review Default Values

* clean up 🧹

* enhance: add example for journal title date format

* clean up 🧹

* fix: indentation
2023-05-05 15:24:56 -04:00
ingepettersen c19094288b Fixed bad paste 2023-05-05 11:04:36 -04:00
Inge c1c66a773a Updated Norwegian translations. 2023-05-05 11:04:36 -04:00
Konstantinos Kaloutas eee3862644 fix: drag to clone text shapes 2023-05-05 10:57:34 -04:00
Konstantinos Kaloutas ab2d9dd0ef fix: hide lock/unlock on published whiteboards 2023-05-05 10:57:34 -04:00
Konstantinos Kaloutas f4b4ecb526 fix: allow interactions with published embeds 2023-05-05 10:57:34 -04:00
Gabriel Horner 8eb1c1f439 Page tags and aliases should be deleted when removed by user
Fix #8627, fix #7720 and fix #8282
2023-05-05 13:49:39 +08:00
Tienson Qin d2b53c3d3e
Merge pull request #9235 from logseq/feat/custom-children-list-style
feat(ui): Ordered(number) list
2023-05-05 13:31:51 +08:00
charlie 399c88dcc0 Merge branch 'master' into feat/custom-children-list-style 2023-05-05 11:29:12 +08:00
level101 016977059b main/frontend/dicts: improve ru translation 2023-05-04 11:20:43 -04:00
Gabriel Horner 45b3054b89 Disable dwim lists now that block based lists exist 2023-05-04 10:22:29 -04:00
Gabriel Horner a09917f671 Remove outdated comment from #9254
Also fix typo on 5677be9bfd /cc @tiensonqin
2023-05-04 09:48:27 -04:00
charlie 8b08bcf070 enhance(ui): hover state for the number list item marker 2023-05-04 16:50:51 +08:00
Tienson Qin 5677be9bfd fix: test 2023-05-04 16:46:34 +08:00
charlie a2052f8f0b fix(ui): toggle number children only for the immediate level 2023-05-04 16:43:55 +08:00
charlie 097c58e1e7 enhance(ui): align left for the number list marker 2023-05-04 16:28:23 +08:00
charlie 86103a47e5 enhance(ux): toggle block children as number list 2023-05-04 16:02:53 +08:00
Tienson Qin a3b60a3278 fix: compute old-refs using db-before 2023-05-04 15:38:14 +08:00
Gabriel Horner f70fbaf5e0 Fix children blocks having stale :block/path-refs
when parent block's refs change.
Fixes #5759, fixes #5992, fixes #6990, fixes #8430 and fixes #4116
2023-05-04 15:38:14 +08:00
charlie aba0391ac1 fix(plugin): missing renderer for the pagebar ui items 2023-05-04 15:07:59 +08:00
Tienson Qin a777b265b4 fix: save the current block before property removing 2023-05-04 14:29:04 +08:00
Adam Hupp c7e0d86e8b Fix `yarn install` on Windows
`yarn install` currently fails due to two issues:

 a) several build scripts use "cd some_dir && yarn ...", which is not
 valid in cmd.exe.  Replace with "yarn --cwd some_dir .."
 b) zx is somehow defaulting to bash, which finds WSL and runs the
 script in the WSL instance.  Supposedly this was fixed in
 https://github.com/google/zx/pull/458, not sure why it's not working
 even if I upgrade zx.
2023-05-04 13:51:17 +08:00
Gabriel Horner 9628fc52b9 Split out property related fns
in order to make editor ns more maintainable
2023-05-04 13:50:09 +08:00
charlie f73d964899 Merge branch 'master' into feat/custom-children-list-style 2023-05-04 10:35:07 +08:00
Konstantinos Kaloutas e912577610 fix externs 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas 896f425268 Revert "e2e test"
This reverts commit 6ee2b0c803.
2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas 7fc5157f30 e2e test 2023-05-03 15:30:05 -04:00