We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ef1eb commit 60373c4Copy full SHA for 60373c4
1 file changed
example/jugem.vim.txt
@@ -12,7 +12,7 @@ let imgurl = api.newMediaObject(jugem_id, jugem_id, password, {
12
\ "path": imagePath,
13
\})
14
15
-let text = "どないや<br /><img src=\"".imgurl."\">"
+let text = "どないや<br /><img src=\"".imgurl["url"]."\">"
16
17
echo api.newPost(jugem_id, jugem_id, password, {
18
\ "title": "vimでmetaWeblogAPIを叩いて画像付きブログをポストする",
0 commit comments