joplin-plugin-calendar-notes 0.9.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -175,28 +175,6 @@ Supported placeholders:
|
|
|
175
175
|
|
|
176
176
|
The `date:` placeholder accepts the same date tokens as the note title format.
|
|
177
177
|
|
|
178
|
-
## Important notes
|
|
179
|
-
|
|
180
|
-
- Matching is title-based. If several notes have the same generated title, the plugin opens the first matching note returned by Joplin.
|
|
181
|
-
- Changing the note title format changes which existing notes are recognized as calendar notes.
|
|
182
|
-
- Existing notes are searched in all notebooks, even when a calendar notes notebook path is configured.
|
|
183
|
-
- New notes receive their user-created and user-updated timestamps set to the start of the selected local day.
|
|
184
|
-
- The plugin does not move or rename existing notes automatically.
|
|
185
|
-
|
|
186
|
-
## Development
|
|
187
|
-
|
|
188
|
-
Install dependencies:
|
|
189
|
-
|
|
190
|
-
```bash
|
|
191
|
-
npm install
|
|
192
|
-
```
|
|
193
|
-
|
|
194
|
-
Build the plugin:
|
|
195
|
-
|
|
196
|
-
```bash
|
|
197
|
-
npm run dist
|
|
198
|
-
```
|
|
199
|
-
|
|
200
178
|
The build process creates the plugin package in the generated publish output used by the Joplin plugin tooling.
|
|
201
179
|
|
|
202
180
|
## License
|
package/package.json
CHANGED
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": 1,
|
|
3
3
|
"id": "com.github.eugenelesnov.CalendarNotes",
|
|
4
4
|
"app_min_version": "3.5",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.1",
|
|
6
6
|
"name": "Calendar Notes",
|
|
7
7
|
"description": "Create notes for any day in the calendar.",
|
|
8
8
|
"author": "Eugene Lesnov",
|
|
@@ -13,6 +13,6 @@
|
|
|
13
13
|
"screenshots": [],
|
|
14
14
|
"icons": {},
|
|
15
15
|
"promo_tile": {},
|
|
16
|
-
"_publish_hash": "sha256:
|
|
17
|
-
"_publish_commit": "main:
|
|
16
|
+
"_publish_hash": "sha256:5b39cad32c85d384f2837f83e0c20ed9073e9423940d28d5b96d23c8a2b67a59",
|
|
17
|
+
"_publish_commit": "main:48d914dc4bb977c308e17f64fedb8eb7b3be549f"
|
|
18
18
|
}
|