Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
namespace:doc-mach:sandbox-course-bioinfo2020 [2019/10/10 10:32] mickey created |
namespace:doc-mach:sandbox-course-bioinfo2020 [2024/09/16 17:58] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | This is sandbox for members of 'Course of Genome Bioinformatics 2020'. | ||
+ | |||
+ | ====== FAQs ====== | ||
+ | |||
+ | ===== Attach a file in a page ===== | ||
+ | |||
+ | 1. Upper right, tool icon, select Media Manager | ||
+ | |||
+ | 2. On the Media Manager page, Upload tab, select name space doc-mach from the left page (root - namespace - doc-mach) | ||
+ | |||
+ | 3. Go to edit page, add follow the format like: <nowiki>{{:namespace:doc-mach:96-4_biomidia.pdf|Test PDF file}}</nowiki> | ||
+ | |||
+ | Two-byte characters such as Japanese characters of the file is accepted. | ||
+ | |||
+ | c.f. [[https://www.dokuwiki.org/images|https://www.dokuwiki.org/images]] | ||
+ | |||
+ | ==== Escape characters (No formatting) ==== | ||
+ | |||
+ | Use <nowiki>{{}}</nowiki> notation | ||
+ | |||
+ | e.g. <nowiki>{{}}</nowiki> | ||
+ | |||
+ | c.f. | ||
+ | |||
+ | [[https://www.dokuwiki.org/wiki:syntax#no_formatting|https://www.dokuwiki.org/wiki:syntax#no_formatting]] | ||
+ | |||
+ | ===== New line ===== | ||
+ | |||
+ | Just type "<nowiki>\\</nowiki>" at the end of the line. (backslash, backslash, space) | ||
+ | |||