Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
joplin-plugin-tag-navigator
Advanced tools
[![DOI](https://zenodo.org/badge/753598497.svg)](https://zenodo.org/doi/10.5281/zenodo.10701718) ![downloads](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=downloads&query=%24.totalDownloads&url=https%3A%2F%2Fjoplin-plugin-downloads.ve
Type inline #tags in the note editor. View your tagged paragraphs and tasks / TODOs in an advanced search panel, or in a generated note. Convert inline and Obsidian tags into Joplin tags, and vice versa.
This plugin adds inline tag support (such as #inline-tag) to Joplin in five ways:
Tools --> Tag Navigator --> Toggle search results display in note
After installing the plugin, check the commands listed under Tag Navigator
in the Tools
menu, as well as the corresponding settings section.
[A-Za-z0-9]+[\w]*
.#123
) or hexanumeric (#C0FF1E
) tags can be filtered using an exclusion regex such as #(\d+|[a-fA-F0-9]{6})$
."- [ ]"
) or ones done ("- [x]"
).(?<=^|\s)([#@+]|\/\/)([^\s#@'\"]*\w)
.[x]it!
).
Search: Panel style
with the CSS .itags-search-checkbox { width: 18px; height: 18px; font-size: 18px }
(adjust as needed).(?<=^|\s)([#]|\-\s\[[x\s@\?!~]\])([^\s#'\"]*\w)?
.
- [ ]
, - [x]
, - [@]
, ...).Key | Action |
---|---|
Ctrl + Shift + T | Toggle search panel |
Ctrl + Shift + I | Focus on search panel (search tag / insert tag) |
Ctrl + Shift + D | Update tag database |
Ctrl + Shift + L | Load search query from current note |
Key | Action |
---|---|
Enter | Add tag(s) / note to query / note (see config) |
2nd Enter | Search notes based on current query |
Delete | Remove last added tag / note from query |
Esc | Clear the filter (display all tags / notes) |
2nd Esc | Return to note editor |
Arrow-Down | Toggle negation of last tag / note in query |
Arrow-Up | Toggle last operator AND <--> OR |
Joplin settings --> Rich Markdown --> Advanced Settings --> Custom classes JSON
enter:[{"name": "rm-tag", "regex": "(?<=^|\\s)#([^\\s#'\"]*\\w)"}]
Joplin settings --> Appearance --> Custom stylesheet for Joplin-wide app styles
add the following to the style sheet:div.CodeMirror .cm-rm-tag {
background-color: #7698b3;
color: white !important;
padding: 0em 2px;
border-radius: 5px;
display: inline;
}
"name": "searchMatch"
. This will use the same highlighting style as Joplin search results.FAQs
[![DOI](https://zenodo.org/badge/753598497.svg)](https://zenodo.org/doi/10.5281/zenodo.10701718) ![downloads](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=downloads&query=%24.totalDownloads&url=https%3A%2F%2Fjoplin-plugin-downloads.ve
The npm package joplin-plugin-tag-navigator receives a total of 1 weekly downloads. As such, joplin-plugin-tag-navigator popularity was classified as not popular.
We found that joplin-plugin-tag-navigator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.