lumetrium / obsidian-teleprompter

Plugin for Obsidian designed to seamlessly integrate teleprompter functionality into your note-taking workflow.
https://lumetrium.com
GNU General Public License v3.0
49 stars 1 forks source link

Option to hide note properties (e.g. tags) in the teleprompter #14

Closed orkunzozturk closed 3 weeks ago

orkunzozturk commented 3 months ago

I organize my notes with custom properties such as "Campaign" and the standard tag property. I couldn't find an option in the Teleprompter plugin to hide page properties. No matter what the option for displaying note properties are in Settings -- Editor -- Properties in Document, Teleprompter displays them as "Visible" like below:

image
lumetrium commented 3 months ago

Good point. There should definitely be an option for this, or at the very least, it should respect the editor's settings. I'll think how to better implement this.

lumetrium commented 3 weeks ago

Resolved in the latest 1.4.0 release (details here: https://github.com/lumetrium/obsidian-teleprompter/releases/tag/1.4.0), the teleprompter now follows the settings in Obsidian under "Settings" -> "Editor" -> "Properties in document". If the properties are set to "Hidden", they will not appear in the teleprompter window.

editor-properties

In the future, this will likely become a separate option within the teleprompter settings. I've added this to the backlog.