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:
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"
}
|