New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

joplin-plugin-tag-navigator

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joplin-plugin-tag-navigator - npm Package Compare versions

Comparing version 0.8.0 to 1.0.0

2

package.json
{
"name": "joplin-plugin-tag-navigator",
"version": "0.8.0",
"version": "1.0.0",
"scripts": {

@@ -5,0 +5,0 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",

@@ -9,3 +9,3 @@ {

],
"version": "0.8.0",
"version": "1.0.0",
"name": "Inline Tag Navigator",

@@ -28,4 +28,4 @@ "description": "Type inline #tags in the note editor. View your tagged paragraphs and list items in an advanced search panel, or in a generated note. Convert inline and Obsidian tags into Joplin tags, and vice versa.",

"icons": {},
"_publish_hash": "sha256:e9773df94b6e090a5b594cff352ac7b8eb2475a6673142bbdc21f9881e8d53df",
"_publish_commit": "main:c7aa52a05cf826679d5b1f84fc5579e155f7e59f"
"_publish_hash": "sha256:515fe86bc4de9928e34c571085d4abd24963ea202ebbbb17851c9b01f400eefe",
"_publish_commit": "main:6d36bbc0566b267d41ce9cc990dfe86a6b53c2db"
}

@@ -7,2 +7,4 @@ # ☸️ Inline Tag Navigator

[Community discussion thread](https://discourse.joplinapp.org/t/plugin-inline-tag-navigator-v0-8-0-2024-06-26/35726)
- [Features](#features)

@@ -20,6 +22,9 @@ - [Demos](#demos)

1. It adds a panel for searching and viewing tagged paragraphs across all your notes ([video](https://www.youtube.com/watch?v=im0zjQFoXb0)).
- Save favourite search queries in notes and sync them across devices ([video](https://www.youtube.com/watch?v=xIBZl2Ala9A)).
- Tag-by-notes: Search for links or [[wikilinks]] to notes (including backlinks to the current note).
- Add, replace and remove inline tags via the panel context menu (right-click on a tag).
- Toggle checkboxes / TODOs from the panel, including [[x]it! style](https://xit.jotaen.net) checkboxes.
- **Save search queries** in notes and sync them across devices ([video](https://www.youtube.com/watch?v=xIBZl2Ala9A)).
- **Tag-by-notes:** Search for links or [[wikilinks]] to notes (including backlinks to the current note).
- **Edit tags:** Add, replace and remove inline tags via the panel context menu (right-click on a tag).
- **Toggle checkboxes** / TODOs from the panel, including [[x]it! style](https://xit.jotaen.net) checkboxes.
- **Nested tags** hierarchy: Search parent tags to find the locations of their children. Example: #parent/child.
- Search for a **range of tags**, according to their lexicographic order. Example: #2024/07 -> #2024/08
- Search tags by **today's date**. Examples: #today, #today+1 (tomorrow), #today-10 (ten days ago)
2. It can generate a note with all tagged paragaraphs that match a saved query (dynamically updated).

@@ -85,3 +90,3 @@ - Save a query in a note, and switch note view on: `Tools --> Tag Navigator --> Toggle search results display in note`

```
- On the mobile app, since it is impossible to edit the stylesheet, one could install this [Rich Markdown fork](https://github.com/alondmnt/joplin-rich-markdown/releases/tag/v0.15-mobile-style-v1) (with predefined support for tags and checkboxes) or instead define the name of the tag class to be `"name": "searchMatch"`. This will use the same highlighting style as Joplin search results.
- On the mobile app, since it is impossible to edit the stylesheet, one could install this [Rich Markdown fork](https://github.com/alondmnt/joplin-rich-markdown/releases/tag/v0.15-mobile-style-v4) (with predefined support for tags and checkboxes) or instead define the name of the tag class to be `"name": "searchMatch"`. This will use the same highlighting style as Joplin search results.

@@ -92,3 +97,3 @@ ## Motivation

- However, among 100s-1000s of long-form notes (that are hardly "atomic"), it remains challenging to find a small piece of information, idea, or memory.
- Tags can be especially helpful in distinguishing between the content of a text (what it's about) and its form or function (what type of text it is or what purpose it serves). The first is more easily captured by traditional or [semantic search](https://github.com/alondmnt/joplin-plugin-jarvis). The latter can be conveniently captured by tags, such as #concept, #plan, #memory, #realization, #idea, #review, #bug, #feature, and others.
- Tags can be especially helpful in distinguishing between the content of a text (what it's about) and its form or function (what type of text it is or what purpose it serves). The first is more easily captured by traditional or [semantic search](https://github.com/alondmnt/joplin-plugin-jarvis). The latter can be conveniently captured by tags, such as #concept, #plan, #memory, #realisation, #idea, #review, #bug, #feature, and others.
- I'd like to experiment here with information retrieval from single paragraphs, or outline items, as atomic blocks of information, using inline tags.

@@ -95,0 +100,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc