Commit Graph

10777 Commits

Author SHA1 Message Date
charlie
cd4ff36c5f improve(sentry): filter setInterval exceptions for sentry 2023-02-15 00:11:40 +08:00
charlie
29bc71798b improve(sentry): filter setInterval exceptions for sentry 2023-02-15 00:11:40 +08:00
Junyi Du
d6531780d6 Update VSCode + Calva with more details 2023-02-14 23:36:31 +08:00
Kidy Lee
05f9748590 add repl setup to development document 2023-02-14 23:36:31 +08:00
Konstantinos Kaloutas
b72bf6829f fix: toggle collapsed button 2023-02-14 09:48:11 -05:00
Bad3r
e5f5e9b556 docs: Add contributing guidelines (#8222)
* docs: Add contributing guidelines

* Add a how to help section and redo PR section

Also tweaked some wording and added emojis of course

* Fix up sub lists

---------

Co-authored-by: situ2001 <yongcong2001@outlook.com>
Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2023-02-13 17:09:44 -05:00
Gabriel Horner
350323ad19 Fix property values not autocompleting full ref values
Page refs and tags were not autocompleting their characters
which led to unreferenced completions
2023-02-13 15:34:26 +08:00
Gabriel Horner
818e735d7c Tag menu should stay open for multiple tags
Fixes #6805 and #8175
2023-02-13 15:34:26 +08:00
Gabriel Horner
0fbd639007 Display error when unexpected invalid repo config.edn occurs
Currently the user doesn't see an error and wonders why changing
a config setting has no effect
2023-02-13 15:29:36 +08:00
queeup
fdcdeb92e1 i18n: update Turkish translation 2023-02-13 15:29:08 +08:00
Tienson Qin
3fde6f59ec fix(lint): add mldoc-link? to ignore 2023-02-13 15:27:20 +08:00
Tienson Qin
d589e7b890 Merge branch 'ksqsf-master' 2023-02-13 15:19:11 +08:00
Tienson Qin
c8db7646e2 fix: use mldoc to check links 2023-02-13 15:19:11 +08:00
ksqsf
9f2ce3dd39 enhance: recognize refs as links when inserting links from selection 2023-02-13 15:19:11 +08:00
charlie
f13151ed61 fix(pdf): remove prefix(@) checking for links of org mode page 2023-02-13 14:05:13 +08:00
Tienson Qin
dcf9559094 fix: don't store broken config in DB (#8578)
* fix: don't store broken config in DB

Also, all configs should be clojure maps.

* fix: editor should show the corresponding file's content from disk
2023-02-12 14:33:52 +08:00
Gabriel Horner
32d23a7f44 Fix command and hashtag not triggering at start of a multi-line 2023-02-12 09:49:15 +08:00
Gabriel Horner
90003c0622 Move default case for keyup-handler out
Managing 10+ bindings in a fn is a recipe for bugs
2023-02-12 09:49:15 +08:00
Gabriel Horner
361e61efc7 Slash command closes after one space, fixes #5510 2023-02-12 09:49:15 +08:00
Gabriel Horner
475d4ce7d9 Fix command completion firing too often
Only fire at the beginning of a line or when starting a new word
2023-02-12 09:49:15 +08:00
Junyi Du
9d2055f8b9 enhance: re-index performance 2023-02-10 15:32:54 +08:00
Andelf
9c3f38a3ba fix(mobile): do not use newer regex flags 0.8.17 2023-02-10 13:44:01 +08:00
Andelf
58d1928cde chore: bump version 0.8.17 2023-02-10 11:57:37 +08:00
Andelf
78a65c53f0 fix e2e ci 2023-02-10 11:54:41 +08:00
Andelf
7e4698315d enhance(quick-capture): add date as template variable 2023-02-10 11:54:41 +08:00
Andelf
71a5622b7c fix(mobile): timestamp submenu of toolbar 2023-02-10 11:47:39 +08:00
Konstantinos Kaloutas
16c1e30589 fix: clear user info on logout 2023-02-10 11:40:25 +08:00
Konstantinos Kaloutas
82aa3abfe6 fix: access to whiteboards dashboard 2023-02-10 11:40:25 +08:00
Andelf
bd02babc6d refactor(quick-capture): add default-page config
- enhance: move mobile specific logic to intent.cljs
2023-02-10 11:08:02 +08:00
Andelf
7bc26b7671 fix(android): share with no url 2023-02-10 11:08:02 +08:00
Tienson Qin
f469e89990 enhance: add hls-file path in the error message 2023-02-09 23:24:06 +08:00
charlie
6d210e6371 fix(pdf): not persist highlights data when load hls file error 2023-02-09 23:24:06 +08:00
Tienson Qin
afc9e7a9f4 fix: safe-parse-float/int received nil parameter
This can results in data-loss in dev environment due to malli
validation has been enabled.
2023-02-09 23:24:06 +08:00
charlie
a4edd4fb94 fix(plugin): remove plugin settings entry when plugin disabled 2023-02-09 11:46:48 +08:00
Konstantinos
966d330b3d Chore: Add heading tests (#8541)
* wip: add heading tests

* chore: add more heading tests
2023-02-08 09:47:57 -05:00
Andelf
fbb6731740 refactor(mobile): use the same code base as electron quick-capture (#8529) 2023-02-08 09:05:32 +08:00
Konstantinos
206844d2a8 Fix: Auto heading on markdown mode (#8327)
* fix: markdown auto heading

* fix: do not remove heading property

* fix: always clear heading before setting

* fix: auto heading preview on edit mode

* fix: inc

* fix: remove console log

* fix: remove numeric heading and revert changes

* disable current state button
2023-02-06 23:04:22 +08:00
sallto
351a4f34a3 feat: support Media Fragment URIs with audio (#8300)
* fix: fragment urls for audio player

* fix: add Support for url queries and fragments to extension detection

* feat: add tests for extraction of file extension

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2023-02-06 16:47:23 +08:00
Yichen Yan
a3c7308dc0 fix(query): cache special value as resolved value (#8263)
* fix(query): cache inputs as resolved values
Co-authored-by: Ben Yorke <ben@yorke.io>
2023-02-06 16:32:16 +08:00
Tienson Qin
f2ca49432b fix: lint warning 2023-02-06 16:15:16 +08:00
charlie
434713727c improve(ui): just make block fold-arrow enabled for mobile platform 2023-02-06 16:15:16 +08:00
charlie
e02b32b183 fix(ui): main editor overlap from left sidebar container 2023-02-06 16:15:16 +08:00
Andelf
924b945b32 enhance(sync): add native logging for desktop and android 2023-02-04 18:28:07 +08:00
Gabriel Horner
c4d15ec848 Document dev commands and dev tools 2023-02-03 10:58:24 -05:00
Ryen Xiang
3d21fc6ebc fix: Chinese (Simplified) translation
修改成中文句号
2023-02-03 21:44:47 +08:00
Junyi Du
3b911c536c test: some more page name test cases 2023-02-03 15:35:28 +08:00
Andelf
ff2015dd48 fix(i18n): wrong translation key for file content 2023-02-03 13:42:56 +08:00
dependabot[bot]
c2448a01c2 chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-03 12:16:48 +08:00
dependabot[bot]
6097b10523 chore(deps): bump jszip from 3.7.0 to 3.8.0
Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-03 12:16:20 +08:00
Gabriel Horner
a06120ca1f Fix favorites re-ordering triggering validation error
Fixed by converting to a vector as this seems to be the only outlying
favorite action that doesn't conform to it. Could've also loosened
the schema but for an ordered list, vector is preferred

See
https://discord.com/channels/725182569297215569/735747000649252894/1070425980063199372
for the report
2023-02-02 16:29:08 -05:00