diff options
author | http://jmtd.net/ <Jon_Dowland@web> | 2012-04-02 08:51:33 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-04-02 08:51:33 -0400 |
commit | cbabe5e727ac8119864a685440e28ac2e5525552 (patch) | |
tree | 3267625a4926c799bc82818f0ee740ed916659df /doc | |
parent | e7fdb2a5c4d479eccd0f5260a255f8ea7b296f43 (diff) | |
download | ikiwiki-cbabe5e727ac8119864a685440e28ac2e5525552.tar ikiwiki-cbabe5e727ac8119864a685440e28ac2e5525552.tar.gz |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Include_attachment_in_a_page/comment_1_275aad6ca3b2972749b7f6636b130035._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/Include_attachment_in_a_page/comment_1_275aad6ca3b2972749b7f6636b130035._comment b/doc/forum/Include_attachment_in_a_page/comment_1_275aad6ca3b2972749b7f6636b130035._comment new file mode 100644 index 000000000..a6f995626 --- /dev/null +++ b/doc/forum/Include_attachment_in_a_page/comment_1_275aad6ca3b2972749b7f6636b130035._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://jmtd.net/" + nickname="Jon Dowland" + subject="comment 1" + date="2012-04-02T12:51:33Z" + content=""" +Forgive me if I don't fully understand the question, but: + + * the attachment functionality includes a button \"Insert Links\" which, on the edit form for a page, inserts the correct markup to link to the attachment, which addresses the general case + + * For images which you want inline, you could convert the basic wikilink e.g. `\[[foo.png]]` into a call to the [[plugins/img]] plugin e.g. `\[[!img foo.png]]` +"""]] |