In the rich text editor:
{{ '@' . $user->name }}
@if (!config('lorekeeper.settings.wysiwyg_comments'))
In a comment:
[{{ $user->name }}]({{ $user->url }})
@endif
For Names and Avatars:
In the rich text editor:
{{ '%' . $user->name }}
@if (!config('lorekeeper.settings.wysiwyg_comments'))
In a comment:
[]({{ $user->url }}) [{{ $user->name }}]({{ $user->url }})
@endif
@if (Auth::check() && Auth::user()->isStaff)
@endif