Compare commits

...

2 Commits

Author SHA1 Message Date
Joplin Bot 8ff4c4f62d
Update stats 2024-05-01 18:08:46 +00:00
Joplin Bot 5e1de912cb
Update: plugin.calebjohn.todo@1.7.1
09d294bb1c..130cfc3375
2024-05-01 18:00:52 +00:00
5 changed files with 202 additions and 176 deletions

View File

@ -94,7 +94,7 @@ This repository contains the following plugins:
| [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.hotfolder/plugin.jpl) | Hotfolder | 1.1.1 | Monitors a locale folder and import the files as a new note. | JackGruber |
| [🏠](https://github.com/alondmnt/joplin-plugin-tag-navigator#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.alondmnt.tag-navigator/plugin.jpl) | Inline Tag Navigator | 0.6.3 | 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. | Alon Diament |
| [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.inline-tags/plugin.jpl) | Inline tags | 1.3.0 | Inline tags plugin | Roman Musin |
| [🏠](https://github.com/CalebJohn/joplin-inline-todo#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.todo/plugin.jpl) | Inline TODO | 1.7.0 | Write TODOs *everywhere* and view them in one place. | Caleb John |
| [🏠](https://github.com/CalebJohn/joplin-inline-todo#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.todo/plugin.jpl) | Inline TODO | 1.7.1 | Write TODOs *everywhere* and view them in one place. | Caleb John |
| [🏠](https://github.com/herdsothom/joplin-insert-date) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-insert-date/plugin.jpl) | Insert Date | 1.0.1 | Adds a button to insert the current date (without time) into the editor. | herdsothom |
| [🏠](https://github.com/alondmnt/joplin-plugin-jarvis) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.alondmnt.jarvis/plugin.jpl) | Jarvis | 0.7.0 | Joplin assistant running a very intelligent system (OpenAI/GPT, Hugging Face, PaLM, USE), including: related notes (semantic search), chat with LLMs and your notes, prompt templates, auto-tags and more. | Alon Diament |
| [🏠](https://github.com/marc0l92/joplin-plugin-jira-issue#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-jira-issue/plugin.jpl) | Jira Issue | 2.4.0 | Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes. | marc0l92 |

View File

@ -2008,7 +2008,7 @@
"manifest_version": 1,
"id": "plugin.calebjohn.todo",
"app_min_version": "2.7",
"version": "1.7.0",
"version": "1.7.1",
"name": "Inline TODO",
"description": "Write TODOs *everywhere* and view them in one place.",
"author": "Caleb John",
@ -2018,8 +2018,19 @@
"todo",
"productivity"
],
"_publish_hash": "sha256:a1d3601d5568e306b926559d7d78de73b229ed38beb3a1d2fa8c4d57fdf3ee60",
"_publish_commit": "master:09d294bb1c2cf7a36601c6c4e5c86dbf64035d2d",
"categories": [
"editor",
"productivity",
"personal knowledge management"
],
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"_publish_hash": "sha256:2b1ca0cc10a12379a98939351288f92a008c714f99f692b0bfd193d803ebe123",
"_publish_commit": "master:130cfc33757e01da2c2d636d9bbde4f05dd1a4b5",
"_npm_package_name": "joplin-plugin-inline-todo"
},
"com.programming-emu.DependencyGraph": {

View File

@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "plugin.calebjohn.todo",
"app_min_version": "2.7",
"version": "1.7.0",
"version": "1.7.1",
"name": "Inline TODO",
"description": "Write TODOs *everywhere* and view them in one place.",
"author": "Caleb John",
@ -12,7 +12,18 @@
"todo",
"productivity"
],
"_publish_hash": "sha256:a1d3601d5568e306b926559d7d78de73b229ed38beb3a1d2fa8c4d57fdf3ee60",
"_publish_commit": "master:09d294bb1c2cf7a36601c6c4e5c86dbf64035d2d",
"categories": [
"editor",
"productivity",
"personal knowledge management"
],
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"_publish_hash": "sha256:2b1ca0cc10a12379a98939351288f92a008c714f99f692b0bfd193d803ebe123",
"_publish_commit": "master:130cfc33757e01da2c2d636d9bbde4f05dd1a4b5",
"_npm_package_name": "joplin-plugin-inline-todo"
}

File diff suppressed because it is too large Load Diff