Commit Graph

7825 Commits (6de622264501c9cb8410b9bb28ac4d494813df7a)

Author SHA1 Message Date
Tienson Qin a3709d8c70 fix: paste headings 2022-05-30 19:33:55 +08:00
Tienson Qin 08e3ba02a0 feat: preserve rich-text format when paste from other editors like
google doc
2022-05-30 19:33:55 +08:00
Andelf 6ca7424bbf fix(ui): left menu style 2022-05-30 18:48:23 +08:00
Tienson Qin 3c886f4330
Merge pull request #5374 from jonasdiemer/calc-pretty-floats
Calculator: improved output of float numbers
2022-05-30 18:19:26 +08:00
Tienson Qin c7698ab77e
Merge pull request #5088 from logseq/gesture-support-on-block
Gesture support on mobile
2022-05-30 17:48:47 +08:00
llcc e3e9106db8 allow audio record while editing 2022-05-30 16:19:24 +08:00
llcc ee786379c1 tweak audio bar style 2022-05-30 16:19:24 +08:00
llcc f65995ce5e tweak css on mobile 2022-05-30 16:19:24 +08:00
llcc c3f5d02ef9 make left-sidebar 100% width 2022-05-30 16:19:24 +08:00
llcc fd8eaf88fa don't show goto-back icon when at journals page 2022-05-30 16:19:24 +08:00
llcc f8f299c39f restore z-index 2022-05-30 16:19:24 +08:00
llcc c8e1af519b tweak audio tag width 2022-05-30 16:19:24 +08:00
llcc 359d4d02b1 bigger go-back icon 2022-05-30 16:19:24 +08:00
llcc 30e9594cd8 enhance mobile ui 2022-05-30 16:19:24 +08:00
llcc f3a8a99ad4 align footer commands to parent node 2022-05-30 16:19:24 +08:00
Tienson Qin a6eca9d5de chore: updated gitignore 2022-05-30 16:17:16 +08:00
Tienson Qin 7bf613348f fix: block reference metadata leaks into content
close #5453
2022-05-30 16:07:08 +08:00
Tienson Qin 06e932d130 refactor: listen to db changes for outliner pipeline 2022-05-30 12:16:46 +08:00
llcc a4fedbe719 fix block can't be deleted if backspace at the block beginning 2022-05-29 16:40:03 +08:00
Tienson Qin cc735fffc7 fix: tests 2022-05-29 16:31:17 +08:00
charlie 35c7516c37 fix(ui): try to fix zIndex of slash command menu with transition solution 2022-05-29 16:27:43 +08:00
charlie a8cf6befd0 enhance(ux): flip slash commands menu when narrow vertical space 2022-05-29 16:27:43 +08:00
TaylorHo f810cc2034 Translations pt-BR and it + corrected broken links 2022-05-29 16:21:19 +08:00
Tienson Qin d428270178 enhance: keep line breaks for exported markdown
bump mldoc
2022-05-29 16:18:11 +08:00
Tienson Qin 7c01691385 enhance: adjust opacity for the edit icon 2022-05-29 11:19:29 +08:00
Tienson Qin 16d9bc8573 enhance: display an edit icon if a block only has a block ref 2022-05-29 11:13:42 +08:00
Tienson Qin a7beb3aba4 fix: disable animated scroll 2022-05-29 10:55:44 +08:00
llcc f54a54ba84 feat(gesture): disable feature on audio cp 2022-05-28 14:00:48 +08:00
llcc b5d781e05f Merge branch 'gesture-support-on-block' of https://github.com/logseq/logseq into gesture-support-on-block 2022-05-28 13:07:14 +08:00
llcc ce8b3cb559 fix https://github.com/logseq/logseq/issues/5455 2022-05-28 13:06:42 +08:00
Gabriel Horner 70c0708f09 Add nbb:watch task and example
Also update to latest clj-kondo
2022-05-27 20:42:17 -04:00
Aryan Sawhney 49787cf7e0 fix #5443 2022-05-28 02:25:20 +08:00
sawhney17 008fdaa5d6 removed unused import 2022-05-28 02:25:20 +08:00
sawhney17 4e0ab7a37a fix: sort by treating capitalized and non capitalized the same 2022-05-28 02:25:20 +08:00
Tienson Qin f48f7e23a5 Merge branch 'fix/page-persistent-scroll-position' 2022-05-28 02:24:39 +08:00
Tienson Qin e649650d28 fix: preserve the scroll position when navigating pages 2022-05-28 02:12:42 +08:00
Gabriel Horner 7e5ba8d705 Upgrade to latest clj-kondo dep and pods
- Remove cljs 1.11 workarounds since latest includes those symbols
- Unique duplicate ns which intermittently show up in script-vars
  despite using :lang :cljs
- Able to use :format :progress since failing bug no longer shows up
- Remove unnecessary ignore and unused garden config
2022-05-27 10:07:22 -04:00
llcc ea7b685827
Merge branch 'master' into gesture-support-on-block 2022-05-27 14:12:58 +08:00
Tienson Qin cee6234c58 Revert "style: optimize block alignment"
This reverts commit e6817d1b40.
2022-05-27 14:01:58 +08:00
Tienson Qin 062c2523bc fix: center item 2022-05-27 13:53:59 +08:00
Tienson Qin e66c11323c fix: record stop button not fully displayed 2022-05-27 13:32:12 +08:00
Tienson Qin a9267afb47 chore: css cleanup 2022-05-27 13:24:56 +08:00
Tienson Qin f150b5db0f enhance: recording stop button 2022-05-27 13:08:33 +08:00
Gabriel Horner b142327491 Finish up logseq.graph-parser
- Parser now parses all graph files like the app does, not just pages and journals.
  This required extracting another fn from repo-handler
- Add and tweak CI steps that are specific to graph-parser. All
  namespaces in this library are checked for nbb compatibility
- Cleaned up parser cli API so only one fn is needed for scripts
- Tests were updated to match new parsing behavior
- large_vars.clj can run with a smaller max-line-count after only refactoring two fns
- Add docs
2022-05-27 00:54:30 -04:00
llcc 626c19b988 Remove `new page` icon on mobile 2022-05-27 12:19:26 +08:00
llcc c20a98f9c4 feat(gesture): add `open in right sidebar` to iPad action bar 2022-05-27 12:18:10 +08:00
llcc c03ad5a781 feat(gesture): switch outdent and more icon 2022-05-27 12:14:18 +08:00
Gabriel Horner 1e299052ce Setup cljs tests for graph-parser
- Also reuse docs graph test assertions to ensure main app
and graph-parser are in sync.
- Removed promesa from extract tests
since they are no longer async
- Added cljs and npm deps that were missing and caught by cljs tests
2022-05-26 18:04:45 -04:00
Gabriel Horner 15b8e5e9df Setup CI jobs that are only for graph-parser
Also move all non graph-parser fns to frontend thanks to carve lint
2022-05-26 18:04:45 -04:00
Gabriel Horner 4813d903d5 Move graph-parser to its own dir 2022-05-26 18:04:45 -04:00