{{ vaultName() }}
@if (selectedNoteBreadcrumb().length > 0) {
ObsiWatcher
{{ selectedNoteBreadcrumb().join(' / ') }}
} @else {Aucune note sélectionnée
}
@if (activeView() === 'graph') {
} @else if (activeView() === 'markdown-playground') {
} @else if (activeView() === 'parameters') {
} @else if (activeView() === 'tests-panel') {
} @else if (activeView() === 'tests-excalidraw') {
} @else {
@if (activeView() === 'drawings') {
@if (currentDrawingPath()) {
} @else {
}
} @else {
@if (selectedNote(); as note) {
} @else {
}
}
}
Aucun dessin sélectionné
Sélectionnez une note pour commencer