Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
e51ec7ff
Unverified
Commit
e51ec7ff
authored
3 years ago
by
Nicolas Werner
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #908 from tastytea/man-faq-etc
Fix & enhance man page
parents
42ae8fa9
47b9668c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2517
passed
3 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+21
-0
21 additions, 0 deletions
README.md
man/nheko.1.adoc.in
+45
-3
45 additions, 3 deletions
man/nheko.1.adoc.in
with
66 additions
and
3 deletions
README.md
+
21
−
0
View file @
e51ec7ff
...
...
@@ -162,6 +162,27 @@ choco install nheko-reborn
---
**Q:**
How do I add stickers and custom emojis?
**A:**
Stickers and custom emojis are organized in image packs. There is one
user image pack that only your account has access to and there are room image
packs that are accessible by everyone in the room they are defined in. You can
activate a room image pack globally to use it in any room.
To manage image packs in nheko, go to the room settings and enter the Sticker &
Emote Settings. You will see the Private pack (your user image pack) and can
edit it there. The Shortcode is a unique identifier you use to select the image
with and the Body is the alternate text that is displayed on clients that don't
support images (like the alt tag in HTML images).
If you have the necessary permissions you can create new room packs with the
button at the bottom of the image pack list. They are the same as the user pack
but you can create as many as you want and everyone in the room can use them. It
might be a good idea to create an extra room just for your image packs to make
sharing easier.
---
### Build Requirements
-
Qt5 (5.15 or greater). Required for overlapping hover handlers in Qml.
...
...
This diff is collapsed.
Click to expand it.
man/nheko.1.adoc.in
+
45
−
3
View file @
e51ec7ff
= nheko(1)
:doctype: manpage
:Date: 2022-01-
01
:Date: 2022-01-
27
:Revision: @PROJECT_VERSION@
:man source: nheko
:man manual: General Commands Manual
...
...
@@ -33,9 +33,49 @@ Displays version information.
*--debug*::
Enables debug output.
*-p*, *--profile*::
*-p*
_<profile>_
, *--profile*
_<profile>_
::
Creates a unique profile, which allows you to log into several accounts at the
same time and start multiple instances of nheko.
same time and start multiple instances of nheko. Use _default_ to start with the
default profile.
== FAQ
=== How do I add stickers and custom emojis?
Stickers and custom emojis are organized in image packs. There is one user image
pack that only your account has access to and there are room image packs that
are accessible by everyone in the room they are defined in. You can activate a
room image pack globally to use it in any room.
To manage image packs in nheko, go to the room settings and enter the Sticker &
Emote Settings. You will see the Private pack (your user image pack) and can
edit it there. The Shortcode is a unique identifier you use to select the image
with and the Body is the alternate text that is displayed on clients that don't
support images (like the alt tag in HTML images).
If you have the necessary permissions you can create new room packs with the
button at the bottom of the image pack list. They are the same as the user pack
but you can create as many as you want and everyone in the room can use them. It
might be a good idea to create an extra room just for your image packs to make
sharing easier.
== COMPLETERS
Completers spawn a popup with completion candidates when you type them in
the input line.
*@*::
Open username completer.
*#*::
Open room completer.
*:*::
Open unicode emoji picker.
*~*::
Open custom emoji picker. Requires an image pack with custom emojis. Selecting
an emoji will add HTML code for the inline image into the input line.
== KEYBOARD SHORTCUTS
...
...
@@ -84,6 +124,8 @@ Submit message.
== COMMANDS
Commands only work when they are used at the beginning of text.
=== Custom messages
*/me* _<message>_::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment