Commit Graph

6100 Commits

Author SHA1 Message Date
charlie
560d8fb5dc fix(plugin): initial pluign core with fatal argument of empty plugin root path 2022-08-13 15:06:38 +08:00
Konstantinos Kaloutas
20b5f8eab9 Merge branch 'whiteboards' into whiteboards-cleanup 2022-08-12 11:51:31 +03:00
Peng Xiao
7cb38f04a0 feat: showing whiteboard icon in page sort 2022-08-12 16:21:01 +08:00
Konstantinos Kaloutas
6993d139a4 Merge branch 'whiteboards' into whiteboards-cleanup 2022-08-12 09:11:01 +03:00
Peng Xiao
a54614c866 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-08-12 14:09:06 +08:00
Gabriel Horner
509422901a Fix bugs with tests
- Quoted property values were extracting refs
- Punctuation at end of tags was getting included in tag
- Property values were only getting displayed as refs/relationships
  instead of full property value
- cli wasn't passing along user config
2022-08-11 17:20:47 -04:00
Gabriel Horner
39b43b363c Fix page-properties bug and dsl-query bug
parser test caught page properties bug and dsl-query tests once written
correctly exposed another bug. Also remove unit test as they are
replaced by integration style tests in graph-parser-test
2022-08-11 16:32:00 -04:00
Gabriel Horner
0301fd3173 Print log messages and setup custom test runner
Got tired of getting bit by catch statements and no logging printing.
Moved frontend to a custom test runner as we may eventually need the
node-test-runner for other apps/builds
2022-08-11 16:32:00 -04:00
Gabriel Horner
0719163d30 Split out parse-property for use in dsl-query and tests
- Add tests for all *property dsl queries with and without new
  config option
- Add tests for property persistence
- Add tests for property relationships
2022-08-11 16:32:00 -04:00
Gabriel Horner
405183db09 Add config option to allow for more free text in property values
Still need to test that *property operators work correctly when this
option is on
2022-08-11 16:32:00 -04:00
swk777
bfc347a70c fix: alias of page in sidebar did not redirect to the original page (#6085)
* fix alias of page in sidebar did not redirect to the original page

* process when clicking

* fix:  use source-page entity directly

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2022-08-11 16:29:21 -04:00
maxweilun1989
65e9e9915f fix: kepp the favorites item when publishing 2022-08-11 23:31:28 +08:00
Gabriel Horner
5c22682fa2 Tweak unusual indentation from recent translation PR 2022-08-11 11:07:24 -04:00
Phoenix Eliot
bb199c4de5 Fix wrapped-by? utility function
Improve readability of test failures, add more unit tests
2022-08-11 22:58:51 +08: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
31fee024f6 fix: typo 2022-08-11 20:44:16 +08:00
Konstantinos Kaloutas
0b1d302774 fix: increase border radius of previews 2022-08-11 15:19:07 +03:00
Tienson Qin
05da02659a fix: api.custom_query 2022-08-11 20:10:51 +08:00
Peng Xiao
d2c3b88865 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-08-11 18:40:51 +08:00
Peng Xiao
785793892b fix: cleanup whiteboard icon display issue in page ref 2022-08-11 18:14:01 +08:00
Giuseppe D'Andrea
4b7ab91488 fix #6309 2022-08-11 16:58:05 +08: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
Tienson Qin
010c0082c3 debug: posthog capture bad ref blocks
related to #6327
2022-08-11 12:43:12 +08:00
Tienson Qin
887522ffc6 fix: no block children in query results
close #6322
2022-08-11 12:39:27 +08:00
Andelf
4cc89a2de2 refactor: address comment, better async code 2022-08-11 09:34:29 +08:00
Andelf
3e78139da2 fix(android): handle exteral storage 2022-08-11 09:34:29 +08:00
Peng Xiao
06f5fca5ea fix: several issues
- do not remove whiteboard blocks
- select all does not work
2022-08-10 20:16:06 +08:00
Peng Xiao
1d39fe5a54 fix: ci 2022-08-10 12:56:55 +08:00
Peng Xiao
6bb6acc437 fix: issue with stale cache 2022-08-10 11:50:57 +08:00
Peng Xiao
df75532365 fix: should not open first block for whiteboard 2022-08-10 10:37:23 +08:00
Peng Xiao
0aa1112aca fix: should be able to delete shapes when hovering 2022-08-09 14:06:23 +08:00
Peng Xiao
2308a5d120 fix: event is not being captured sometimes 2022-08-09 11:06:06 +08:00
Peng Xiao
1d7374ba86 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-08-09 09:47:00 +08:00
Andelf
da5f22acbc chore: bump version 0.8.0 2022-08-08 21:48:53 +08:00
Andelf
44f23db9d4 fix(ref): block embedded error (#6304)
Fix #6284
2022-08-08 21:48:27 +08:00
Andelf
91f3c39908 fix(electron): handle corrupted search db
Fix #6004
2022-08-08 20:55:13 +08:00
Peng Xiao
23969f18c1 fix: whiteboard page ref styles 2022-08-08 15:51:38 +08:00
charlie
af49427ef1 improve(plugin): api of select single block 2022-08-08 15:49:11 +08:00
charlie
7bd32fb911 improve(plugin): update types 2022-08-08 15:49:11 +08:00
charlie
1665058386 improve(plugin): perf console table 2022-08-08 15:49:11 +08:00
charlie
3e7c20fd80 improve(plugin): support textarea for settings input item 2022-08-08 15:49:11 +08:00
charlie
a14b397899 improve(api): the last active block also represent for current block 2022-08-08 15:49:11 +08:00
Peng Xiao
67c9bad450 fix: clickoutside for page references popup in whiteboard 2022-08-08 14:31:34 +08:00
Peng Xiao
73bc648813 fix: link reference preview logic 2022-08-08 13:55:28 +08:00
Andelf
52b7a5e203 test(e2e): add test case page name
fix: lint
2022-08-08 13:34:47 +08:00
Tienson Qin
b6be007d98 fix: don't replace _ for the page name if it's not a local asset 2022-08-08 13:34:47 +08:00
Peng Xiao
1205184f51 fix: minor style change 2022-08-08 11:40:03 +08:00
Peng Xiao
866b4793bd Merge remote-tracking branch 'upstream/master' into whiteboards 2022-08-08 11:20:21 +08:00
Peng Xiao
6dfb5cf29f feat: enhance whiteboard page ref count styles 2022-08-08 10:22:03 +08:00