Also remove unused helpers for file config keys and file graph code in
mobile.intent. These removals also result in removing
frontend.common.file.util as it's no longer used
* Add option to handle default block refs expanding behaviour
* provide default value
* polish config desc for dicts
* polish config desc in template config
* specify option on settings page
* fix: typo on fn name
* chore: remove the tail period
---------
Co-authored-by: situ2001 <yongcong2001@outlook.com>
- Handles inside and outside logseq editing
- Removed temporary catch's that are no longer needed since invalid global
config is not allowed
- Add validation for a couple more documented config options
- Added unit test as it is used by several handlers
- Fixed test suite failing from last commit now that a test fs is used
- Fixed test stat implementation
- Extracted out Plugin schema to make usage of it less impl dependent
- Made test.helper alias consistent
- Made async testing consistent for export-test
- Add validation for plugins.edn with malli
- Add bb task using malli schema
- Add first async test that interacts with frontend.fs
- Add test helpers to make future async testing easier