Make text editor of SimpleNote monospace.
This makes taking plain text notes easier.
Monospace for SimpleNote by itsfarseen
Details
Authoritsfarseen
LicensePublic Domain
Categorysimplenote.com
Created
Updated
Size335 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Monospace for SimpleNote
@version 20240402.01.26
@namespace https://userstyles.world/user/Farseen
@author Farseen
@license Public Domain
==/UserStyle== */
@-moz-document domain("simplenote.com") {
.view-line {
font-family: Inconsolata, monospace;
}
.mtkz {
width: unset !important;
}
}