Skip to content

Commit 63d022c

Browse files
committed
NoteHelpers v1.2.3 for iOS/iPadOS fix
1 parent 9b7298b commit 63d022c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

jgclark.NoteHelpers/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
For more details see the [plugin's README](https://github.com/NotePlan/plugins/tree/main/jgclark.NoteHelpers/).
33

44

5+
## [1.2.3] - 2025-10-31
6+
- Fix to **moveNote** command for iOS/iPadOS
7+
58
## [1.2.2] - 2025-09-22
6-
- Fix regression in folder picker.
9+
- Fix regression in folder picker
710

811
## [1.2.1] - 2025-09-19
912
- improve and fix folder picker in various commands (including updating the sort order to match the app -- thanks for pointing this out, @tastapod)

jgclark.NoteHelpers/plugin.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
"plugin.author": "Jonathan Clark & Eduard Metzger",
88
"plugin.url": "https://github.com/NotePlan/plugins/tree/main/jgclark.NoteHelpers/",
99
"plugin.changelog": "https://github.com/NotePlan/plugins/blob/main/jgclark.NoteHelpers/CHANGELOG.md",
10-
"plugin.version": "1.2.2",
11-
"plugin.lastUpdateInfo": "1.2.2: Fix regression in folder picker.\n1.2.1: Allow 'delete note' command to run on Teamspace notes. Stop 'inconsistent file name' commands from running on Teamspace notes. Bug fixes.\n1.2.0: improvements to displays in 'jump to heading' and 'jump to note heading' commands, and include Teamspace notes. Improvements to 'inconsistent file name' commands.\n1.1.1: add initial support for Teamspaces + bug fix.\n1.1.0: new 'list published notes' command.\n1.1.0: added 'write modified' command to write the modified date to frontmatter (on each save). Can be run by hand or can be included as a trigger using the 'add trigger to note' command. Small improvements to \"new note from selection\".\n1.0.0: move '/new note from ...' commands here from Filer plugin, and revived '/new note' command.\n0.20.3: New 'printEditorDetailed' command to log all paragraph details as well.\n0.20.2: 'printNote' extended to cover backlinks.\n0.20.1: new command 'printNote' for debugging purposes.\n0.20.0: new commands \"unlinked note finder\" and \"delete note\". Bug fix to \"rename note filename\" command.\n0.19.2: fix edge cases with \"add trigger to note\".",
10+
"plugin.version": "1.2.3",
11+
"plugin.releaseStatus": "full",
12+
"plugin.lastUpdateInfo": "1.2.3: Fix to 'move note' command for iOS/iPadOS.\n1.2.2: Fix regression in folder picker.\n1.2.1: Allow 'delete note' command to run on Teamspace notes. Stop 'inconsistent file name' commands from running on Teamspace notes. Bug fixes.\n1.2.0: improvements to displays in 'jump to heading' and 'jump to note heading' commands, and include Teamspace notes. Improvements to 'inconsistent file name' commands.\n1.1.1: add initial support for Teamspaces + bug fix.\n1.1.0: new 'list published notes' command.\n1.1.0: added 'write modified' command to write the modified date to frontmatter (on each save). Can be run by hand or can be included as a trigger using the 'add trigger to note' command. Small improvements to \"new note from selection\".\n1.0.0: move '/new note from ...' commands here from Filer plugin, and revived '/new note' command.\n0.20.3: New 'printEditorDetailed' command to log all paragraph details as well.\n0.20.2: 'printNote' extended to cover backlinks.\n0.20.1: new command 'printNote' for debugging purposes.\n0.20.0: new commands \"unlinked note finder\" and \"delete note\". Bug fix to \"rename note filename\" command.\n0.19.2: fix edge cases with \"add trigger to note\".",
1213
"plugin.dependencies": [],
1314
"plugin.script": "script.js",
1415
"plugin.commands": [

0 commit comments

Comments
 (0)