File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " quickadd" ,
3
3
"name" : " QuickAdd" ,
4
- "version" : " 0.1.4 " ,
4
+ "version" : " 0.1.5 " ,
5
5
"minAppVersion" : " 0.12.00" ,
6
6
"description" : " Quickly add new pages or content to your vault." ,
7
7
"author" : " Christian B. B. Houmann" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " quickadd" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"description" : " Quickly add new pages or content to your vault." ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export class CaptureChoiceFormatter extends CompleteFormatter {
33
33
const formatted = await super . formatFileContent ( input ) ;
34
34
35
35
if ( this . choice . prepend )
36
- return `${ this . fileContent } \n${ input } `
36
+ return `${ this . fileContent } \n${ formatted } `
37
37
38
38
if ( this . choice . insertAfter . enabled ) {
39
39
const targetRegex = new RegExp ( `\s*${ this . choice . insertAfter . after } \s*` )
Original file line number Diff line number Diff line change 1
1
{
2
- "0.1.4 " : " 0.12.4"
2
+ "0.1.5 " : " 0.12.4"
3
3
}
You can’t perform that action at this time.
0 commit comments