File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 workflow_dispatch :
1010
1111env :
12- PLUGIN_NAME : obsidian-wordpress
12+ PLUGIN_NAME : obsidian-wordpress-reloaded
1313
1414jobs :
1515 build :
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99env :
10- PLUGIN_NAME : obsidian-wordpress
10+ PLUGIN_NAME : obsidian-wordpress-reloaded
1111
1212jobs :
1313 build :
Original file line number Diff line number Diff line change @@ -75,4 +75,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
7575
7676## License
7777
78- Same as the original plugin (please specify the license type)
78+ Apache License 2.0, same as the original plugin.
Original file line number Diff line number Diff line change 11{
2- "id" : " obsidian-wordpress" ,
2+ "id" : " obsidian-wordpress-reloaded " ,
33 "name" : " WordPress" ,
44 "version" : " 0.18.0" ,
55 "minAppVersion" : " 1.1.1" ,
66 "description" : " A plugin for publishing Obsidian documents to WordPress." ,
77 "author" : " devbean" ,
88 "isDesktopOnly" : false ,
99 "fundingUrl" : " https://www.buymeacoffee.com/devbean"
10- }
10+ }
Original file line number Diff line number Diff line change 11{
2- "name" : " obsidian-wordpress" ,
2+ "name" : " obsidian-wordpress-reloaded " ,
33 "version" : " 0.18.0" ,
44 "description" : " A plugin for publishing Obsidian documents to WordPress." ,
55 "main" : " main.js" ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export default class WordpressPlugin extends Plugin {
3030 private ribbonWpIcon : HTMLElement | null = null ;
3131
3232 async onload ( ) {
33- console . log ( 'loading obsidian-wordpress plugin' ) ;
33+ console . log ( 'loading obsidian-wordpress-reloaded plugin' ) ;
3434
3535 await this . loadSettings ( ) ;
3636 // lang should be load early, but after settings
You can’t perform that action at this time.
0 commit comments