Tienson Qin
dfd8052990
chore: remove rage-wasm since we moved to use the native binding ( #7446 )
2022-11-24 15:36:11 +08:00
Tienson Qin
3bb17b46fd
chore: bump to 0.8.12
2022-11-23 21:09:29 +08:00
Sergey Kolesnik
355b1449b1
style fix: add css var --color-level-6 for light theme ( #7337 )
2022-11-23 14:25:50 +08:00
Peng Xiao
926b7d859b
Merge branch 'master' into feat/wb-linkings
2022-11-23 13:12:20 +08:00
Charlie
dda1f9bd9f
Enhance / Plugin APIs ( #6945 )
...
Added
1. All configurations of current graph.
App.getCurrentGraphConfigs: () => Promise<any>
2. All favorite pages list of current graph.
App.getCurrentGraphFavorites: () => Promise<Array<string> | null>
3. All recent pages list of current graph.
App.getCurrentGraphRecent: () => Promise<Array<string> | null>
4. Clear right sidebar blocks.
App.clearRightSidebarBlocks: (opts?: { close: boolean }) => void
5. Support register CodeMirror enhancer. #Experiment feature
Experiments.registerExtensionsEnhancer<T = any>(type: 'katex' | 'codemirror', enhancer: (v: T) => Promise<any>)
6. Support hooks for app search service. #Alpha stage
App.registerSearchService<T extends IPluginSearchServiceHooks>(s: T): void
7. Support focus option for App.insertBlock. Credit to [[tennox]] #PR
Fixed
1. Adjust build script to be compatible for shadow-cljs bundler.
How to set up a clojurescript project with shadow-cljs?
https://github.com/rlhk/logseq-url-plus/blob/main/doc/dev-notes.md
2022-11-22 22:00:29 +08:00
charlie
73fc9a73aa
improve(desktop): WIP refactor left sidebar
2022-11-22 21:43:47 +08:00
charlie
d04a0ac66b
enhance(pdf): sync page number in highlights metafile
2022-11-22 21:43:47 +08:00
Konstantinos Kaloutas
79b94ddc59
fix: move-to-sidebar-right icon
2022-11-22 11:51:45 +02:00
Konstantinos Kaloutas
339f1e00a1
chore: add new icons
2022-11-21 19:01:02 +02:00
Gabriel Horner
6f5a6dcbf7
Merge pull request #7358 from logseq/feat/color-panel
...
Feat (Whiteboards): Add main color panel and rearrange tools
2022-11-18 10:53:07 -05:00
Sergey Kolesnik
04fecb0aa8
legacy style fix: remove search-field css and --ls-search-background-color var ( #7318 )
2022-11-17 13:40:54 -05:00
Konstantinos Kaloutas
58d41083f8
fix: styles
2022-11-16 19:24:34 +02:00
Peng Xiao
02749a4b34
fix: add a line link to whiteboard onboard template
2022-11-14 22:39:53 +08:00
Sergey Kolesnik
f858e94520
legacy style fix: remove unused --ls-head-text-color css var
2022-11-14 20:45:59 +08:00
Sergey Kolesnik
bb3fd4711e
legacy style fix: remove unused css var: --ls-right-sidebar-code-bg-color
2022-11-14 20:45:59 +08:00
Peng Xiao
e00ef97367
fix: highlighter opacity in onboard whiteboard
2022-11-14 18:01:46 +08:00
Tienson Qin
a939767aaf
chore: bump to 0.8.11
2022-11-11 20:43:37 +08:00
charlie
438f0b9e3d
chore(plugins): build libs core
2022-11-11 17:33:15 +08:00
Konstantinos Kaloutas
77cce8184e
chore: update icons
2022-11-10 20:46:50 +08:00
charlie
d4589b1272
Merge branch 'master' into enhance/ios-folder-picker
2022-11-06 11:06:24 +08:00
charlie
d976eb5182
enhance(mobile): polish interaction for the onboarding graph picker
2022-11-05 19:04:50 +08:00
Konstantinos
0aaba519cc
Fix: Appimage desktop file entries ( #7219 )
...
* appimage test
* add mimeType option
* transfer fork to logseq
* appimage test
* add mimeType option
* transfer fork to logseq
* add package name
* fix: product name
Co-authored-by: Tienson Qin <tiensonqin@gmail.com >
2022-11-05 15:39:46 +08:00
charlie
da3f6b094d
Squashed commit of the following:
...
commit 99a2d333f9
Author: rcmerci <rcmerci@gmail.com >
Date: Sat Nov 5 00:04:17 2022 +0800
dev: restart sync when code changed
commit 4682274e10
Author: kv-gits <26402310+kv-gits@users.noreply.github.com >
Date: Fri Nov 4 18:08:43 2022 +0300
Update develop-logseq-on-windows.md
JRE x64
commit fcb5d206b2
Author: rcmerci <rcmerci@gmail.com >
Date: Fri Nov 4 17:36:34 2022 +0800
fix: calculate s3-key length
commit e780272d12
Author: rcmerci <rcmerci@gmail.com >
Date: Fri Nov 4 17:32:19 2022 +0800
enhance(sync): filter pages whose page-name is too long
commit d45e5507b5
Author: Peng Xiao <pengxiao@freewheel.tv >
Date: Thu Nov 3 13:10:58 2022 +0800
fix: e2e issue
commit c03b8503b0
Author: Peng Xiao <pengxiao@freewheel.tv >
Date: Thu Nov 3 11:35:44 2022 +0800
test(whiteboard): new e2e cases
commit fbbcb1f862
Author: Peng Xiao <pengxiao@freewheel.tv >
Date: Thu Nov 3 10:53:45 2022 +0800
fix: onboarding condition
commit 26f08061ac
Author: Peng Xiao <pengxiao@freewheel.tv >
Date: Thu Nov 3 10:43:59 2022 +0800
fix(whiteboard): add loading when populating onboarding whiteboard
commit e8d1c1baa7
Author: Peng Xiao <pengxiao@freewheel.tv >
Date: Wed Nov 2 20:45:33 2022 +0800
feat(whiteboard): onboarding whiteboard
commit 2f5680bd49
Author: Peng Xiao <pengxiao@freewheel.tv >
Date: Tue Nov 1 10:51:42 2022 +0800
wip
commit 48cfa27552
Author: Peng Xiao <pengxiao@freewheel.tv >
Date: Mon Oct 31 20:46:44 2022 +0800
wip onboarding template
commit 3f17fd2ceb
Author: yoyurec <yoyurec@gmail.com >
Date: Thu Nov 3 13:38:25 2022 +0200
fix: add missed mark css vars
commit 8dfab3bd13
Author: Konstantinos Kaloutas <konstantinos@logseq.com >
Date: Thu Nov 3 21:26:46 2022 +0200
fix: allow custom protocols
commit dda618ca8f
Author: Tienson Qin <tiensonqin@gmail.com >
Date: Fri Nov 4 22:32:13 2022 +0800
fix: lint warning
commit 6c5c3bb96f
Author: Tienson Qin <tiensonqin@gmail.com >
Date: Fri Nov 4 20:26:19 2022 +0800
fix: some files may not have ext
2022-11-05 10:49:12 +08:00
Peng Xiao
e8d1c1baa7
feat(whiteboard): onboarding whiteboard
2022-11-04 23:03:43 +08:00
Peng Xiao
48cfa27552
wip onboarding template
2022-11-04 23:03:43 +08:00
yoyurec
3f17fd2ceb
fix: add missed mark css vars
2022-11-04 23:02:26 +08:00
Konstantinos Kaloutas
a5033a3613
fix: checker bg opacity
2022-11-02 12:42:16 +02:00
Konstantinos Kaloutas
a85f38f414
fix: slider background
2022-10-31 18:45:28 +02:00
Konstantinos Kaloutas
d34e5f116d
fix: portal header color
2022-10-31 18:11:03 +02:00
Sergey Kolesnik
22e419a28f
Update common.css
...
define values for undefined variables (probably unused)
2022-10-31 08:58:25 +08:00
Sergey Kolesnik
1e81e49629
Update common.css
...
typo
2022-10-31 08:58:25 +08:00
Tienson Qin
52324b0ff2
chore: bump to 0.8.10
2022-10-28 21:13:03 +08:00
Tienson Qin
584383f2c7
fix: set max width for wide mode to 1280px
2022-10-20 13:23:57 +08:00
Tienson Qin
2198d19c74
chore: update other files
2022-10-19 01:51:41 +08:00
charlie
2d749e3814
fix(ui): input style of page title when editing.
2022-10-19 01:16:52 +08:00
Konstantinos Kaloutas
6e3a54677d
feat: auto heading
2022-10-18 10:42:41 +08:00
charlie
3068868347
fix(electron): open custom protocol links as default condition
2022-10-16 12:17:44 +08:00
charlie
489090bc87
fix(ui): polish form input
2022-10-13 16:52:51 +08:00
Tienson Qin
7d3ed2bc97
Style tweaks
2022-10-10 18:08:48 +08:00
Konstantinos Kaloutas
d238c88afd
chore: add allowed protocols for openExternal
2022-10-10 13:42:22 +08:00
Charlie
d53ac94bfc
Enhance/pdf improvements ( #6475 )
...
Full-text search, highlights and assets alias support
It also exposes a plugin API for highlight context menu
```ts
/**
* Current it's only available for pdf viewer
* @param label - displayed name of command
* @param action - callback for the clickable item
* @param opts - clearSelection: clear highlight selection when callback invoked
*/
registerHighlightContextMenuItem: (
label: string,
action: SimpleCommandCallback,
opts?: {
clearSelection: boolean
}
) => unknown
```
2022-10-09 20:44:18 +08:00
Peng Xiao
c7fe4933b4
Merge remote-tracking branch 'upstream/master' into whiteboards
2022-10-07 16:18:27 +08:00
Konstantinos
6007d6061f
Enhance: Color system ( #6821 )
...
* refactor: remove redundant utility classes
* chore: expose tailwind colors to css vars
* refactor: introduce error/warning/success colors
* fix: move tailwind utilities import
* fix: extend tailwind font sizes
* fix: exclude color classes from purge
* refactor: admonition component
* fix: admonition warning color
* fix: notification icon color
* fix: capitalize icon title
* chore: remove caution color
* feat: highlighting system
* chore: add color title and remove comment
* chore: add color translations
* chore: add missing bg classes
* refactor: highlight system
* fix: color id
* fix: bg color value
* fix: pdf highlight colors
* fix: resolve conflicts
* fix: class directive typo
2022-10-07 11:54:06 +08:00
Tienson Qin
f4262cf919
Enhance/api storages for graph assets ( #6488 )
...
* improve(api): assets storage for plugin
Co-authored-by: charlie <xyhp915@qq.com >
2022-10-04 12:30:19 +08:00
Andelf
96fc757793
fix(windows): update rsapi, use static link
2022-10-02 19:27:14 +08:00
Peng Xiao
a4417c5f1a
Merge remote-tracking branch 'upstream/master' into whiteboards
2022-10-02 12:36:45 +08:00
Andelf
0de13bf553
chore: bump version 0.8.8
2022-09-30 18:49:16 +08:00
Peng Xiao
bb2df1b3b7
Merge remote-tracking branch 'upstream/master' into whiteboards
2022-09-30 08:51:05 +08:00
Andelf
6a6974671f
chore(deps): update file-sync libs
2022-09-29 19:36:42 +08:00
Peng Xiao
fd94862312
Merge remote-tracking branch 'upstream/master' into whiteboards
2022-09-24 09:42:00 +08:00