File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "id" : " fountain-editor" ,
33 "name" : " Fountain Editor" ,
4- "version" : " 1.3.0 " ,
4+ "version" : " 1.3.1 " ,
55 "minAppVersion" : " 0.15.0" ,
66 "description" : " Fountain (screenplay) syntax highlighting in the editor" ,
77 "author" : " Chuang Caleb" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " obsidian-fountain-editor" ,
3- "version" : " 1.3.0 " ,
3+ "version" : " 1.3.1 " ,
44 "description" : " Obsidian plugin for Fountain (screenplay) syntax highlighting in the editor" ,
55 "main" : " main.js" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ export function updateClass(app: App) {
3232 if ( metadata ?. frontmatter ?. cssclasses ) {
3333 const cssclasses = metadata . frontmatter . cssclasses as string [ ] ;
3434 if ( cssclasses . includes ( "fountain" ) ) {
35+ toggleClass ( app , true ) ;
3536 return ;
3637 }
3738 }
Original file line number Diff line number Diff line change 1111 "1.1.3" : " 0.15.0" ,
1212 "1.1.4" : " 0.15.0" ,
1313 "1.2.0" : " 0.15.0" ,
14- "1.3.0" : " 0.15.0"
14+ "1.3.0" : " 0.15.0" ,
15+ "1.3.1" : " 0.15.0"
1516}
You can’t perform that action at this time.
0 commit comments