mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-09 15:52:20 +08:00
First iteration of the Graph View
I'm testing this with the Foam documentation. This has revealed a number of bugs in our link resolver - most of which have now been fixed. The graph layouting is not being done as this is so incredibly slow. This has been added as an experimental feature.
This commit is contained in:
@ -74,6 +74,7 @@ settings:
|
||||
backlinks: Show Backlinks in Markdown Preview
|
||||
fs: Show File System
|
||||
markdownToolbar: Show Markdown Toolbar in Editor
|
||||
graphView: Graph View
|
||||
editors:
|
||||
title: Editor Settings
|
||||
subtitle: Configure how different editors work
|
||||
@ -273,6 +274,7 @@ drawer:
|
||||
all: All Notes
|
||||
folders: Folders
|
||||
fs: File System
|
||||
graph: Graph View
|
||||
tags: Tags
|
||||
share: Share App
|
||||
rate: Rate Us
|
||||
|
Reference in New Issue
Block a user