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
when using dataviewJS file.path, the paths are rendered as .md and never get updated.
const dataviewUtils = require(app.vault.adapter.basePath + "/999 Meta/050 Files/dataviewUtils.js"); const postTitles = dv.pages('"200 Posts"').file.name; const postPaths = dv.pages('"200 Posts"').file.path; function makeElement(path) { dv.el("a", "this is some text", { attr: { href: path } }); } postPaths.forEach(makeElement);
Returns a link to a markdown file:
Using dataview LIST gets correctly sluggified.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when using dataviewJS file.path, the paths are rendered as .md and never get updated.
Returns a link to a markdown file:
Using dataview LIST gets correctly sluggified.
The text was updated successfully, but these errors were encountered: