Commit Graph

7521 Commits (4813d903d5da46e5f1ef9e4ab32d6c09c447433d)

Author SHA1 Message Date
Gabriel Horner 4813d903d5 Move graph-parser to its own dir 2022-05-26 18:04:45 -04:00
Gabriel Horner 2b48d95493 Move frontend db namespaces that graph-parser depends on
graph-parser should be independent of the app
2022-05-26 18:04:45 -04:00
Gabriel Horner e999ebc149 Automatically set extract-options correctly
- Removed state paths [:config :text-formats], [:config :img-formats]
  and [:me :settins :date-formatter] as they have been unused since
  their introduction in 2020
- Converted incorrect js/Error refs
- Also merged db.config test helpers
2022-05-26 18:04:45 -04:00
Gabriel Horner 5bce219ca4 Remove unused db-type being passed to start-conn
Also removed other unused db fns
2022-05-26 18:04:45 -04:00
Gabriel Horner 11d3d5b3cd Remove unused :me/* attributes
These were removed in b3f67c69b1.
Also removed related, unused spec
2022-05-26 18:04:45 -04:00
Gabriel Horner 89d73bc178 Reuse starting db conn
Also move circular dep hack to ns that both nbb and cljs can use
2022-05-26 18:04:45 -04:00
Gabriel Horner 3bc2479181 First pass at main graph-parser ns
- Copied tests pass!
- Still a number of TODOs left
2022-05-26 18:04:45 -04:00
llcc 7d00b546a0 fix iOS auto suggestion when backspacing 2022-05-26 23:16:28 +08:00
Yue Yang a6f8584fac fix: move key 2022-05-26 15:46:36 +08:00
Yue Yang 6860dcb4f8 fix: save mode when switching themes 2022-05-26 15:46:36 +08:00
llcc 4a10f35e14 enable custom.js on mobile 2022-05-26 14:43:31 +08:00
ntotao c035f8f8ac dummy notes in italian 2022-05-26 02:54:04 +08:00
ntotao 3d4fe59551 Added tutorial-it and dummynotes-it for Italian lang 2022-05-26 02:54:04 +08:00
Yue Yang e6817d1b40 style: optimize block alignment 2022-05-26 02:52:54 +08:00
Yue Yang e355f9b905 fix: set :plugin/selected-theme 2022-05-26 02:47:21 +08:00
Tienson Qin 737c043c6e fix: disable block/page preview when scrolling 2022-05-26 02:41:01 +08:00
Tienson Qin f3ed5e60c8 fix: disable page/block preview when editing 2022-05-26 00:44:02 +08:00
Tienson Qin 4152c3e380 fix: header not sticky anymore 2022-05-26 00:15:43 +08:00
Tienson Qin 1f4de901f5 fix: lazy visual blink 2022-05-25 23:12:09 +08:00
Tienson Qin 2eb5bbb6e8 fix: code not saved when click the bottom line to add a new block
related to #5406
2022-05-25 22:37:31 +08:00
Tienson Qin 1d1d8877b6 fix: :current-page could be empty 2022-05-25 15:47:16 +08:00
Tienson Qin b0349a8511 fix: :Xd-after/before input always returns today's date in a query
related to #5424
2022-05-25 15:31:02 +08:00
Andelf df12a70016 chore(release): bump version 0.7.0 2022-05-24 23:46:56 +08:00
Tienson Qin e2359c61f0 chore: disable random-inserts and random-deletes tests 2022-05-24 23:42:31 +08:00
charlie 2bd87d5d91 fix(plugin): page crash when checking plugin updates with some network issues #5222 2022-05-24 23:32:31 +08:00
Tienson Qin ab662fa67d chore: disable random-moves testing for now 2022-05-24 23:31:26 +08:00
Tienson Qin 877a5d8042 fix: Error + Data Loss with message block with id already exists.
close #5414

This also adds the support to insert a block as the first child.

Example:
logseq.api.insert_block("628ce7a2-02db-4aa1-a99a-2e6398297780", "foo", {sibling: false, before: true})
2022-05-24 23:18:30 +08:00
Gabriel Horner bca255531c Remove unused binding from recent commit 2022-05-24 11:01:33 -04:00
Darwis 61806c12ed
add option to hide and show table view control from advance query (#5352)
* add option to hide and show table view control from advance query

* hide table control if there is custom :view function
2022-05-24 22:10:10 +08:00
Tienson Qin ed939624c8 fix: TODOs disappear when clicked in query result
close #5395
2022-05-24 21:55:09 +08:00
Tienson Qin 3c2dc67bc0 fix: conflict lefts when creating a new page
related to #5412
2022-05-24 20:06:27 +08:00
llcc 6b4726463c
fix Zoom Display issue on iOS (#5404) 2022-05-24 17:43:35 +08:00
Andelf b425746ccd fix(build): lock electron along dep path
Fix #5413
2022-05-24 17:22:49 +08:00
Andelf 356d80d603 fix(test): test condition 2022-05-24 17:22:49 +08:00
Andelf ce3fef7368 fix(android): use es6 as build target 2022-05-24 17:22:49 +08:00
Tienson Qin 92adab37f9 chore: don't remember lazy visible components' height for now 2022-05-24 03:04:53 +08:00
Tienson Qin 2f03dbb070 fix: page parameter for plugins 2022-05-24 01:18:45 +08:00
Tienson Qin ce5f9965ed fix: don't save collapsed property after parsing 2022-05-24 00:49:30 +08:00
Tienson Qin 6843271591 enhance: pointer cursor when selecting non-consecutive blocks 2022-05-24 00:29:29 +08:00
Tienson Qin c7f9072396 fix: lazy visible blanks 2022-05-24 00:18:52 +08:00
Tienson Qin a49d4b07aa fix: remove header background color for PC 2022-05-23 22:19:12 +08:00
Tienson Qin 276bfc7aae fix: don't show mobile toobar on PC 2022-05-23 22:08:48 +08:00
Andelf cdc4f8befe chore(ios): bump version 2022-05-23 21:45:52 +08:00
Andelf 201093bdd6 chore(release): bump version 0.6.10 2022-05-23 21:45:52 +08:00
Tienson Qin 1e029a771a
Merge pull request #5127 from logseq/disable-webview-resize
Disable Webview resize on mobile
2022-05-23 21:38:30 +08:00
llcc df33aba4e6
Merge branch 'master' into disable-webview-resize 2022-05-23 21:09:38 +08:00
Tienson Qin 9bcfb9783d enhance: polish based on Zhiyuan's suggestion 2022-05-23 15:20:29 +08:00
Tienson Qin 1418bfb205 fix: non-mac users will use Ctrl instead of Alt for selecting blocks 2022-05-23 15:20:29 +08:00
Tienson Qin c96eca3e88 feat: Cmd+click to select non-consecutive blocks 2022-05-23 15:20:29 +08:00
Tienson Qin feec165ce4 fix: cutting non-consecutive blocks 2022-05-23 15:20:29 +08:00