Commit Graph

48 Commits (3758a9e1c0bcbb2e8f29f256759b24bb66916d0e)

Author SHA1 Message Date
Charlie 0d3ac91ca3
Feature/Setups of Onboarding Process (#4580)
UX enhancement: onboarding setup graphs 

Co-authored-by: llcc <lzhes43@gmail.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-04-02 21:37:38 +08:00
Gabriel Horner f683b461cd
Merge branch 'master' into patch-tutorial-i18n 2022-03-28 16:31:48 -04:00
llcc 21e172feb6
feat(mobile): share intent (#4599)
* feat(mobile): share intent

* feat(ios): share content

* feat(share): fix kUTType* deprecation

* feat(share): fix result of call to 'openURL' is unused

* fix screenshot copy rewrite issue

* fix AndroidManifest.xml

* fix(iOS): app not showing in share list

* address comment
2022-03-28 12:30:32 +08:00
sosuisen fd6e9a9512 fix: i18n support for tutorial and dummy-notes 2022-03-22 11:40:51 +09:00
Tienson Qin c7551f2c76 fix: suggestions by jimt on Discord 2022-03-20 23:21:55 +08:00
Tienson Qin fc644e207b Adds :outliner/block-title-collapse-enabled? configuration option 2022-03-17 16:09:29 +08:00
llcc 1361728457
fix #+keyword issues in orgmode (#4573)
* fix(orgmode): don't parse some in-file #+keyword as page properties

e.g. #+Name:, #+tblfm:, etc.

* enhance(orgmode): display image and table's caption keyword

https://orgmode.org/manual/Captions.html

* enhance(orgmode): ignore some #+keywords for parsing properties.

Orgmode uses lots of file level #+keyword: styled keywords[1].
Logseq parses their value as page references except `title` and
`filters`, which pollutes Logseq database.

Users can setup `:ignored-page-property-tags` in config.edn to
make Logseq not parsing those keywords.

[1]: https://orgmode.org/manual/In_002dbuffer-Settings.html.

* use take-while instead. Thanks tienson.

* comment out new settings

* revert some merge conflicts.
2022-03-16 17:10:49 +08:00
Andelf b43a8c846b chore: add new options to config templates 2022-01-04 21:35:07 +08:00
Andelf 3d12402b6a fix(build): rm parser-worker patch 2021-12-26 10:50:58 +08:00
leizhe d1b43ee719 enhance(mobile): add option for editing photo before embeding it 2021-12-09 11:36:51 +08:00
Seth f3445fbfd7 fix typo in package.json scripts 2021-10-25 11:39:41 +08:00
llcc 584c929839
Enhance logbook (#2987)
* fix(logbook): fix https://github.com/logseq/logseq/issues/2866 partially

Timetracked logbook shouldn't only shown up in block with scheduled
timestamp.

* fix https://github.com/logseq/logseq/issues/2866

* cleanup: arguments in some commands

* Revert "cleanup: arguments in some commands"

This reverts commit 0e7df6e5fe.

* enhance(logbook): add two-level options to show logbook

This PR offer two options to control when the logbook drawer shows in
your block.

- `:logbook/enabled-in-timestamped-blocks`: This option defaults to
true, which means that the logbook drawer will be visible in blocks
only with scheduled or deadline timestamp after timetracking.

- `:logbook/enabled-in-all-blocks`: This option defaults to
nil. Adding `:logbook/enabled-in-all-blocks true` to your config file
will enable the logbook shown-up for all blocks after timetracking.

* fix last commit

* fix: timetrack for now->later on repeated task

* fix: add default marker

* enhance(logbook): support seconds

* logbook: add `with-second-support` doc

* logbook: re-define display config

* fix logbook string indentation

Co-authored-by: leizhe <leizhe@leizhedeMacBook-Air.local>
2021-10-22 22:24:53 +08:00
Charlie 7f9a04d2c1
feat(ui): enhance left sidebar (#2899)
* feat(ui): enhance left sidebar

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2021-10-01 21:27:31 +08:00
Tienson Qin 50a42a112c fix: typo 2021-09-23 20:36:00 +08:00
Tienson Qin e5f484d1a7 feat: add :shortcut/doc-mode-enter-for-new-block? option 2021-09-23 18:26:11 +08:00
Tienson Qin 995fba8623 fix: disable plugins on the Web 2021-09-16 13:59:08 +08:00
Tienson Qin d6a011fd35 enhance(perf): add :ref/linked-references-collapsed-threshold option
Related to #2792
2021-09-16 12:32:09 +08:00
Tienson Qin 3c4ad523a8 enhance: display a warning button for the demo graph 2021-08-26 00:17:49 +08:00
charlie c4a92c2657 fix(dev): import cljs runtime scripts for parser worker base on file:// 2021-08-19 17:16:06 +08:00
Tienson Qin df1fc39bc5 chore: update warning style 2021-08-10 21:34:31 +08:00
Tienson Qin 9833b5439d enhance: add a warning on demo graph not being persisted 2021-08-06 11:29:09 +08:00
Jiang Hailong 47e78d6f78 feat: hide specific block properties 2021-08-06 10:17:31 +08:00
Tienson Qin 689330ceb3 feat: add :ui/show-empty-bullets? option
The empty bullets will be hidden by default in the default mode.
Also, hovering an empty block should display its bullet.
2021-08-03 21:38:17 +08:00
Tienson Qin 5e9c3ed151 feat: journals support named template
Also, simplified the template code a bit.
2021-08-03 16:28:57 +08:00
Weihua Lu 2f7e3f5b3f Merge remote-tracking branch 'origin/master' into zotero/poc 2021-07-26 10:54:56 +08:00
Weihua Lu 85f57fb470 optimize zotero schema size 2021-07-22 17:40:44 +08:00
rcmerci ba95db41a9 feat(srs): add config :srs/learning-fraction, :srs/initial-interval 2021-07-22 12:07:04 +08:00
Weihua Lu 828e296f86 Merge branch 'master' into zotero/poc 2021-07-14 15:22:56 +08:00
Tienson Qin cac9470fbe feat: bring block timestamps back 2021-07-13 15:24:20 +08:00
Weihua Lu bb9565a6c0 Merge branch 'master' into zotero/poc 2021-07-12 10:12:40 +08:00
Tienson Qin 4e09dc2d52 enhance: publishing
also, hide built-in pages in "All Pages"
2021-07-11 21:43:37 +08:00
Weihua Lu 49993e9f77 add schema 2021-07-07 17:30:38 +08:00
Weihua Lu ab21d88786 wip, zotero poc 2021-07-07 16:13:44 +08:00
Weihua Lu 3d096ac04c enhance: add lite video 2021-07-06 23:47:13 +08:00
Weihua Lu 55153d0d00 fix: invalid twitter in tutorial 2021-07-05 17:21:21 +08:00
Tienson Qin 0fdd1275d1 enhance: add an option to expand block references 2021-06-23 11:16:07 +08:00
Weihua Lu 53b2d660fe fix: handle shortcuts nil in config file 2021-06-23 10:39:41 +08:00
Junyu Zhan 9e3c197d8e feat: add show-command-doc? config 2021-06-17 19:15:11 +08:00
Weihua Lu 2673084dfc fix: typo 2021-06-10 22:03:04 +08:00
Weihua Lu 0f22dcb33c chore: add all available edn opts docs 2021-06-10 22:03:04 +08:00
Tienson Qin c0760eb585 enhance: rename Contents to Favorites 2021-06-09 16:09:10 +08:00
Tienson Qin a64090e2a3 enhance: one-click to convert old markdown to new markdown files 2021-05-27 21:44:34 +08:00
Tienson Qin 55ed114e57 chore: update text 2021-05-24 22:08:32 +08:00
Weihua Lu aeb9ae568f feat: add option to allow disable tooltip 2021-05-24 17:20:42 +08:00
Tienson Qin 543904a532 fix: slow query for get-block-and-children 2021-05-19 18:58:13 +08:00
Weihua Lu b1668a24b3 fix: remove escape 2021-05-14 21:18:44 +08:00
Weihua Lu fbc7957e81 fix: typo 2021-05-14 21:07:42 +08:00
Weihua Lu 2e6ab3e40b feat: extract template files 2021-05-14 21:07:42 +08:00