Commit Graph

48 Commits

Author SHA1 Message Date
Gabriel Horner
569b2417e5 Document config introduced in #2975 2022-08-26 10:07:33 +08:00
Tienson Qin
f7d5315acf fix: CI 2022-08-25 21:24:22 +08:00
Tienson Qin
1ee294e047 fix: filters not working for children blocks in linked references
related to #6457

fix #6462
fix #6458
2022-08-24 19:45:10 +08:00
Gabriel Horner
55ccc2d17c Rename config to :rich-property-values?
Name should allow for additional functionality later
2022-08-23 09:55:15 -04:00
Gabriel Horner
0719163d30 Split out parse-property for use in dsl-query and tests
- Add tests for all *property dsl queries with and without new
  config option
- Add tests for property persistence
- Add tests for property relationships
2022-08-11 16:32:00 -04:00
Gabriel Horner
405183db09 Add config option to allow for more free text in property values
Still need to test that *property operators work correctly when this
option is on
2022-08-11 16:32:00 -04:00
Andelf
271700ec02 Merge branch 'master' into fix/search-remove-accents 2022-08-02 12:14:24 +08:00
maxweilun1989
78882b0051 fix: add some remember note for toggle :feature/enable-search-remove-accents? 2022-07-28 21:34:40 +08:00
Alex L
178e2f51bb Clearer examples in config.edn 2022-07-28 15:49:45 +08:00
maxweilun1989
15a0f19a82 fix: add :feature/enable-search-remove-accents 2022-07-27 18:34:01 +08:00
Gabriel Horner
a0087d7792 Add config options to disable property pages and to exclude certain ones 2022-07-15 15:26:09 +08:00
Gabriel Horner
2917cce179 Macro docs tweaks - close #1598
two curly braces are sufficient
2022-07-11 16:00:23 -04:00
llcc
2f35629738 allow user to disable gestures on blocks with customized tags 2022-06-27 15:43:37 +08:00
Andelf
e82c2b637c fix(config): wrong quick capture text template
Fix #5791
2022-06-22 11:55:04 -04:00
Hounsou Dansou
826a075b4f fix: Add missing config
- bullet indentation
- scheduled and deadline default query
2022-06-13 15:22:30 +08:00
Darwis
14dc2d1e30 Predefined view and transform (#5479)
* add pre-defined view in config.edn and use it in query :view

* expose js/console.log and pprint to use in query transform function or view function for easy debug query result.

* reusable pre-defined result-transform in cunfig.edn to use in query

* fix whitespace diff

* Add query namespace to predefined :view and :result-transform in config.edn
2022-06-03 10:00:15 -04:00
Charlie
55ccdd5dba Feature/onboarding Quick tour (#5247)
* enhance(ui): polish elements of left sidebar

* enhance(ui): active state of nav item from left sidebar

* enhance(ui): active state of nav item from left sidebar

* enhance(ui): WIP quick tour tips

* enhance(ui): WIP quick tour tips

* enhance(ui): WIP quick tour tips

* enhance(ux): add quick tour palette command

* enhance(ui): add step dots for quick tour tips

* enhance(ux): title hints for sidebar link items

* fix(ui): active state for journals from left sidebar

* enhance(ux): support quick tour command when initial app

* fix(ui): position of journal page quick tour tip box

* fix: cljs lint

* fix: remove unused method

* fix(e2e): e2e test for new left sidebar
2022-05-31 16:41:17 +08:00
arcstur
d0e9a66a94 Typo 2022-04-18 12:12:05 +08:00
arcstur
3db9eaa334 Add start-of-week to default config.edn 2022-04-18 12:12:05 +08: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
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
leizhe
d1b43ee719 enhance(mobile): add option for editing photo before embeding it 2021-12-09 11:36:51 +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
5bde00aa79 chore: remove unused configurations 2021-08-24 21:42:46 +08:00
Tienson Qin
4c3bdb0bf3 feat: git integration 2021-08-24 21:42:46 +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
rcmerci
ba95db41a9 feat(srs): add config :srs/learning-fraction, :srs/initial-interval 2021-07-22 12:07:04 +08:00
Tienson Qin
cac9470fbe feat: bring block timestamps back 2021-07-13 15:24:20 +08:00
Tienson Qin
4e09dc2d52 enhance: publishing
also, hide built-in pages in "All Pages"
2021-07-11 21:43:37 +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
a64090e2a3 enhance: one-click to convert old markdown to new markdown files 2021-05-27 21:44:34 +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
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