You've already forked obsidian-visualiser
Add neighbor snapping. Add edge snapping. Change accent colors and logo colors, fix canvas history being transported when changing canvas.
This commit is contained in:
4
types/general.d.ts
vendored
4
types/general.d.ts
vendored
@@ -10,6 +10,6 @@ type MarkdownPreferences = {
|
||||
editing: 'split' |'reading' | 'editing';
|
||||
};
|
||||
type CanvasPreferences = {
|
||||
snap: boolean;
|
||||
size?: number;
|
||||
gridSnap: boolean;
|
||||
neighborSnap: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user