Select the types of activity you want to include in your feed.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
···688688 - The `type` option can be set to `instructions` to indicate that an element
689689 is asking the user to make a choice or follow specific instructions.
690690691691+Keystrokes
692692+==========
693693+694694+You can use `{key ...}` to render a stylized keystroke. For example, this:
695695+696696+```
697697+Press {key M} to view the starmap.
698698+```
699699+700700+...renders this:
701701+702702+> Press {key M} to view the starmap.
703703+704704+You can also render sequences with modifier keys. This:
705705+706706+```
707707+Use {key command option shift 3} to take a screenshot.
708708+Press {key down down-right right LP} to activate the hadoken technique.
709709+```
710710+711711+...renders this:
712712+713713+> Use {key command option shift 3} to take a screenshot.
714714+> Press {key down down-right right LP} to activate the hadoken technique.
715715+716716+691717= Fullscreen Mode =
692718693719Remarkup editors provide a fullscreen composition mode. This can make it easier
···505505506506 $rules[] = new PhutilRemarkupDocumentLinkRule();
507507 $rules[] = new PhabricatorNavigationRemarkupRule();
508508+ $rules[] = new PhabricatorKeyboardRemarkupRule();
508509509510 if ($options['youtube']) {
510511 $rules[] = new PhabricatorYoutubeRemarkupRule();