When viewing a Type note (e.g. "Project"), the Properties panel now shows an Instances section listing all notes of that type, sorted by modified_at descending. Trashed instances are excluded, archived instances are dimmed. Display capped at 50 with count badge for large collections. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
456 B
TypeScript
8 lines
456 B
TypeScript
export { DynamicRelationshipsPanel } from './inspector/RelationshipsPanel'
|
|
export { BacklinksPanel } from './inspector/BacklinksPanel'
|
|
export type { BacklinkItem } from './inspector/BacklinksPanel'
|
|
export { ReferencedByPanel } from './inspector/ReferencedByPanel'
|
|
export type { ReferencedByItem } from './inspector/ReferencedByPanel'
|
|
export { GitHistoryPanel } from './inspector/GitHistoryPanel'
|
|
export { InstancesPanel } from './inspector/InstancesPanel'
|