
Security News
npm Tooling Bug Incorrectly Marks One-Character Packages as Security Holders
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.
joplin-plugin-toggle-highlights-only-display
Advanced tools
* With the eye-button which this plugin adds to the Joplin notebar, you can toggle between highlights-only display, or display of the entire note text. * If a note doesn't contain any highlights at all, the note text will always be shown, even when highli
.highlights-only p:not(:has(mark)), .highlights-only li:not(:has(mark)) {
display: none;
}
.highlights-only p:has(mark) {
margin: 1em .8em;
}
.highlights-only li:has(mark) p {
margin: 0;
padding: 0;
text-indent: 0;
}
.highlights-only li:has(mark) {
list-style: inside;
}
.highlights-only mark {
display: block;
border-radius: 4px;
padding: .5em;
background: transparent;
color: rgb(254, 235, 201);
}
.highlights-only li mark {
display: inline-block;
}
.highlights-only mark a {
color: orange;
font-weight: normal;
}
.highlights-only span.hide-around-highlight, .highlights-only hr {
display: none;
}
/* Status indicator */
.highlights-only::before {
content: "🖍️️ highlights-only mode enabled...";
display: block;
background: lightblue;
color: black;
padding: 4px 8px;
font-weight: bold;
margin-bottom: 11px;
text-align: center;
border-radius: 4px;
}
.highlights-only p:not(:has(mark)), .highlights-only li:not(:has(mark)) {
display: none;
}
.highlights-only p:has(mark) {
margin: 1em .8em;
}
.highlights-only li:has(mark) {
padding: 0;
margin: 0;
list-style: inside;
text-indent: 0;
}
.highlights-only li:has(mark) p {
margin: 0;
padding: 0;
text-indent: 0;
}
.highlights-only li::before {
content: none !important;
padding-right: 0 !important;
width: 0 !important;
}
.highlights-only mark {
display: block;
border-radius: 4px;
padding: .5em;
background: orange;
color: black;
}
.highlights-only li mark {
display: inline-block;
}
.highlights-only mark a {
color: maroon;
font-weight: normal;
}
.highlights-only span.hide-around-highlight {
display: none;
}
/* Status indicator */
.highlights-only::before {
content: none; /* or e.g.: content: "🖍️ highlights-only mode enabled...";*/
display: block;
background: lightblue;
color: black;
padding: 0;
font-weight: bold;
margin-bottom: 0;
text-align: center;
border-radius: 4px;
}
.highlights-only-enabled::before {
content: "🖍️️ no (substantial) highlights below...";
display: block;
background: lightblue;
color: black;
padding: 4px 8px;
font-weight: bold;
margin-bottom: 11px;
text-align: center;
border-radius: 4px;
}
.highlights-only blockquote mark {
background: tomato;
color: black;
}
.highlights-only blockquote:has(mark) {
opacity: 0.7;
}
.highlights-only blockquote mark a, .highlights-only blockquote mark a:visited {
color: #fff176;
}
FAQs
* With the eye-button which this plugin adds to the Joplin notebar, you can toggle between highlights-only display, or display of the entire note text. * If a note doesn't contain any highlights at all, the note text will always be shown, even when highli
We found that joplin-plugin-toggle-highlights-only-display demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.