Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐞Dataview Inline Fields Stop Working After Restart On iOS #290

Open
3 of 7 tasks
rbruchal opened this issue Jan 16, 2024 · 2 comments
Open
3 of 7 tasks

🐞Dataview Inline Fields Stop Working After Restart On iOS #290

rbruchal opened this issue Jan 16, 2024 · 2 comments

Comments

@rbruchal
Copy link

Check for existing bug reports before submitting.

  • I searched for existing Bug Reports and found no similar reports.

Expected Behavior

(foo:: 42)

dice: 2d6+foo

Should produce a tappable dice roller. It does work correctly until the app restarts from a phone restart or the system shutting the app down.

Current behaviour

After an app restart, there is a parsing error and the dice roller no longer works. If you redo it with a different field name it will work until another app restart.

See screen video:
https://github.com/javalent/dice-roller/assets/1096643/96c1172c-03d5-4d58-a684-e6e5388d6819

The app is force quit to simulate a phone restart or similar shutdown.

Reproduction

  1. Open obsidian and create a new vault. The bug happens no matter whether the vault is local or iCloud
  2. Install Dataview and Dice Roller
  3. Make a new note called Test
  4. Add an inline field and dice roller:
  5. (foo:: 42)

dice: 2d6+foo
6. Note that the dice roller works
7. Force quit the app
8. Restart app
9. Note that there is a parsing error displayed and the dice roller no longer works
10. See the enclosed video

Which Operating Systems are you using?

  • Android
  • iPhone/iPad
  • Linux
  • macOS
  • Windows

Obsidian Version Check

Obsidian 1.4.16

Plugin Version

10.4.3 (Dataview 0.5.64)

Confirmation

  • I have disabled all other plugins and the issue still persists.

Possible solution

No response

@rbruchal
Copy link
Author

This can also happen if you switch to a different vault and switch back

@bwoods
Copy link

bwoods commented Feb 23, 2024

It also happens if you select

  • View > Force Reload from the menubar, or
  • Reload app without saving from the command palette.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants