5550 Commits

Author SHA1 Message Date
Andelf
1562101f83 chore: bump version 0.7.8 2022-07-21 07:55:07 +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
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
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
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
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
a0087d7792 Add config options to disable property pages and to exclude certain ones 2022-07-15 15:26:09 +08:00
Gabriel Horner
de61b28000 Add additionable built-in properties that shouldn't have pages created
Introduced hidden naming as that is a more accurate name for its usage.
There may be a possible bug with existing built-in-properties but not
familiar with all cases here and don't want to introduce more bugs
before release
2022-07-15 15:26:09 +08:00
Gabriel Horner
50bce350de Don't auto-create pages for built-in properties
Fixes #5963
2022-07-15 15:26:09 +08:00
Gabriel Horner
538b2aaab2 Merge pull request #5982 from sawhney17/improve-references-filter
enhance(filters): Improve reference filters
2022-07-14 10:57:44 -04:00
charlie
288dcf549d fix(assets): missing reg case-insensitive 2022-07-14 11:12:34 +08:00
charlie
a80aa2df0f fix(assets): missing asset resource when file name with specific url encoded chars 2022-07-14 11:12:34 +08:00
charlie
6facd22ea0 fix(plugin): occasional memory leak when dynamic slot ui with provide ui 2022-07-14 11:09:10 +08:00
charlie
cc04718576 fix(plugin): occasional memory leak when dynamic slot ui with provide ui 2022-07-14 11:09:10 +08:00
sawhney17
a93b47a886 keep constant capitalization 2022-07-14 11:08:04 +08:00
sawhney17
3a9c4da9fd update dict 2022-07-14 11:08:04 +08:00
sawhney17
33c4a2bfa3 make the git commti customizable 2022-07-14 11:08:04 +08:00
queeup
dccfce748d fix: update Turkish translation 2022-07-14 11:06:59 +08:00
Gabriel Horner
9ee2a09601 Merge branch 'master' into improve-references-filter 2022-07-13 17:35:22 -04:00
sawhney17
26b15982af fix search limits 2022-07-14 00:07:16 +04:00
sawhney17
5f57c508cb address comments 2022-07-14 00:07:00 +04:00
llcc
5c29517636 fix click not working on cards preview mode 2022-07-13 21:42:15 +08:00
Junyi Du
ee3ac7dd21 fix: blocking hooks when setup repo; recover diacritic e2e test (#5952)
* fix: blocking hooks when setup repo; recover diacritic e2e test

* test(e2e): update e2e test for the new selection UI
2022-07-13 21:30:17 +08:00
Andelf
5c1ef22e8e fix(watcher): avoid calling delete too early 2022-07-13 20:03:26 +08:00
sawhney17
e8ee6b4202 Merge branch 'logseq:master' into improve-references-filter 2022-07-12 18:31:28 +04:00
sawhney17
7ccc56b717 implement fuzzy search 2022-07-12 18:07:37 +04:00
sawhney17
0854028693 localize text 2022-07-12 17:07:37 +04:00
Wojciech Nawrocki
2390846531 feat(pdf): fix formatting of copied text (#4564)
* chore(pdf): update pdfjs to 2.13.216

Also reapplied pdf_viewer fix from d3b4773.

* fix(pdf): formatting of copied text

* chore(pdf): update viewer CSS to 2.13.216

* chore(pdf): remove deprecated option

* chore(pdf): update pdfjs to 2.14.305

* doc(pdf): document some functions

* fix(pdf): highlight positioning
2022-07-12 18:30:50 +08:00
llcc
6f395175d5 fix key duplicates caused by key case when insert page property (#5889)
* fix key duplicates caused by key case when insert page property

* use lower-cased property key
2022-07-12 10:58:21 +08:00
Andelf
97de299b04 fix(cards): update card count at 5s interval 2022-07-12 10:56:50 +08:00
llcc
961fde743e only update toolbar when keyboard re-displays 2022-07-12 09:56:37 +08:00