You've already forked obsidian-visualiser
Change shared files naming. Rework tree structure and item management rendering.
This commit is contained in:
@@ -2,7 +2,7 @@ import type { EditorView } from '@codemirror/view';
|
||||
import type { Completion, CompletionContext, CompletionResult } from '@codemirror/autocomplete';
|
||||
import type { Element, MarkdownConfig } from '@lezer/markdown';
|
||||
import { styleTags, tags } from '@lezer/highlight';
|
||||
import { Content } from '../content.util';
|
||||
import { Content } from '../content';
|
||||
import { selectAll } from 'hast-util-select';
|
||||
|
||||
function fuzzyMatch(text: string, search: string): number {
|
||||
|
||||
Reference in New Issue
Block a user