You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request the addition of a "No Image Mode" (or "Image-Free Mode") to the Memos. This feature would allow users to toggle off the display of images within notes, making it easier to focus on the textual content without distractions.
In addition to improving usability and performance, this feature could also enhance privacy, as it would prevent images from being loaded or displayed, which might contain sensitive or personal data. This is particularly beneficial when using the application in shared environments or when privacy is a concern.
Expected behavior:
A toggle switch or setting in the app's UI to enable or disable images.
When the "No Image Mode" is enabled, all images within the notes will be replaced with placeholders or removed entirely.
This mode should apply to all notes, and it should be easily toggled on/off by the user from the settings or view options.
Users can rely on this mode to ensure that sensitive images, whether personal or related to the content of the notes, are not inadvertently shown, enhancing privacy during usage.
Type of feature
User Experience (UX)
Additional context
No response
The text was updated successfully, but these errors were encountered:
A workaround for this would be, go to settings -> system -> additional styles and add img { display: none }. This will stop images from being displayed.
When you want images to be displayed again, add // in front of the style you added to ignore it //img { display: none }
You can include video in this as well by adding video to the style img, video { display: none }
Describe the solution you'd like
I would like to request the addition of a "No Image Mode" (or "Image-Free Mode") to the Memos. This feature would allow users to toggle off the display of images within notes, making it easier to focus on the textual content without distractions.
In addition to improving usability and performance, this feature could also enhance privacy, as it would prevent images from being loaded or displayed, which might contain sensitive or personal data. This is particularly beneficial when using the application in shared environments or when privacy is a concern.
Expected behavior:
Type of feature
User Experience (UX)
Additional context
No response
The text was updated successfully, but these errors were encountered: