mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Update Remarkup Diviner
Summary: Adds Project and Pholio Test Plan: Read? Anything else? Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9526
This commit is contained in:
parent
14afd2f6a4
commit
0c33bc1268
1 changed files with 11 additions and 1 deletions
|
@ -22,7 +22,9 @@ These are inline styles, and can be applied to most text:
|
||||||
D123 T123 rX123 # Link to Objects
|
D123 T123 rX123 # Link to Objects
|
||||||
{D123} {T123} # Link to Objects (Full Name)
|
{D123} {T123} # Link to Objects (Full Name)
|
||||||
{F123} # Embed Images
|
{F123} # Embed Images
|
||||||
@username # Mention a user
|
{M123} # Embed Pholio Mock
|
||||||
|
@username # Mention a User
|
||||||
|
#project # Mention a Project
|
||||||
[[wiki page]] # Link to Phriction
|
[[wiki page]] # Link to Phriction
|
||||||
[[wiki page | name]] # Named link to Phriction
|
[[wiki page | name]] # Named link to Phriction
|
||||||
http://xyz/ # Link to web
|
http://xyz/ # Link to web
|
||||||
|
@ -316,6 +318,14 @@ You can also generate full-name references to some objects by using braces:
|
||||||
These references will also show when an object changes state (for instance, a
|
These references will also show when an object changes state (for instance, a
|
||||||
task or revision is closed). Some types of objects support rich embedding.
|
task or revision is closed). Some types of objects support rich embedding.
|
||||||
|
|
||||||
|
== Linking to Project Tags
|
||||||
|
|
||||||
|
Projects can be linked to with the use of a hashtag (#). This works by default
|
||||||
|
using the name of the Project (lowercase, underscored). Additionally you
|
||||||
|
can set multiple additional hashtags by editing the Project details.
|
||||||
|
|
||||||
|
#qa, #quality_assurance
|
||||||
|
|
||||||
== Embedding Mocks (Pholio)
|
== Embedding Mocks (Pholio)
|
||||||
|
|
||||||
You can embed a Pholio mock by using braces to refer to it:
|
You can embed a Pholio mock by using braces to refer to it:
|
||||||
|
|
Loading…
Reference in a new issue