Commit Graph

7998 Commits (51610eedbc3d47dff4eadb027c64490bcb7750c4)

Author SHA1 Message Date
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
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
Gabriel Horner 112100471c Fix typo in onboarding 2022-07-21 16:31:30 -04:00
Gabriel Horner 48be2c9990 Update to latest nbb-logseq 2022-07-21 14:32:40 -04:00
Gabriel Horner c8864e777d Fix page-properties not using :property-pages/* config 2022-07-21 13:59:16 -04:00
Gabriel Horner b3f2b4f6a3
Merge pull request #6127 from gavinmn/gavinmn/fix-big-sur-icons
fix alignment of macOS icon
2022-07-21 09:40:55 -04:00
Andelf 03569c7c8b fix(ui): inline code style
Fix #6121
2022-07-21 13:22:15 +08:00
Andelf 1562101f83 chore: bump version 0.7.8 2022-07-21 07:55:07 +08:00
gavinmn 8061b3e35a fix colors 2022-07-20 19:46:00 -04:00
gavinmn 9bb1fd5f7a fix position of big sur icons 2022-07-20 18:56:17 -04:00
Andelf 3dbb6e81d1 fix(build): codesign error 2022-07-21 00:46:52 +08: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
Gabriel Horner 25943d253d Unskip test as it was fixed in #6088 2022-07-20 10:38:08 -04:00
Tienson Qin e808732b2b fix: `s` shortcut not working on cards 2022-07-20 15:55:04 +08:00
Tienson Qin 87ef8e284f fix: can't edit result for dsl query results 2022-07-20 15:47:24 +08:00
Andelf d71490329e fix(cards): ui of shortcut tooltip 2022-07-20 15:39:29 +08:00
Andelf 0bebff8ce9 chore: bump version 0.7.7 2022-07-20 15:02:50 +08:00
llcc 98e2898ab8 don't display cards shortcut on narrow screen 2022-07-20 15:02:27 +08:00
Tienson Qin d7cc6c4b29 fix: trailing blocks disappear when moving 2022-07-20 13:56:04 +08:00
Tienson Qin 19455ed2c7 wait for 6s 2022-07-20 13:56:04 +08:00
Tienson Qin 91c09889f0 Wait a bit longer for the cards number update 2022-07-20 13:56:04 +08:00
Tienson Qin 56b2405762 fix: Long pages got cut off when toggle on/off a nested bullet
close #5422
2022-07-20 13:56:04 +08:00
Tienson Qin b9a2a0130b chore: lint 2022-07-20 13:56:04 +08:00
Tienson Qin 4c154f40df chore: disable duplicates pprint 2022-07-20 13:56:04 +08:00
Tienson Qin b7025b9ce4 fix: undo/redo paginations 2022-07-20 13:56:04 +08:00
Tienson Qin d40c0d8926 fix: WIP broken undo/redo for long page 2022-07-20 13:56:04 +08:00
Peng Xiao d271b85a51 fix: should only log query when debug is enabled 2022-07-20 11:55:17 +08:00
charlie 2b94a95f11 fix(api): return non transferable value for plugin api 2022-07-20 09:34:28 +08:00
Gabriel Horner 981b1ad69e Fix autorun tests doc, close #5967 2022-07-19 21:04:02 -04:00
8N9KT f79888b4d8 raname ":exclude-in-graph" to ":exclude-from-graph-view"
- raname ":exclude-in-graph" to ":exclude-from-graph-view"
- add ":exclude-from-graph-view" in "editable-built-in-properties"
2022-07-19 16:55:04 +02:00
Gabriel Horner b226484683
Merge pull request #6056 from playerofgames/calc_enhance_format
Calculator improvements: new operations, display formats, constants and bases
2022-07-19 10:03:41 -04:00
Martin Scott 1d0fa763a5 Revised format directives and mixed number format
Also changed output of non-decimal numbers to use base prefixes.
2022-07-19 10:25:26 +01:00
Gabriel Horner 48306d37aa test: temporarily skip intermittently failing test 2022-07-18 10:54:55 -04:00
8N9KT abedbac922
Fix/boolean in query table (#6063)
* show boolean properties value in query table

* Update query_table.cljs

* Update query_table.cljs
2022-07-18 10:33:04 -04:00
sawhney17 dc380ad64d
fix(references): block references crash (#6061)
* fix  #6057

* clear extra files

* format

* refactor

* use multi arity to simplify
2022-07-18 10:16:24 -04:00
yoyurec 04ea801c12 Plugin settings add data-key 2022-07-18 22:14:32 +08:00
Martin Scott 7c11de885b Add fraction display mode
Support for showing results as fractions (mixed numbers or improper) and entering mixed numbers.
2022-07-18 01:04:48 +01:00
Martin Scott a4b79ffe4f Fix tests
Compare output strings based on input lines.
2022-07-18 00:49:59 +01:00
8N9KT 11436d032a feat: added property exclude-in-graph
- Like this thread https://discuss.logseq.com/t/option-to-ignore-certain-nodes-in-the-graph/1312, I added the ability to exclude a page in graph by adding the property exclude-in-graph:: true
	- added property exclude-in-graph
	- added settings paramenter :excluded-pages
	- added "Excluded pages" toggle in in graph filters
2022-07-16 12:25:00 +02:00
Martin Scott 70c04e34bf Add operations, display formats, constants and bases
New operations:
- factorial operator `!`;
- modulo operator `mod`.

Constants added:
- `PI`
- `E`

New display format controls:
- `:fix <places>` display format;
- `:sci <places>` display format;
- `:norm <display-precision>` display format;
- `:hex`, `:oct`, `:bin` and`:dec` display formats.

New number formats:
- Enter hexadecimal, octal and binary numbers using `0x`, `0o` and `0b` prefixes respectively.

Bugs fixed:
- Loss of precision when supplying numbers in scientific notation.
2022-07-15 19:46:32 +01:00
Gabriel Horner 903e5c8a3b
Merge pull request #6024 from logseq/fix/remove-built-in-property-pages
Enhance: Property page enhancements
2022-07-15 11:04:27 -04:00
Gabriel Horner 7370716215 Move editable linkable built-in props to var
They were also being referred to elsewhere in block.cljs
Also moved filters to editable as that is existing behavior
Also disabled verbosity of cli tests to allow graph-parser tests to be
more readable
2022-07-15 10:41:35 -04:00
Junyi Du 33318c395b test(e2e): temporarily skip alias testing 2022-07-15 16:35:43 +08:00
llcc 54a7e61b26 Revert: don't parse some special property key values as pages
Produced two many extra pages.
2022-07-15 16:11:11 +08:00
llcc cd6c355e8d fix testings 2022-07-15 15:52:00 +08:00
llcc 1b5627ed4d add :icon :aliases to editable-built-in-properties 2022-07-15 15:52:00 +08:00
llcc 4ea1cbadaf don't parse some special property key values as pages
e.g. numbers, boolean
2022-07-15 15:26:09 +08:00
llcc f371d99034 don't parse value of built-in property keys as pages 2022-07-15 15:26:09 +08:00
Andelf 5f74ba6907 fix: allow edit icon:: property 2022-07-15 15:26:09 +08:00