Mercurial > obsidian-remember-file-state
annotate manifest.json @ 21:815b93d13e0f
Improve typescript compliance
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 18 Mar 2022 19:25:18 -0700 |
parents | a50ef39473b6 |
children | 6c168de105c0 |
rev | line source |
---|---|
0 | 1 { |
16
a50ef39473b6
Fix plugin ID, bump version to 1.0.4
Ludovic Chabant <ludovic@chabant.com>
parents:
14
diff
changeset
|
2 "id": "obsidian-remember-file-state", |
0 | 3 "name": "Remember File State", |
16
a50ef39473b6
Fix plugin ID, bump version to 1.0.4
Ludovic Chabant <ludovic@chabant.com>
parents:
14
diff
changeset
|
4 "version": "1.0.4", |
0 | 5 "minAppVersion": "0.13.17", |
6 "description": "Remembers cursor position, selection, scrolling, and more for each file", | |
7 "author": "Ludovic Chabant", | |
8 "authorUrl": "https://ludovic.chabant.com", | |
9 "isDesktopOnly": false | |
10 } |