Andelf
9c3f38a3ba
fix(mobile): do not use newer regex flags
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
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
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
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
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
Gabriel Horner
04f1e0e076
Page command enhancements
...
Three file commands will work in journal page when they have been
edited. These commands will also explicitly warn if no action is taken.
Also developer page commands recognize navigation now
2023-02-02 22:22:50 +08:00
Gabriel Horner
917a8aa098
Fix page blocks not displaying full property values in query tables
...
We were only saving these in pre-block but we also need them in page
block. Also adds tests for blocks that had this behavior since #6529
2023-02-01 16:28:42 -05:00
ksqsf
d425d63c46
fix: Chinese (Simplified) translation
2023-02-01 22:14:56 +08:00
Tienson Qin
1db40cfd5d
fix: assets url wrong path
2023-02-01 17:26:21 +08:00
Junyi Du
36dde7b53d
enhancement: minor enhancement to the no native FS API display
2023-02-01 15:56:09 +08:00
Gabriel Horner
c0d81dd389
Remove debugging leftovers from test
2023-01-31 16:05:20 -05:00
Ben Yorke
c76da13570
Adds support for :query-page as an input
2023-01-31 16:05:20 -05:00
queeup
f3d13fa271
i18n: update Turkish translation ( #8481 )
...
Co-authored-by: Bad3r <bad3r@protonmail.com >
2023-01-31 15:49:49 -05:00
Gabriel Horner
fdfeef82fd
Remove debugging print at require time from #8399
2023-01-31 12:37:25 -05:00
rcmerci
89a3012a54
fix(dev): md/stop! will rewrite malli-kondo config.edn with {}
2023-01-31 10:15:51 -05:00
Tienson Qin
75a26303ae
fix: disable refresh temporally for NFS
2023-01-31 12:15:27 +08:00
Tienson Qin
c1e165b0ec
fix: don't notify dir-gone on nfs since it requires permission first
2023-01-31 12:01:37 +08:00
Tienson Qin
3ad84cd1f5
fix: add unwatch-dir! for nfs
...
related to #8474
2023-01-31 11:39:58 +08:00
situ2001
b3557bc6df
fix: searching in page defers while entering Chinese character using a Pinyin IME ( #8399 )
...
fix: `electron-find-in-page!` not being delayed when using IME
2023-01-31 11:08:38 +08:00
Konstantinos Kaloutas
e752f7284f
enhance: use lazy loader on whiteboards preview
2023-01-31 11:03:13 +08:00
Gabriel Horner
78506f22d0
Fix deftests that have confusing args that only apply to defn
...
Follow up to #8412 where we're accidentally copying
invalid forms from other tests
2023-01-30 10:56:06 -05:00
Richard Garčár
a0226d443e
Add Slovak language ( #8464 )
...
Co-authored-by: situ2001 <yongcong2001@outlook.com >
2023-01-30 10:24:43 -05:00
Gabriel Horner
bcaec408e6
Introduce keyword :fn to commands
...
Allows commands to invoke namespaces that previously caused circular
dependency issues
2023-01-30 14:56:35 +08:00
Gabriel Horner
92bec506ec
Make all dev menu items into commands
...
Also add clear all notifications cmd
2023-01-30 14:56:35 +08:00
Gabriel Horner
1b1e68d8ac
Add show ast at block and page level
2023-01-30 14:56:35 +08:00
Gabriel Horner
dd006bf6b1
Add schema for #8429 and tweak comments
2023-01-25 16:57:34 -05:00
Konstantinos Kaloutas
07e62c81bb
fix: disable onboarding on demo graph
2023-01-25 07:24:24 +08:00
situ2001
e2ff4b9600
fix: CodeMirror shortcuts cause page routing
2023-01-24 11:14:44 -05:00
Gabriel Horner
6ad521aea6
Allow keywords for macros - fix #8410
2023-01-23 15:09:06 -05:00
Andelf
df69d824ac
fix(ui): stop click event propagation for pdf links
2023-01-23 11:25:15 -05:00
Yuexun Jiang
27bece47db
feat: support dragging the PDF viewer head to move the window, #7187 ( #8305 )
...
* feat: support dragging the PDF viewer head to move the window, #7187
* Update src/main/frontend/extensions/pdf/pdf.css
Co-authored-by: Konstantinos <sprocketc@gmail.com >
* Update src/main/frontend/extensions/pdf/pdf.css
Co-authored-by: Konstantinos <sprocketc@gmail.com >
* Update src/main/frontend/extensions/pdf/pdf.css
Co-authored-by: Konstantinos <sprocketc@gmail.com >
* Update src/main/frontend/extensions/pdf/pdf.css
fix: comment
Co-authored-by: Konstantinos <sprocketc@gmail.com >
Co-authored-by: Konstantinos <konstantinos@logseq.com >
2023-01-23 11:13:03 -05:00