Commit Graph

6277 Commits (893d42af522b918e5258ba58ca990a41969cb9dd)

Author SHA1 Message Date
Andelf 893d42af52 test(e2e): shorten sleep wait 2022-01-08 13:36:52 +08:00
Stian Haklev c66071517f Removing nil orphans 2022-01-07 23:56:51 +08:00
rcmerci 0ec9d01d61 feat(debug): add debug func `defn` 2022-01-07 23:54:08 +08:00
Andelf b4371ce8a4 ci: add pr labeler 2022-01-07 22:13:18 +08:00
Charlie 3ea7635daa
Enhance/marketplace (#3686)
Marketplace enhancement

Nested modal support
2022-01-07 19:00:35 +08:00
Tienson Qin 7ad04d8405 fix: can't paste 2022-01-07 11:07:41 +08:00
Tienson Qin 4d738e7926 fix: fts5 match query 2022-01-07 00:37:13 +08:00
charlie 2e8f799a1c fix(ui): top padding of left sidebar on ipad 2022-01-06 21:08:42 +08:00
charlie 3a04cf859a fix(ui): fixed new page button relative to left sidebar container 2022-01-06 21:08:42 +08:00
charlie 8a9f64e6ef fix(ui): strategy of scrolling within left sidebar 2022-01-06 21:08:42 +08:00
leizhe b5096578b3 refresh when local repo is available 2022-01-06 20:26:57 +08:00
leizhe cdfe9f5ccc enhance(iOS): refresh when launching/switching app 2022-01-06 20:26:57 +08:00
leizhe 55fdfa6ae9 fix iCloud files conflict
Files in iCloud will be downloaded at first by clicking New Graph/Re-index/Refresh.

But remember that if your file created on mobile or desktop is not
uploaded to cloud, you will never get your file synced correctly.
So please confirm if the file (with cloud icon at the top right
corner) in File/Finder at first if you failed to see you file's
update.
2022-01-06 20:26:57 +08:00
leizhe c7b3bc5fa1 feat(ios): download icloud files when re-indexing 2022-01-06 20:26:57 +08:00
leizhe e5640bc6d1 fix(mobile): toggle priority issue 2022-01-06 20:22:19 +08:00
leizhe 78ada7fc83 enhance(mobile): reorder toolbar icons 2022-01-06 20:22:19 +08:00
leizhe 9452ae1269 enhance(mobile): move viewport to center for commands 2022-01-06 20:22:19 +08:00
leizhe b45ed4534e enhance(mobile): add list icon
Features:
- create an empty list
- toggle current line to a list item
- toggle ordered/unordered list
2022-01-06 20:22:19 +08:00
leizhe c317836857 enhance(mobile): () supports toggle between block reference/embed
1. (| denotes cursor postion),
   - insert `((|))` after first click
   - change `((|))` to `{{embed ((|))}}`
   - later click toggles between `((|))` and `{{embed ((|))}}`
2. if cursor at `((uuid-uuid-uuid|))`, the reference will be changed to`{{embed
((uuid-uuid-uuid))}}|` when clcking the icon, and vice versa.
2022-01-06 20:22:19 +08:00
leizhe f39df32872 enhance(mobile): [] supports toggle between page reference/embed
1. if text selected, toggle the text to a page reference `[[text]]`
2. if no text selected (| denotes cursor postion),
   - insert `[[|]]` after first click
   - change `[[]]` to `{{embed [[|]]}}`
   - later click toggles between `[[|]]` and `{{embed [[|]]}}`
3. if cursor at [[text|]], The reference will be changed to`{{embed
[[text]]}}|` when clcking the icon, and vice versa.
2022-01-06 20:22:19 +08:00
leizhe 4ede1dee37 enhance(mobile): add code block icon to toolbar 2022-01-06 20:22:19 +08:00
leizhe 75807c2689 enhance(mobile): add Youtube Timestamp icon 2022-01-06 20:22:19 +08:00
leizhe ab3e6a78b0 enhance(mobile): paste Youtube/Twitter URL as macro 2022-01-06 20:22:19 +08:00
leizhe 7a8aa9329c feat(mobile): add priority toggle button to toolbar 2022-01-06 20:22:19 +08:00
Andelf 8f73d27eda fix(ui): missing padding in mark element
Revert #3660
Fix #3775
2022-01-06 18:47:35 +08:00
leizhe 3023208ace fix(iOS): allow readding files with # and %
close https://github.com/logseq/logseq/issues/3707
2022-01-06 18:46:31 +08:00
leizhe 6193e83e1c fix(android): only encode url on iOS 2022-01-06 18:46:31 +08:00
Andelf 0876e815d8 dev: unlisten old shortcut when reload 2022-01-06 18:28:27 +08:00
Andelf 4badfcd899 ci: rename release title 2022-01-06 18:27:47 +08:00
Tienson Qin 5fcd166b96 fix: android crash 2022-01-06 18:01:23 +08:00
Andelf a17c833fb6 fix(ci): wrong yml format 2022-01-06 15:00:19 +08:00
Andelf 967f89d5ac fix: rm debug print 2022-01-06 13:43:05 +08:00
Andelf c292f6fb96 chore: bump version 0.5.8 2022-01-06 13:43:05 +08:00
Junyi Du 0c378a5916 fix: suppress node name conflict temporarily 2022-01-05 21:33:23 +08:00
Peng Xiao 17b5cdb9e8
feat: add a secret global flag to load graph progammtically (#3531)
* feat: add a secret global flag to load graph from a user defined dir

* fix: use LOGSEQ_OVERWRITE_OPEN_DIR env var to overwrite the openning graph dir

* e2e: add a test for load & check saved graph data

* fix: should also pass in process.env for testing fixtures

* feat: new way to set open dir folder

* fix: e2e

* fix: remove playwright global flag check

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-01-05 21:05:05 +08:00
Tienson Qin 9f8028d51b enhance: separate references/queries collapse state from db
addresses #3744
2022-01-05 20:42:06 +08:00
Andelf ca2e6b1312 chore: add release.yml config 2022-01-05 20:14:28 +08:00
Tienson Qin 9b5c98284b chore: bump mldoc
related to #3451
2022-01-05 18:02:16 +08:00
leizhe 133d72e4c0 fix(iPhone): remove extra top padding on landscape mode
close https://github.com/logseq/logseq/issues/3675
2022-01-05 14:45:57 +08:00
leizhe 22b1bf994c preventDefault event 2022-01-05 12:14:47 +08:00
leizhe 51ce3c4cf7 enhance(dwim): dwim on paste in source block or admonition
Clipboard data with newlines will be inserted as raw text in source
block or admonition.
2022-01-05 12:14:47 +08:00
Tienson Qin 0e34c87eac enhance: report file path when parsing failed 2022-01-05 10:51:01 +08:00
Tienson Qin 94d185b6f2 fix: Collapse all collapses the whole zoomed in hierarchy
Instead of just below the clicked bullet.

Related to https://github.com/logseq/logseq/issues/3734#issuecomment-1005003877
2022-01-05 10:15:53 +08:00
Tienson Qin 704bcda9ad fix: Child namespace pages do not show up in hierarchy view if parent
page does not exist

Addresses #3641
2022-01-05 00:41:49 +08:00
Tienson Qin 8cc194ce60 fix: expand/Collapse all doesn't work when zooming in a block
addresses #3734, #3735
2022-01-04 23:01:47 +08:00
Junyi Du 977add22ff test(e2e): fix playwright test timeout 2022-01-04 21:37:44 +08:00
Junyi Du 6fe10a587e test(e2e): text normalization 2022-01-04 21:37:44 +08:00
Junyi Du a64880e61a fix: more rename sanity 2022-01-04 21:37:44 +08:00
Junyi Du 20b01b27a6 fix: rename sanity 2022-01-04 21:37:44 +08:00
Junyi Du 24b33b5fe0 fix: hierarchy level 2022-01-04 21:37:44 +08:00