Commit Graph

9 Commits

Author SHA1 Message Date
Tienson Qin
f8371aabc1 fix: settings display wrong preferred format 2020-12-30 14:19:48 +08:00
Tienson Qin
2d925d7fac feat: add block timestamps
Why adding block timestamps?

Block is the atomic unit for logseq instead of a page, with the
timestamps we can do a lot of things, for example:
1. show a blocks timeline related to a topic/project/habit.
2. get latest modified blocks from the page or the whole graph.
3. query dsl can have a (sort-by :last_modified_at) clause

It'll add both created_at and last_modified_at properties to
each block, not all users need this, so, it's an experiment feature,
we'll disable it by default.

Also, this PR simplify the block properties a lot, it might fix some
old issues related to properties.
2020-12-25 14:20:57 +08:00
Tienson Qin
bc8463265d fix: preserve config.file order when updating 2020-12-22 23:55:48 +08:00
Tienson Qin
157365d9b5 feat(show-brackets): add shortcut hint 2020-12-22 13:49:30 +08:00
Tienson Qin
5b74e78fae feat: add a way to toggle displaying brackets
It also add a shortcut "ctrl+c ctrl+b".

Feature request: https://discuss.logseq.com/t/dont-show-and-when-not-editing-a-bulletpoint/90/2
2020-12-22 13:49:30 +08:00
Tienson Qin
8208b92d60 fix: move the theme button to settings
There're several other things
1. remove help button because there's one in the right bottom corner.
2. remove config/mobile? check for right sidebar
3. add open collective link
4. adjust left bar width
2020-12-18 19:52:31 +08:00
charlie
2db70bdfc4 style: fix notification text theme issue & ui details 2020-12-13 12:43:36 +08:00
Tienson Qin
71272b2551 feat(feature): add switch to toggle timetracking
Closed https://github.com/logseq/logseq/issues/548
2020-10-29 11:03:07 +08:00
Tienson Qin
2d1fa33204 refactor: remove web 2020-10-27 23:19:40 +08:00