feat: links from/to posts as tab in panel

This commit is contained in:
2026-02-17 13:41:10 +01:00
parent 449374b79f
commit 746b323fb9
4 changed files with 217 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ export type { DeleteReference, ConfirmDeleteDetails };
export type EditorMode = 'wysiwyg' | 'markdown' | 'preview';
export type GitDiffViewStyle = 'inline' | 'side-by-side';
export type PanelTab = 'tasks' | 'output' | 'git-log';
export type PanelTab = 'tasks' | 'output' | 'post-links' | 'git-log';
export interface GitDiffPreferences {
wordWrap: boolean;