forked from GitHubMirrors/silverbullet-icalendar
Fix: Revert manifest structure to working baseline (v0.3.15)
All checks were successful
Build SilverBullet Plug / build (push) Successful in 21s
All checks were successful
Build SilverBullet Plug / build (push) Successful in 21s
This commit is contained in:
@@ -1,19 +1,28 @@
|
||||
name: Library/sstent/icalendar
|
||||
version: 0.3.14
|
||||
name: icalendar
|
||||
version: 0.3.15
|
||||
author: sstent
|
||||
index: icalendar.ts
|
||||
permissions:
|
||||
- http
|
||||
functions:
|
||||
syncCalendars:
|
||||
path: icalendar.ts:syncCalendars
|
||||
command: "iCalendar: Sync"
|
||||
path: ./icalendar.ts:syncCalendars
|
||||
command:
|
||||
name: "iCalendar: Sync"
|
||||
priority: -1
|
||||
events:
|
||||
- editor:init
|
||||
forceSync:
|
||||
path: icalendar.ts:forceSync
|
||||
command: "iCalendar: Force Sync"
|
||||
path: ./icalendar.ts:forceSync
|
||||
command:
|
||||
name: "iCalendar: Force Sync"
|
||||
priority: -1
|
||||
clearCache:
|
||||
path: icalendar.ts:clearCache
|
||||
command: "iCalendar: Clear Cache"
|
||||
path: ./icalendar.ts:clearCache
|
||||
command:
|
||||
name: "iCalendar: Clear All Events"
|
||||
priority: -1
|
||||
showVersion:
|
||||
path: icalendar.ts:showVersion
|
||||
command: "iCalendar: Show Version"
|
||||
permissions:
|
||||
- http
|
||||
path: ./icalendar.ts:showVersion
|
||||
command:
|
||||
name: "iCalendar: Version"
|
||||
priority: -2
|
||||
|
||||
Reference in New Issue
Block a user