Bug Report: Block Reference Not Working Even in Clean Environment
System Environment:
- OS: [Your Windows version, e.g., Windows 10 22H2 64bit]
- Obsidian Version: 1.8.10 (latest)
- Installation: Fresh download from official website, no plugins, default settings
SYSTEM INFO:
Obsidian version: v1.8.10
Installer version: v1.8.10
Operating system: Windows 11 Home China 10.0.26100
Login status: not logged in
Language: zh
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none
Description:
Block reference using manually written block IDs (e.g. ^blockid) does NOT work in any vault, even after:
- Complete uninstall (using Revo Uninstaller)
- Manual deletion of all
%AppData%and related configuration folders - Creating a brand new vault with all-English folder names and paths
- Using only plain markdown files, with UTF-8 encoding, and default theme
- No plugins, no custom CSS, no old settings
Steps to Reproduce:
- Create a new vault at
C:\TestVault - Create a note called
block-test.mdwith the content:
This is a block reference test. ^blockid - Create another note called
block-ref-test.mdwith the content:
![[block-test#^blockid]] - Observe: The embed displays “Could not find block reference ^blockid in block-test”
(see attached screenshot)
Additional Notes:
- Using automatically generated block IDs (via UI) does work, but is not practical for mass use.
- Tried both edit and reading mode, multiple restarts, no change.
- The
.mdfile encoding is UTF-8 (checked in VS Code/Notepad++).
Screenshots:
(Attach your test screenshots, e.g. the “Could not find block reference” error and the blockid visible in the markdown file.)
My Motivation:
I want to efficiently build a phrase and sentence database, and quickly jump to/quote any sentence using hand-written block references (e.g., ^idiom1).
If this basic function doesn’t work, it severely limits the power of Obsidian for knowledge management.
Request:
Please help investigate or confirm if this is a known issue, and if there is any solution or fix.
Thank you!






