We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just realized the potential of sidebar notes in combination with opener.
see video, enjoy:
This is the source code of nav note.md shown in the video:
nav note.md
# [[nav note]] > - `$= dv.el("a", "Today", {cls: "internal-link", attr: { onclick: 'app.commands.executeCommandById("daily-notes")' } })` > - [[Habit Tracker]] > - [[Calendar]] - [[rolling to do list moc]] - `$= dv.el("a", "Smart Random Note", {cls: "internal-link", attr: { onclick: 'app.commands.executeCommandById("smart-random-note:open-random-note")' } })` - [[Smart Random Notes with Dataview]] ## [[nav note|work space]] - [[Notes on Kiss the Ground]] - [[LYT Kit]] - [[Some Greek Allusions]] - [[Cassandra]] ## open tabs \```dataviewjs const openFiles = dv.app.workspace.getLayout().main.children[0].children.map((y) => y.state.state.file).filter((f)=>f) dv.list(openFiles.map((f)=>dv.fileLink(f))) \``` `$= dv.el("button", "♻️ Refresh", { attr: { onclick: 'app.commands.executeCommandById("dataview:dataview-force-refresh-views")' } })` `$= dv.el('a', '❎ close all tabs', { attr: { onclick: 'confirm("Close em?") && app.commands.executeCommandById("workspace:close-others"); setTimeout(() => app.commands.executeCommandById("dataview:dataview-force-refresh-views"), 0)' } })`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just realized the potential of sidebar notes in combination with opener.
see video, enjoy:
SidebarNotes.mov
This is the source code of
nav note.md
shown in the video:The text was updated successfully, but these errors were encountered: