fix: automatically convert Super notes to Markdown for the Plaintext Backups feature
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export interface SuperConverterServiceInterface {
|
||||
convertString: (superString: string, toFormat: 'txt' | 'md' | 'html' | 'json') => string
|
||||
}
|
||||
Reference in New Issue
Block a user