オリジナルのドキュメント
最終同期リビジョン: f24f715d
ドキュメントはAGPLv3でライセンスされています。
新しいページを作成するには複数の方法があります:
基本ガイドで最初のページの作り方を確認してください。
右下のえんぴつのアイコンか、右上のページアクションから既存のページを編集できます。
ページを作成する際に選択したエディターが自動的に読み込まれます。一度選択されたエディターは変更できないので注意してください。
Wiki.js doesn't rely on a traditional folder structure to organize pages. Instead, the path of the page is used.
For example, on a traditional system, in order to create a page at universe/planets/earth
, you'd need to first create a folder universe
, then open this folder and create a sub-folder named planets
to finally be able to create a page inside named earth
.
In Wiki.js, you can directly create a page at path universe/planets/earth
. Folders universe
and planets
will be automatically inferred, but they don't really exist outside of the page path context. Therefore, you don't have to manage folders and you can instead focus solely on the path you want for your pages.
For this reason, there's no option to create folders. Simply type the full path you want. Folders will be inferred automatically upon creation.
Check out the Folder Structure & Tags guide for more details.
以下のパスはシステムで使用するために予約されているため、コンテンツには使用できません。
全ての 1文字のパスはWikiのパーツにアクセスするために予約されています:
a
: 管理画面e
: ページエディタf
: アセットマネージャh
: ページ履歴p
: ユーザープロフィールs
: ページソースt
: タグu
: アップロード エンドポイント (API)w
: 個人Wiki以下の形式の言語タグは名前空間で使用するために予約されています。
en
, fr
)en-us
, fr-ca
)以下のキーワードはパスと完全一致したり最初の部分に一致することはできません。たとえば、 register
や register/test
は無効なパスですが、 registering
は利用可能です。