Gabriel Horner
047f8a8fef
Fix edit global config.edn
...
This also effects editing any file that's not in the current repo
2023-02-21 10:40:17 -05:00
Hendrik
021a017555
Changes after code review
2023-02-21 10:26:41 -05:00
Hendrik Schöffmann
08e01421e0
i18n: update german translation
...
- Added missing german translations
- Sorted the keys in the german translation alphabetically
2023-02-21 10:26:41 -05:00
Bad3r
7349796c12
chore(dep): bump Ubuntu image from 18.04 to 22.04 ( #8420 )
2023-02-21 23:15:37 +08:00
Bad3r
ebb2a5c1d7
chore(dep): bump NodeJS from 16.x to 18.x LTS ( #8406 )
...
* chore(dep): bump NodeJS to LTS 18.x
* update nginx image CVE-2022-43551
* upgrade node version in GH workflows
* update nodejs version in dev docs
* upgrade tldraw version nodejs version to 18.x
* update static/yarn.lock
* fix yarn.lock electron version
---------
Co-authored-by: situ2001 <yongcong2001@outlook.com >
2023-02-21 23:07:35 +08:00
Andelf
8b2c50dd06
chore(deps): update rsapi
...
- fix http2 deps
- add freebsd build
2023-02-21 22:27:50 +08:00
rcmerci
7236ff0313
Merge pull request #8654 from ksqsf/feat/cloze-cue
...
feat(srs): support cloze cues
2023-02-21 21:34:56 +08:00
ksqsf
6312249b0c
fix: mark cloze funcs and vars as private
2023-02-21 16:58:53 +08:00
megayu
a4a5758afc
enhance: paste from clipboard ( #8642 )
...
replace the selected part from the clipboard
instead of formatting it to a link if it's within the link
2023-02-21 15:55:59 +08:00
Tienson Qin
40ad524443
fix: duplicated block ids in multiple files ( #8668 )
...
fix: duplicate block ids in multiple files
Co-authored-by: Gabriel Horner <gabriel@logseq.com >
2023-02-21 15:50:09 +08:00
Tienson Qin
3372b3bfbd
fix: duplicate block ids in same file ( #8657 )
...
fix: duplicate block ids in the same file
2023-02-21 14:40:43 +08:00
Andelf
c621ac30e8
fix: disable macos sign temporarily
2023-02-21 09:18:59 +08:00
rcmerci
2a12ffc331
feat(editor/copy-paste): refactor copy/export in cljs ( #8530 )
...
Huge performance improvement for copy and export
Refactor copy/export in cljs instead of Mldoc
2023-02-20 23:08:58 +08:00
Andelf
c0f8dc4ee2
fix(android): disable image resize on sm screen
2023-02-20 22:06:53 +08:00
Junyi Du
07fb4e64c0
fix: hls page name in page ref
2023-02-20 19:50:59 +08:00
charlie
164ac64be9
improve(apis): support CORS for http server
2023-02-20 16:26:03 +08:00
yoyurec
912e925448
add description to settings headers
2023-02-20 16:23:43 +08:00
Elgun Asgar
699ed965c9
fix #8665 , incorrect version control description in settings
2023-02-20 16:18:04 +08:00
Charlie
55b5149f4a
Enhance/pdf enhancements ( #8616 )
...
- Improve interactions about the popup modal from the PDF viewer toolbar
- Persist highlights data with multiple-lines text format (for friendly Git diff)
- Blink the text highlight when scrolling to position
- Open the PDF viewer in the system Window
2023-02-20 15:58:43 +08:00
Andelf
fb02c557f2
Revert "fix: electron menu handler(Redo, Undo, Copy) ( #8466 )"
...
This reverts commit 29da7386cb .
2023-02-20 01:35:16 +08:00
ksqsf
138504df05
fix: simplify code
2023-02-19 21:56:10 +08:00
ksqsf
f086a07284
fix: cloze-parse handling of empty cues
2023-02-19 21:52:27 +08:00
ksqsf
e1e5f76e27
feat(srs): support cloze cues
2023-02-19 20:55:55 +08:00
Konstantinos Kaloutas
0f48180f9b
feat: auto pan when out of view
2023-02-19 15:20:54 +08:00
charlie
a6c3cca9c0
fix(ui): layout of area highlight block content
2023-02-19 11:26:48 +08:00
Gabriel Horner
1130e21004
Fix in-app help links that are broken
2023-02-17 16:49:05 -05:00
Gabriel Horner
739b953ea3
Fix git commit command not opening
...
Removed unused event handler logic from when it was keydown based -
5d0ecd68b2
2023-02-17 15:59:20 +08:00
rcmerci
715a0af1df
fix lint
2023-02-17 15:55:13 +08:00
rcmerci
07e8d08918
fix(copy): cannot copy blank string
2023-02-17 15:55:13 +08:00
Gabriel Horner
2d1625c2fe
Add a contribution to the avoid list
...
Inspired by #8637 , #8638 , #8576 and #8492 . Bumping dependencies should
be purposeful and is costly. We need to QA them to ensure there has been
no breakage in all platforms
2023-02-16 18:07:24 -05:00
charlie
3ef7fc01a8
fix(http-server): bad logger stream for windows
2023-02-16 22:52:41 +08:00
situ2001
29da7386cb
fix: electron menu handler(Redo, Undo, Copy) ( #8466 )
...
* fix(electron): menu undo & redo not working
* refactor(electron): use editMenu from electron src code
* chore(electron): add FIXME comments
* fix(electron): menu copy & cut not working
* remove: custom fn in menu cut
* fix: add accelerator to menu copy item
2023-02-16 17:26:31 +08:00
Andelf
56b2379ce4
fix(git): set core.quotepath=false
2023-02-16 17:25:13 +08:00
Andelf
c0071e85ad
enhance(electron): show git status when commit
2023-02-16 17:25:13 +08:00
Gabriel Horner
4d55fc4b13
Fix schema so that shortcut disabling is valid
...
fixes #8580
2023-02-15 17:57:32 +08:00
Andelf
71b5fa3b97
Feat: auto-completion for config editing ( #8584 )
...
* feat(editor): add auto-completion for config editing
* enhance: filter keys already in file when autocompletion
2023-02-15 17:56:33 +08:00
sallto
c95baa0603
fix: "Copy Image" menu item correctly copies images ( #8424 )
...
* fix: Copy button correctly copies images
* Revert "fix: Copy button correctly copies images"
This reverts commit d2aab9f4f6 .
* fix: Copy button correctly copies image
---------
Co-authored-by: situ2001 <yongcong2001@outlook.com >
2023-02-14 15:56:12 -05:00
Gabriel Horner
80d63e079f
Merge remaining readme contributing to CONTRIBUTING.md
...
Follow up to #8222
2023-02-14 14:00:06 -05:00
charlie
cd4ff36c5f
improve(sentry): filter setInterval exceptions for sentry
2023-02-15 00:11:40 +08:00
charlie
29bc71798b
improve(sentry): filter setInterval exceptions for sentry
2023-02-15 00:11:40 +08:00
Junyi Du
d6531780d6
Update VSCode + Calva with more details
2023-02-14 23:36:31 +08:00
Kidy Lee
05f9748590
add repl setup to development document
2023-02-14 23:36:31 +08:00
Konstantinos Kaloutas
b72bf6829f
fix: toggle collapsed button
2023-02-14 09:48:11 -05:00
Bad3r
e5f5e9b556
docs: Add contributing guidelines ( #8222 )
...
* docs: Add contributing guidelines
* Add a how to help section and redo PR section
Also tweaked some wording and added emojis of course
* Fix up sub lists
---------
Co-authored-by: situ2001 <yongcong2001@outlook.com >
Co-authored-by: Gabriel Horner <gabriel@logseq.com >
2023-02-13 17:09:44 -05:00
Gabriel Horner
350323ad19
Fix property values not autocompleting full ref values
...
Page refs and tags were not autocompleting their characters
which led to unreferenced completions
2023-02-13 15:34:26 +08:00
Gabriel Horner
818e735d7c
Tag menu should stay open for multiple tags
...
Fixes #6805 and #8175
2023-02-13 15:34:26 +08:00
Gabriel Horner
0fbd639007
Display error when unexpected invalid repo config.edn occurs
...
Currently the user doesn't see an error and wonders why changing
a config setting has no effect
2023-02-13 15:29:36 +08:00
queeup
fdcdeb92e1
i18n: update Turkish translation
2023-02-13 15:29:08 +08:00
Tienson Qin
3fde6f59ec
fix(lint): add mldoc-link? to ignore
2023-02-13 15:27:20 +08:00
Tienson Qin
d589e7b890
Merge branch 'ksqsf-master'
2023-02-13 15:19:11 +08:00