Andelf
a790146804
fix(e2e): startup warning notification
2022-09-13 11:51:18 +08:00
queeup
c2c3c2d3b3
i18n: update Turkish translation ( #6660 )
...
* i18n: update Turkish translation
* i18n: Change graph meaning from Çizelge to Graf in Turkish
2022-09-10 11:39:36 +08:00
Taylor Hoffmann
9eac507a57
refactor: Fully translated in pt-BR and pt-PT ( #6657 )
2022-09-08 16:47:07 -04:00
Gabriel Horner
12b8592f9b
Update docstrings after Tienson's shortcuts fix
...
Also remove unused :db-schema
2022-09-08 12:34:27 +08:00
Gabriel Horner
b1d210d26b
Merge configs and create global config file if not present
...
- Cleanup repo and global config with system components
- test merging
- fix edge cases
2022-09-08 12:34:27 +08:00
xxchan
e82defb17b
i18n(zh-CN): improve translation for different "search"
2022-09-08 09:46:56 +08:00
queeup
6a133db548
i18n: Change graph meaning from Grakif to Çizelge in Turkish
2022-09-07 09:25:31 -04:00
queeup
a6e97b1fda
i18n: update Turkish translation
2022-09-07 09:25:31 -04:00
Tienson Qin
d822f5928a
enhance: make it easy to different between search-in-page and find-in-page
2022-09-06 21:20:53 +08:00
Junyi Du
60e9f083fb
fix: collapsed not persisted after re-index
2022-09-05 10:02:24 -04:00
Charlie
01d879c18e
feat!: File Sync ( #5355 )
...
- file sync for electron/ios/android
- age encryption of both file content and file path
- massive UI enhancement
- corresponding CI tasks
Co-authored-by: llcc <lzhes43@gmail.com >
Co-authored-by: rcmerci <rcmerci@gmail.com >
Co-authored-by: Tienson Qin <tiensonqin@gmail.com >
Co-authored-by: Andelf <andelf@gmail.com >
Co-authored-by: Gabriel Horner <gabriel@logseq.com >
2022-09-01 00:31:49 +08:00
queeup
883828bbfb
i18n: update Turkish translation
2022-08-29 08:25:23 +08:00
Tienson Qin
f4aa08fbd3
fix: stuck importing from edn/json
...
Also, this commit added the progress UI for importing and removed the
:file/writes core.async channel.
2022-08-26 13:00:42 +08:00
Gabriel Horner
ab04fe3bfd
Electron only commands should only show up in electron
...
Follow up to #6443
2022-08-25 10:17:39 +08:00
Tienson Qin
057ebd8e4b
chore: remove debugging txs
2022-08-24 20:20:06 +08:00
Tienson Qin
c919b61c07
feat: Enter/Shift+Enter and Cmd+g/Cmd+Shift+g to jump to the next/prev
2022-08-24 16:47:49 +08:00
Konstantinos Kaloutas
322e3a730a
fix: search input issues
2022-08-24 16:47:49 +08:00
Tienson Qin
b6b9f5e665
feat: find in page on electron
2022-08-24 16:47:49 +08:00
Tienson Qin
6642b46cc8
fix: page properties not cleared when cutting the first block
2022-08-22 18:39:53 +08:00
Tienson Qin
3c0387040f
fix: don't show block children in query-table
...
close #6406
2022-08-22 17:08:53 +08:00
Tienson Qin
7f2666da74
fix: lint warnings
2022-08-22 17:08:53 +08:00
Tienson Qin
3d5825330e
wip: fix wrong refs and filters
2022-08-22 17:08:53 +08:00
Andelf
6004c7fc7f
fix(shortcut): refine keyname trans
2022-08-22 09:18:36 +08:00
Andelf
329f9590fd
fix(mobile): special backup path handling
2022-08-19 18:18:04 +08:00
queeup
48b8e54e0f
fix: update Turkish translation
2022-08-17 17:14:54 +08:00
Tienson Qin
5aa0db2f21
perf: delay writes for long page
2022-08-15 21:58:46 +08:00
Tienson Qin
517de6737e
fix: try to sort blocks by left
2022-08-15 21:58:46 +08:00
Tienson Qin
d6abc839ec
fix: performance degradation for 0.8.0
2022-08-15 21:58:46 +08:00
Gabriel Horner
5c22682fa2
Tweak unusual indentation from recent translation PR
2022-08-11 11:07:24 -04:00
AlexFullmoon
d0ff784ebe
Improved Russian translation
...
Added missing translation strings and fixed some typos in existing ones.
2022-08-11 10:57:23 -04:00
Michał Świtoń
ca23f3a689
Polish translation
2022-08-11 10:53:05 -04:00
Tienson Qin
eeb827a1d3
fix: performance degrading for nested linked references
...
Fix #6316 .
This commit also fixed the issue that toggle block children doesn't
work sometimes.
2022-08-11 16:38:00 +08:00
netwjx
6205027909
Finish Chinese Translations
2022-08-04 13:19:50 -04:00
Tienson Qin
a1ca6820df
Fix: broken linked references ( #6105 )
...
* enhance: clicking the refresh button if a query is slow
* fix: skip running slow queries if there's no need to refresh
* fix: linked reference filtering does not work on TASK items
close #1669
* fix: each block should have its own page as a reference when query page references
* fix: references
* fix: non consecutive blocks in query result and filtered linked references
* simplify filters logic
* fix: ref numbers
* Save both :block/refs and :block/path-refs for different usage
* fix: block refs
* enhance: move scheduled and deadlines to its own ns
* linked references performance tweaks
* mouse hover filters icon to expand the collapsed linked refs
* perf: react/refresh! once instead twice
* enhance: compute flashcards every hour instead of every 5s
* feat: macros as blocks
* feat: flashcards list
* fix: refed pages count
* fix: can't select in linked references
* fix: block editing on linked refs
* perf: editing in linked references
* enhance: update srs cards number when clicking flashcards
* Add a test for the case fixed in #6100
* Address feedbacks from Gabriel
* fix: Block Ref Indicator is missing from the references-blocks class
close #5375
* fix: referenced pages
* fix: page refs
* fix: Using filters pushed the title property to the second block
close #5845
Co-authored-by: Gabriel Horner <gabriel@logseq.com >
2022-08-04 13:03:12 +08:00
joshaprior
da70b862fe
add: dutch language (shortcut)
2022-07-31 17:25:20 +02:00
joshaprior
f44f0d83ae
add: dutch language (frontend)
2022-07-31 11:30:26 +02:00
Gabriel Horner
af8c0ee148
Add command to re-index graph
2022-07-22 14:21:11 +08:00
Tienson Qin
56b2405762
fix: Long pages got cut off when toggle on/off a nested bullet
...
close #5422
2022-07-20 13:56:04 +08:00
Tienson Qin
b7025b9ce4
fix: undo/redo paginations
2022-07-20 13:56:04 +08:00
Tienson Qin
d40c0d8926
fix: WIP broken undo/redo for long page
2022-07-20 13:56:04 +08:00
sawhney17
a93b47a886
keep constant capitalization
2022-07-14 11:08:04 +08:00
sawhney17
3a9c4da9fd
update dict
2022-07-14 11:08:04 +08:00
sawhney17
33c4a2bfa3
make the git commti customizable
2022-07-14 11:08:04 +08:00
TaylorHo
ac1913a321
Fully translated in "pt-BR", "pt-PT" and "it"
2022-06-22 16:39:51 +08:00
Tienson Qin
ec8109f8d0
Add more outliner core tests
2022-06-16 07:29:07 +08:00
Tienson Qin
f3278a1aca
fix: typo
2022-06-16 05:20:40 +08:00
Tienson Qin
11f9cc451b
fix: blocks move
2022-06-16 05:03:59 +08:00
Tienson Qin
b59d98ada5
fix: paste blocks
2022-06-16 04:47:17 +08:00
Tienson Qin
999defdad1
fix: raw paste
2022-06-16 04:47:16 +08:00
Tienson Qin
3e0c4ba3d8
fix: non-consecutive blocks move
2022-06-14 15:51:34 +08:00