Gabriel Horner
ecce39d13b
Misc cleanup and test improvements
...
- Remove incorrect carve entry
- Move test-only code for extract-properties to test
- Remove unused if branches in extract-properties
- Move json parsing of get-references into mldoc to be consistent about
json encapsulation like other mldoc fns
- reorganize relevant unit tests
- add tests for alias, tags and comma separated config properties
- Update incorrect docstring
2022-09-14 23:26:00 -04:00
Andelf
23ecc641ef
chore: debug print
2022-09-15 11:17:35 +08:00
Peng Xiao
031ad9c4a9
Merge remote-tracking branch 'upstream/master' into whiteboards
2022-09-15 09:46:44 +08:00
Konstantinos Kaloutas
b150e1aa09
fix: remove resizing class on tab
2022-09-14 23:49:37 +08:00
Konstantinos Kaloutas
d45d8c1506
Revert "fix: remove resizing class on tab"
...
This reverts commit 311d29b553 .
2022-09-14 23:49:37 +08:00
Konstantinos Kaloutas
6ffd3d8937
fix: remove resizing class on tab
2022-09-14 23:49:37 +08:00
Andelf
76f40d4bcf
chore: bump version 0.8.7
2022-09-14 23:19:56 +08:00
Konstantinos Kaloutas
9bdf399c84
fix: hide outline of main container
2022-09-14 23:19:25 +08:00
Konstantinos Kaloutas
577f5d298b
fix: resize sidebar speed with arrow keys
2022-09-14 23:19:25 +08:00
Tienson Qin
79464a5ad9
enhance: make the link stand out when hovering it
2022-09-14 23:01:07 +08:00
Tienson Qin
17fe49d54d
fix: no need for the :else keyword in case
2022-09-14 22:44:14 +08:00
Konstantinos Kaloutas
debf0e8054
chore: update icon font
2022-09-14 17:43:40 +03:00
Tienson Qin
585e0dbf9d
Merge branch 'master' into refactor/refs-from-property-values
2022-09-14 22:25:09 +08:00
sallto
20542700a5
fix: Date sorting is nonsensical #6363 ( #6596 )
...
* fix: Date sorting nonsensical
* simplify normalize-block
* adjusted handling of sets and added tests
Co-authored-by: Junyi Du <junyidu.cn@gmail.com >
2022-09-14 22:13:58 +08:00
Tienson Qin
a1e5d72925
fix: put check? in the go block
2022-09-14 22:01:19 +08:00
Tienson Qin
376cda0bd3
fix: disable creating remote graph when sync is not started yet
...
Also, don't show `password is required` when starting the sync.
2022-09-14 22:01:19 +08:00
Konstantinos Kaloutas
a237444f99
enhance: command panel icons and styles
2022-09-14 15:47:00 +03:00
Tienson Qin
71514ab36c
fix: extracting page's title property from mldoc ast
2022-09-14 20:29:44 +08:00
Konstantinos Kaloutas
e5ef34924b
refactor: create button on sidebar
2022-09-14 14:58:57 +03:00
Tienson Qin
1a8c18488a
Merge branch 'master' into refactor/refs-from-property-values
2022-09-14 19:53:49 +08:00
Konstantinos Kaloutas
31cf59f9fb
Merge branch 'whiteboards' into feat/whiteboards-create-button
2022-09-14 11:08:42 +03:00
Tienson Qin
bd914615ef
fix: clicking sync icon restarts the file sync
...
This can result in app crash when clicking the icon multiple times.
2022-09-14 12:46:07 +08:00
Gabriel Horner
35e526e717
Merge branch 'master' into refactor/refs-from-property-values
2022-09-13 14:52:48 -04:00
Peng Xiao
442a52f887
fix: plugin settings not loading
2022-09-13 14:05:41 -04:00
Peng Xiao
bec195f876
fix: merge issue
2022-09-14 00:26:24 +08:00
Peng Xiao
eaec72e676
Merge remote-tracking branch 'upstream/master' into whiteboards
2022-09-14 00:26:16 +08:00
Andelf
412e749cb8
chore: bump version 0.8.6
2022-09-13 22:55:49 +08:00
Tienson Qin
c074465b8a
fix: readdir
...
also, fix warnings on persist var
2022-09-13 22:13:38 +08:00
Tienson Qin
8915818c3f
fix: UI not refreshed on iOS
2022-09-13 22:13:38 +08:00
Tienson Qin
6f262a10d7
fix: Capacitor readdir
2022-09-13 22:13:38 +08:00
Tienson Qin
fdb53dab6c
enhance: add "Show password"
2022-09-13 22:11:34 +08:00
Konstantinos Kaloutas
6f6bccfa83
feat: whiteboards create button
2022-09-13 17:08:33 +03:00
Tienson Qin
9b34aec950
fix: config cleared if passed content is nil
...
Fixed #6701
Fixed #6700
2022-09-13 22:05:40 +08:00
Andelf
bca0dd42ae
fix(ios): file-sync reload when running
2022-09-13 15:56:05 +08:00
Gabriel Horner
f157490d61
3 fixes where global-config as incorrectly called for non desktop
...
These issues were introduced with #6531 . The global-config component
should not be called if not in a supported platform. This fixes
re-index, switching graphs and editing config.edn for mobile. Switching
graphs was partially fixed in #6664 but didn't address the root cause
which is the global-handler component shouldn't be called if not enabled
for a platform
2022-09-13 12:25:41 +08:00
Andelf
a790146804
fix(e2e): startup warning notification
2022-09-13 11:51:18 +08:00
charlie
987af635ad
fix(ui): hack left sidebar on mobile
2022-09-12 20:51:47 +08:00
Andelf
3858f10ac1
fix(ui): mobile left sidebar overflow hidden
2022-09-12 20:51:47 +08:00
queeup
c2c3c2d3b3
i18n: update Turkish translation ( #6660 )
...
* i18n: update Turkish translation
* i18n: Change graph meaning from Çizelge to Graf in Turkish
2022-09-10 11:39:36 +08:00
Andelf
6de5c623ab
fix(mobile): loading stuck caused by global config
2022-09-10 10:28:05 +08:00
Peng Xiao
0156eb0414
fix: only enable whiteboard for alpha testers
2022-09-10 02:05:37 +08:00
Peng Xiao
3d8fa09d0d
fix: merge issues
2022-09-10 01:02:16 +08:00
Peng Xiao
4d86f4f53f
Merge remote-tracking branch 'upstream/master' into whiteboards
2022-09-10 00:45:27 +08:00
Tienson Qin
0c2fec3e30
fix: left sidebar items hidden
2022-09-09 17:41:26 +08:00
Tienson Qin
b516c1db5f
Add :property/separated-by-commas option
2022-09-09 12:40:14 +08:00
Tienson Qin
040fd5510f
fix: some tests on graph_parser
2022-09-09 12:39:26 +08:00
Tienson Qin
c376c408e0
fix: lint warnings in graph_parser
2022-09-09 12:37:57 +08:00
Tienson Qin
f29ff96778
fix: CI errors
2022-09-09 12:37:57 +08:00
Tienson Qin
336fa578d5
refactor: replace directives(front matter or org) with properties
2022-09-09 12:37:55 +08:00
Tienson Qin
d1d1dc50c2
wip: get references from property values
2022-09-09 12:36:54 +08:00