Commit Graph

18312 Commits

Author SHA1 Message Date
Weihua Lu
3cbf3b74be refactor: extract out cursor pos function 2021-06-10 12:15:50 +08:00
Weihua Lu
9b3f756c6a refactor: clean duplicate methods 2021-06-10 12:15:50 +08:00
Weihua Lu
5939ac3502 chore: remove unused code 2021-06-10 12:15:50 +08:00
Weihua Lu
5b119ea990 fix: wrong cross boundary due to caret_pos bug 2021-06-10 12:15:50 +08:00
Weihua Lu
237f4d9e1a refactor: extract cursor ops to new ns 2021-06-10 12:15:50 +08:00
Weihua Lu
237857aafe feat: imp move cursor up down by position 2021-06-10 12:15:50 +08:00
rcmerci
fe3fa70fc9 fix: rename props to properties 2021-06-10 12:15:33 +08:00
rcmerci
3d2726b014 fix: renamed paste-block-tree-at-point 2021-06-10 12:15:33 +08:00
rcmerci
fa03b7dae1 fix: paste-block-tree-after-target when target-block is page-block 2021-06-10 12:15:33 +08:00
rcmerci
235e1496df fix: paste-block-vec-tree-at-target parameters 2021-06-10 12:15:33 +08:00
rcmerci
b3f792bc7a feat(editor): paste-block-tree-after-target 2021-06-10 12:15:33 +08:00
livrth
98e55558b7 fix translate mistake 2021-06-10 10:50:46 +08:00
Tienson Qin
3e92ca04e5 enhance: add re-index in the graph switcher dropdown 2021-06-10 10:16:56 +08:00
Tienson Qin
870d46ecfe refactor: better handling of empty block
related to #2140 and #2139
2021-06-10 00:34:54 +08:00
charlie
52b72342d9 Merge branch 'feat/integration-plugins-core' of github.com:logseq/logseq into feat/integration-plugins-core
# Conflicts:
#	libs/src/LSPlugin.ts
2021-06-09 20:17:10 +08:00
Junyu Zhan
a6e0f6181a feat: add more comment doc for plugin APIs 2021-06-09 20:05:41 +08:00
charlie
b3e6ba1efe improve(plugin): fit for tsdoc extractor 2021-06-09 19:07:10 +08:00
Tienson Qin
0061657d32 fix: can't auto change 【【 on Windows with Sougou Chinese input 2021-06-09 16:57:55 +08:00
Tienson Qin
93ffaa89d3 chore: disable :block/store-id-in-file? temporally 2021-06-09 16:24:08 +08:00
Tienson Qin
c701bbb8b6 chore: bump minor version 2021-06-09 16:11:26 +08:00
Tienson Qin
c0760eb585 enhance: rename Contents to Favorites 2021-06-09 16:09:10 +08:00
Tienson Qin
16e7b397dc fix: enable include-parent? when creating a template 2021-06-09 15:00:38 +08:00
charlie
8e62bd8d4b Merge branch 'master' into feat/integration-plugins-core 2021-06-09 10:47:11 +08:00
Tienson Qin
8da7c9f67b refactor: :editor/last-edit-block 2021-06-09 10:30:23 +08:00
Tienson Qin
7e68248670 enhance: graphs switcher UX 2021-06-09 09:20:42 +08:00
Tienson Qin
05d51925a5 chore: updated version 0.1.6 2021-06-08 19:04:53 +08:00
Tienson Qin
4de27fe906 enhance: lazy loading tippy content 2021-06-08 18:50:58 +08:00
charlie
dd0af57f6f Merge branch 'master' into feat/integration-plugins-core
# Conflicts:
#	deps.edn
2021-06-08 16:54:07 +08:00
Tienson Qin
8a9a75ddcd fix: app freeze 2021-06-08 16:17:07 +08:00
Tienson Qin
bf3f3da81d feat: add workspaces for UI prototype 2021-06-08 15:01:41 +08:00
charlie
b70a3fe340 Merge branch 'master' into feat/integration-plugins-core 2021-06-08 10:31:13 +08:00
Tienson Qin
a22f704004 chore: bump version 2021-06-08 10:30:28 +08:00
dependabot[bot]
cb298a83b6 chore(deps): bump trim-newlines from 3.0.0 to 3.0.1
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
- [Commits](https://github.com/sindresorhus/trim-newlines/commits)

---
updated-dependencies:
- dependency-name: trim-newlines
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 10:28:21 +08:00
charlie
0ae7ca3e20 Merge branch 'master' into feat/integration-plugins-core 2021-06-08 10:21:44 +08:00
Tienson Qin
563607db80 chore: bump both better-sqlite3 and electron
Related to #1643
2021-06-08 10:19:55 +08:00
Tienson Qin
d0f17bf01b fix: a.toLowerCase is not a function when expand/collapse 2021-06-08 09:26:12 +08:00
Tienson Qin
d7bcac85b0 fix: page search && remove limitation for tags 0.1.5 2021-06-07 23:51:16 +08:00
Tienson Qin
efdd5dfef9 chore: bump version 2021-06-07 22:35:48 +08:00
Tienson Qin
c879777641 fix: page preview 2021-06-07 22:28:25 +08:00
charlie
db85eac095 improve(plugin): update api 2021-06-07 22:22:26 +08:00
Tienson Qin
e1a67b99af enhance: quickly hide tooltip 2021-06-07 22:09:10 +08:00
Tienson Qin
c534db8762 enhance: add exact match for page auto-complete 2021-06-07 22:01:45 +08:00
charlie
b1b04ad7b0 improve(plugin): bump sdk version & fixed types 2021-06-07 21:54:18 +08:00
charlie
a623b31d42 improve(ui): details of plugin item 2021-06-07 21:12:46 +08:00
charlie
46ccffc693 Merge branch 'feat/integration-plugins-core' of github.com:logseq/logseq into feat/integration-plugins-core 2021-06-07 20:52:19 +08:00
Charlie
b1c60bdae4 Merge pull request #2110 from pengx17/adapt-theme-mode
feat: adapt correct light theme mode for plugins
2021-06-07 20:51:58 +08:00
charlie
6a1ebafdac Merge branch 'master' into feat/integration-plugins-core 2021-06-07 20:49:51 +08:00
Tienson Qin
c58084bcee chore: bump mldoc 2021-06-07 20:41:26 +08:00
Tienson Qin
ea85fae260 chore: bump minor version 2021-06-07 20:26:32 +08:00
Tienson Qin
825910f34d fix: multiple tags error in graph view 2021-06-07 20:25:57 +08:00