Andelf
Andelf
@byheaven Thanks for the report. "Pages tagged with" bug is tracked on https://github.com/logseq/logseq/issues/7374. Since "tagged with" is fetched by queries.
The auto-complete key triggers are registered on key-down handler. Android has some bugs in handling keydown and keyup events. Ref: https://bugs.chromium.org/p/chromium/issues/detail?id=118639
@emms007 Thanks for your investigation. That helps a lot. I installed the 0.7.8 version. Yes, it works, in a different way. When `#` is typed, nothing happens(keyup/keydown event is not...
Marked this as `wontfix` for now: - Typewise tracks current input content and never triggers a "delete"/"backspace" event when the current input control is empty - The behavior can be...
This is fixed in a later version. Feel free to reopen if the problem still exists.
You copied setup.py from another unrelated project?
Could you switch to the default theme?
Can you open https://update.electronjs.org/logseq/logseq/win32-x64/0.10.5 in your web browser?
SQLite DB is used for the search index, the actual graph db is stored in datascript.
How about the Developer Console? Are there any error logs?