mikron-ia / rpg-hub

An hub for RPG players and GMs, intended for storing and presenting campaign/epic information
GNU General Public License v3.0
1 stars 0 forks source link

Personal information - user directed #222

Open mikron-ia opened 7 years ago

mikron-ia commented 7 years ago

Sometimes, it is useful to include information directed at single user. While this would be handled large-scale by #127, small-scale / inline it can be handled via tag-based insertions.

Example:

{[FOR-USER:user-key]Text proper}

Of course, this would be rather limited to user-only - including groups would complicate the task immensely - but it would work. Additional flaw is repetiveness - if you want the same text for 10 people, you must include it 10 times, unless a mechanism would be added for that as well.

Requires some visual distinction that says "for your eyes" only on player page, "for [name] eyes only" on GM page.

Requires User to have some key to handle with, to avoid copypasting an ID.

mikron-ia commented 4 months ago

This may be too complicated for a single task, especially that it will require some dedicated text processing.