Commit Graph

6245 Commits (c292f6fb966de1cc090678dd3f9eb0d13b618a08)

Author SHA1 Message Date
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
Junyi Du 8bc20e76b8 fix: unify block/name sanity 2022-01-04 21:37:44 +08:00
Tienson Qin 0770893217 fix: normalize page names after parsing files 2022-01-04 21:37:44 +08:00
Junyi Du 417acc58ae basic fix 2022-01-04 21:37:44 +08:00
Andelf b1eb9117be enhance: reload custom.css when changed 2022-01-04 21:35:53 +08:00
Andelf b43a8c846b chore: add new options to config templates 2022-01-04 21:35:07 +08:00
Andelf 7e39d9efad feat(editor): add codemirror options support 2022-01-04 21:35:07 +08:00
Andelf b1d9f4e24b fix(electron): multi window check in re-index 2022-01-04 21:25:49 +08:00
Tienson Qin e1cc4b537c fix: the first character of a page is altered into small letter when
there is new block above it

Addresses #3691
2022-01-04 21:22:28 +08:00
Tienson Qin 419f499c34 fix: links to empty pages in import result in lower-cases pages with no backlinks
Addresses #3718, #3724
2022-01-04 20:16:58 +08:00
Tienson Qin b0372cc53d fix: typo 2022-01-04 17:38:36 +08:00
Tienson Qin ec289c788f enhance: backup when `add` is notified and db content is not empty 2022-01-04 17:36:17 +08:00
Tienson Qin 351b126de7 fix: filter sidebar blocks when switching graphs
close #3743
2022-01-04 17:09:42 +08:00
Andelf a393d9f933 fix(electron): avoid notifying destroyed window 2022-01-04 16:04:01 +08:00
Tienson Qin 414eaf9691 fix: Clicking raw HTML links loads target URL in the desktop app
close #3722
2022-01-04 14:21:37 +08:00
charlie 0ff37f78fd fix(ui): tips of new updates 2022-01-04 11:59:36 +08:00
Bad3r 20bd901164 enhancement: update feature request template 2022-01-04 10:28:02 +08:00
Andelf f4bf8cbfc8 fix(graph): missing do sexp 2022-01-04 10:27:26 +08:00
Tienson Qin 7ab0265e47 fix: remove orphaned Pages will delete namespace pages
addressed #3682
2021-12-31 11:43:28 +08:00
YangKeao 0a57b739eb chore: build libs core
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
2021-12-31 10:51:35 +08:00
Tienson Qin a5426cbf69 fix: youtube timestamp not work
close #2935
2021-12-31 10:40:01 +08:00
Tienson Qin cb36960e28 fix: wrong posthog platform analytics 2021-12-31 10:10:49 +08:00
Andelf 56f4d6e003 fix(editor): calc result offset 2021-12-30 11:07:13 +08:00
Tienson Qin a175b51684 fix: nested and query issues and full-text search in nested queries
Related to #3630.

Full text search example in a nested query:
(and [[page]] "query")
2021-12-30 00:32:56 +08:00
leizhe 206c3a6e2a fix(iOS): css customization support 2021-12-30 00:32:36 +08:00
Tienson Qin 5bd9a106e3 chore: bump to 0.5.7 2021-12-30 00:30:53 +08:00
Tienson Qin 299d4cc753 fix: don't remove page from db if it has namespace children pages
addresses #3641
2021-12-30 00:24:02 +08:00
Tienson Qin 6b080b6691 fix: can't collapse/expand in the references
Addresses #3642
2021-12-30 00:09:19 +08:00
Tienson Qin 10ace94b09 fix: right clicking on the bullet takes too long for the context menu to appear 2021-12-29 23:14:25 +08:00
leizhe f141d3e606 fix(iOS): image display error 2021-12-29 22:46:19 +08:00
YangKeao e56bf09d4b fix(plugin): allow target attribution in provideUI
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
2021-12-29 20:36:24 +08:00
Stian Haklev 3cf1c85189 Removing padding on mark 2021-12-29 20:27:18 +08:00
Andelf 3c6ef2c182 chore: bump version 0.5.6 2021-12-29 18:09:34 +08:00