Hiding certain page content #566
Unanswered
FlipH19Switch
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Using Custom Filters (under Advanced) can accomplish this using regex. in your example, place the ":::hidden" before the text to be excluded and ":::" after it, like this: This text above will be seen Of course, you can make the replacement triggers whatever you like, but because it's regex, you want to be careful. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to hide certain content within a note so that it does not show up on the corresponding webpage?
Some of my pages have a lot of field info (column ID's) that's used by the DB Folder-Dataview plugin combo. This looks like a mess on the webpage and may show links to other pages that I don't want to be visible.
Here's an example of what it looks like at the bottom of a page:
Field1:: link1, link2, link3
Field2:: link4, link4, link6
Field3:: link7, link8, link9
I'd like to hide everything below and including Field1 if possible. There's a DB Folder request to move these fields into the frontmatter, but idk if that will ever be done.
Beta Was this translation helpful? Give feedback.
All reactions