Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
0.10
-
None
-
Unknown
-
N/A
-
N/A
-
Description
Reproduction steps
- Init ~/.cristal with the content described below
- Start an electron instance and open a configuration using the filesystem backend
- Check the navigation tree
Expected
The navigation tree contains:
- Index
- newpage
- subpage
Actual
The navigation tree seems to contain the nodes, but with empty labels.
Click on the nodes does not open the corresponding pages.
~/.cristal content
index/page.json
{ "name": "", "source": "Hello world", "syntax": "markdown/1.2" }
newpage/page.json
{ "name": "", "source": "New page", "syntax": "markdown/1.2" }
newpage/subpage/page.json
{ "name": "", "source": "aaaaa", "syntax": "markdown/1.2" }