Commit Graph

6614 Commits

Author SHA1 Message Date
charlie
94f002232b fix(pdf): missing cmaps resources #6114 2022-07-26 20:16:18 +08:00
Peng Xiao
0a2688de83 feat: showing single block for blocks 2022-07-26 18:05:22 +08:00
Peng Xiao
2d59a37546 Update whiteboard.cljs 2022-07-26 11:03:02 +08:00
Peng Xiao
66a08f8916 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-07-26 09:31:48 +08:00
Gabriel Horner
f5bc4c12bd Remove stray :focus test flag 2022-07-25 13:53:27 -04:00
Gabriel Horner
ef22973273 Merge pull request #6120 from 8N9KT/feat/filter-page-graph
feat: hide journals in page graph
2022-07-25 13:52:40 -04:00
8N9KT
e546ba28fc use namespace-page, fix comment and function visibility 2022-07-25 19:29:40 +02:00
8N9KT
66108ac9e4 add test for get-pages-that-mentioned-page
- add test for get-pages-that-mentioned-page with show-journal paramenter
- comment deleted
2022-07-25 17:55:42 +02:00
charlie
999ae327d4 fix(pdf): friendless break line for pdf selection text 2022-07-25 23:38:57 +08:00
Peng Xiao
bbcd710414 feat: preview whiteboard on page reference 2022-07-25 21:01:46 +08:00
Peng Xiao
751df3b97d fix: filter out none shapes for tldraw 2022-07-25 20:51:43 +08:00
maxweilun1989
250913e31e fix: make the title of sidebar item clickable. #4983 2022-07-25 18:38:25 +08:00
Peng Xiao
e51ba86bae fix: open whiteboard from sidebar title name 2022-07-24 20:29:04 +08:00
Peng Xiao
ba5cdd93a8 feat: better dashboard grid cols 2022-07-24 16:25:14 +08:00
Peng Xiao
f3d2586cd9 fix: blink issue 2022-07-24 15:46:37 +08:00
Peng Xiao
61a717830b feat: whiteboard preview & nesting 2022-07-24 14:39:14 +08:00
Peng Xiao
7cb60d6896 fix 2022-07-24 12:54:57 +08:00
Peng Xiao
ce9efb8c98 preview color 2022-07-24 12:53:43 +08:00
Peng Xiao
d7fe6c47e1 fix: use page ref link in shape title 2022-07-24 12:45:51 +08:00
Peng Xiao
754b952173 fix 2022-07-24 12:15:58 +08:00
Peng Xiao
b347dc55ae fix: pass whiteboard? explicitly 2022-07-24 12:00:05 +08:00
Peng Xiao
cefe46072e fix: whiteboard path-refs 2022-07-24 10:26:20 +08:00
Peng Xiao
6bf4b05141 feat: pasting shapes into outliner 2022-07-23 23:31:42 +08:00
Peng Xiao
4f2626e297 fix: block back ref uuid 2022-07-23 22:32:07 +08:00
Peng Xiao
30b254ab47 block shape dnd 2022-07-23 20:49:52 +08:00
Peng Xiao
3198e054e0 cleanup 2022-07-23 16:49:49 +08:00
Peng Xiao
5542d27680 feat: showing breadcrumb for page block shape 2022-07-23 16:27:44 +08:00
Gabriel Horner
51610eedbc Merge pull request #6138 from logseq/fix/page-properties-respect-user-config
Fix: page properties not reading property-pages config
2022-07-22 12:40:20 -04:00
Peng Xiao
45798ba714 feat: displaying whiteboard text shape in outliner 2022-07-22 14:47:57 +08:00
llcc
808215dda8 don't enter editing state when click query table result on iOS 2022-07-22 14:24:02 +08:00
Gabriel Horner
af8c0ee148 Add command to re-index graph 2022-07-22 14:21:11 +08:00
Peng Xiao
4d42877f3d fix: parsing/saving issues on block/refs 2022-07-22 10:29:24 +08:00
Gabriel Horner
112100471c Fix typo in onboarding 2022-07-21 16:31:30 -04:00
Gabriel Horner
c8864e777d Fix page-properties not using :property-pages/* config 2022-07-21 13:59:16 -04:00
Peng Xiao
dc240de56b zoom to fit by default 2022-07-22 00:25:04 +08:00
Peng Xiao
ec3ebc8d5b feat: zoom into searched text shape 2022-07-22 00:16:22 +08:00
Peng Xiao
e423dfe0fc fix: don't show page title in whiteboard shape 2022-07-21 23:34:03 +08:00
Peng Xiao
01c6d9bfbf fix: dont show page references in whiteboard 2022-07-21 23:33:07 +08:00
Peng Xiao
8eefd44540 fix: shape uuid should be persisted 2022-07-21 22:57:06 +08:00
Peng Xiao
bc2ef6002b searching text in whiteboard 2022-07-21 15:46:25 +08:00
Peng Xiao
5c468fe708 fix: text smoothing & tldr assets 2022-07-21 14:57:12 +08:00
Peng Xiao
26f04b073b Merge remote-tracking branch 'upstream/master' into whiteboards 2022-07-21 10:24:48 +08:00
Peng Xiao
ac89a3d10c minor fix 2022-07-21 10:23:54 +08:00
Andelf
1562101f83 chore: bump version 0.7.8 2022-07-21 07:55:07 +08:00
8N9KT
83d51ab23f hide journals in page graph
add "Show Journals" toggle in page-graph-inner
add :right-side-bar/show-journals in en and it (dicts.cljc)
add "include-journals" parameter to db/get-pages-that-mentioned-page
add "show-journal" parameter to graph-handler/build-page-graph
2022-07-20 18:44:05 +02:00
8N9KT
6c27435369 Merge branch 'logseq:master' into fix/remove-namespace-parents-graph-links 2022-07-20 17:32:46 +02:00
Gabriel Horner
37f1d738b9 Merge pull request #6062 from 8N9KT/feat/exclude-in-graph
feat: added property exclude-in-graph
2022-07-20 11:25:00 -04:00
8N9KT
541fae2ad8 Remove links for each level of the namespaces hierarchy pages in global graph view 2022-07-20 17:21:55 +02:00
Peng Xiao
ec9688a42e show whiteboard references 2022-07-20 20:50:55 +08:00
Peng Xiao
a6a56e536e responsive whiteboard dashboard 2022-07-20 20:21:40 +08:00