Version 3 vs 14
Version 3 vs 14
Content Changes
Content Changes
## Create a page
* Go to the desired page url, for instance https://c4science.ch/w/myproject/mypage
* Click on the Create this document button
* Edit and save the page
## Edit a page
* Go to the desired page and click on the Actions icon on the top right
* Select Edit document
## Links between pages
* Links are created using the [[link]] syntax
* To link to an external URL, you have the following options:
```
[[http://example.com | title]]
[[http://example.com]]
http://example.com
```
* To link to other wiki pages, use the path of the page without /w
```
[[c4science/wiki | Wiki]]
```
## Images
* You can drag and drop images inside the editor to upload them
* There a number of options for image
```
{F123, layout=left, float, size=full, alt="a duckling"}
Valid options are:
- layout: left (default), center, right, inline, link (render a link instead of a thumbnail for images)
- float: If layout is set to left or right, the image will be floated so text wraps around it.
- size: thumb (default), full
- name: with layout=link or for non-images, use this name for the link text
- width: Scale image to a specific width.
- height: Scale image to a specific height.
- alt: Provide alternate text
```
## Other
* Editor syntax: https://c4science.ch/book/phabricator/article/remarkup/
* Phriction documentation: https://c4science.ch/book/phabricator/article/phriction/ (nothing yet)
Wiki pages are create from a Project. So first you need to [[ c4science/project/ | create a Project ]] ;)
## Create a page
* Go to the project you want to create a page for, you can only create your first page from a project page
{F3816851 size=full}
* Click on the top right button: Create wiki page
** If it's the first page you create, it'll create a page with the name of your project
** If you already have a main page, it'll be a child of that page
** You can create subpages using slashes if all the parents exist
** You can also create pages from the Phriction application from a page you already have the edit permission
## Edit a page
* Go to the desired page and click on the Actions icon on the top right
* Select Edit document
## Links between pages
* Links are created using the `[[link]]` syntax
* To link to an external URL, you have the following options:
```
[[http://example.com | title]]
[[http://example.com]]
http://example.com
```
* To link to other wiki pages, use the path of the page without /w
```
[[c4science/wiki | Wiki]]
```
## Images
* You can drag and drop images inside the editor to upload them
* There a number of options for image
```
{F123, layout=left, float, size=full, alt="a duckling"}
Valid options are:
- layout: left (default), center, right, inline, link (render a link instead of a thumbnail for images)
- float: If layout is set to left or right, the image will be floated so text wraps around it.
- size: thumb (default), full
- name: with layout=link or for non-images, use this name for the link text
- width: Scale image to a specific width.
- height: Scale image to a specific height.
- alt: Provide alternate text
```
## Policies
* The page will be created with the Project as Policies for View and Edit. This means that only the members of the Project will be able to modify and view the wiki page
* You can change those policies in the page settings
## Object integration
Almost all c4science objects can be integrated using `{ObjectID}` in Remarkup, here are some examples.
- A chatroom `{Z28}` {Z28}
- A repository `{rPHTEST}` {rPHTEST}
- A task `{T3079}` {T3079}
- A project `#c4science` #c4science
- An event `E4` E4
- A countdown {C1}
- A file `{F13375422}` {F13375422}
- A person `@aubort` @aubort
- A paste `{P2}` {P2}
- Etc etc
## Other
* Editor syntax: https://secure.phabricator.com/book/phabricator/article/remarkup/
* [[c4science/latex | LaTeX support]]
Wiki pages are create from a Project. So first you need to [[ c4science/project/ | create a Project ]] ;)
## Create a page
* Go to the desired page urlproject you want to create a page for, you can only create your first page from a project page
{F3816851 size=full}
* Click on the top right button: Create wiki page
** If it's the first page you create, for instance https://c4science.ch/w/myproject/myit'll create a page with the name of your project
** If you already have a main page, it'll be a child of that page
* Click on the Create this document button** You can create subpages using slashes if all the parents exist
* Edit and s** You can also create pages from the Phriction application from a page you already have the pagee edit permission
## Edit a page
* Go to the desired page and click on the Actions icon on the top right
* Select Edit document
## Links between pages
* Links are created using the `[[link]]` syntax
* To link to an external URL, you have the following options:
```
[[http://example.com | title]]
[[http://example.com]]
http://example.com
```
* To link to other wiki pages, use the path of the page without /w
```
[[c4science/wiki | Wiki]]
```
## Images
* You can drag and drop images inside the editor to upload them
* There a number of options for image
```
{F123, layout=left, float, size=full, alt="a duckling"}
Valid options are:
- layout: left (default), center, right, inline, link (render a link instead of a thumbnail for images)
- float: If layout is set to left or right, the image will be floated so text wraps around it.
- size: thumb (default), full
- name: with layout=link or for non-images, use this name for the link text
- width: Scale image to a specific width.
- height: Scale image to a specific height.
- alt: Provide alternate text
```
## Policies
* The page will be created with the Project as Policies for View and Edit. This means that only the members of the Project will be able to modify and view the wiki page
* You can change those policies in the page settings
## Object integration
Almost all c4science objects can be integrated using `{ObjectID}` in Remarkup, here are some examples.
- A chatroom `{Z28}` {Z28}
- A repository `{rPHTEST}` {rPHTEST}
- A task `{T3079}` {T3079}
- A project `#c4science` #c4science
- An event `E4` E4
- A countdown {C1}
- A file `{F13375422}` {F13375422}
- A person `@aubort` @aubort
- A paste `{P2}` {P2}
- Etc etc
## Other
* Editor syntax: https://c4science.chsecure.phabricator.com/book/phabricator/article/remarkup/
* Phriction documentation: https://* [[c4science.ch/book/phabricator/article/phriction/ (nothing yet)/latex | LaTeX support]]
c4science · Help