mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-07 22:18:29 +01:00
update blogger
This commit is contained in:
parent
d648be6c5e
commit
74b7e526b8
@ -5,6 +5,10 @@ Blackend for my blog at https://blog.iohub.dev
|
||||
|
||||
## Change logs
|
||||
|
||||
### v0.1.3-a
|
||||
* Minor bug fix
|
||||
* Enhance youtube video embedding feature in markdown
|
||||
|
||||
### v0.1.2-a
|
||||
* Minor bug fix
|
||||
* CV Category now can be created when database is not created yet
|
||||
|
@ -5,6 +5,10 @@ Blackend for my blog at https://blog.iohub.dev
|
||||
|
||||
## Change logs
|
||||
|
||||
### v0.1.3-a
|
||||
* Minor bug fix
|
||||
* Enhance youtube video embedding feature in markdown
|
||||
|
||||
### v0.1.2-a
|
||||
* Minor bug fix
|
||||
* CV Category now can be created when database is not created yet
|
||||
|
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@
|
||||
"author": "Xuan Sang LE",
|
||||
"email": "xsang.le@gmail.com"
|
||||
},
|
||||
"version":"0.1.2-a",
|
||||
"version":"0.1.3-a",
|
||||
"category":"Internet",
|
||||
"iconclass":"fa fa-book",
|
||||
"mimes":["none"]
|
||||
|
Binary file not shown.
@ -428,7 +428,7 @@ class Blogger extends this.OS.application.BaseApplication
|
||||
frameborder="0" allow="encrypted-media" allowfullscreen
|
||||
></iframe>
|
||||
"""
|
||||
re = /\[\[([^:]*):([^\]]*)\]\]/g
|
||||
re = /\[\[youtube:([^\]]*)\]\]/g
|
||||
replace = []
|
||||
while (found = re.exec text) isnt null
|
||||
replace.push found
|
||||
|
@ -6,7 +6,7 @@
|
||||
"author": "Xuan Sang LE",
|
||||
"email": "xsang.le@gmail.com"
|
||||
},
|
||||
"version":"0.1.2-a",
|
||||
"version":"0.1.3-a",
|
||||
"category":"Internet",
|
||||
"iconclass":"fa fa-book",
|
||||
"mimes":["none"]
|
||||
|
@ -32,7 +32,7 @@
|
||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Blogger/README.md",
|
||||
"category": "Internet",
|
||||
"author": "Xuan Sang LE",
|
||||
"version": "0.1.2-a",
|
||||
"version": "0.1.3-a",
|
||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Blogger/build/release/Blogger.zip"
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user