User:Wez/Code: Difference between revisions

From The Urban Dead Wiki
Jump to navigationJump to search
No edit summary
(Add teh Remembrance user script)
 
Line 6: Line 6:
|-  
|-  
|  
|  
I maintain a small project that is a diary like book for those who wish to write journals for their characters.


Entries are written in human readable markdown format, and you can even host your diary on dropbox if you so wish.
Remembrance is a user script that adds character memories. Location and action messages from previous turns are displayed on the game page. It supports multiple characters. It is tested with Greasemonkey and Tampermonkey.


You can see this diary in form for my characters [https://dl.dropboxusercontent.com/u/18686471/urban-dead/jessica-bromwich/index.html {{UDLink|Jessica Bromwich}}] and [https://dl.dropboxusercontent.com/u/18686471/urban-dead/evil-spencer/index.html {{UDLink|Evil Spencer}}].
Remembrance looks for the character name in the character profile link, if you have other scripts that remove the profile link it may not detect the character name correctly. If this happens a warning is printed to the console log, the result is that all character memories are merged into one. If you find this script does not play well with other scripts, report it [https://gist.github.com/wesleywerner/fbcb0131687c067e922678c90b0c4480 {{UDLink|on the gist page}}] or [[User_talk:Wez|{{UDLink|my user talk page}}]] and I will do my best to apply a fix.


You can find the source and more details on [https://github.com/wesleywerner/markdown-flip-diary {{UDLink|it's GitHub page}}].
[https://gist.github.com/wesleywerner/fbcb0131687c067e922678c90b0c4480/raw/ud.remembrance.user.js {{UDLink|Install Remembrance}}].
 
[[Image:UDRemembranceScreenshotES2.png]]
 
[[Image:UDRemembranceScreenshotES1.png]]


|}
|}

Latest revision as of 06:22, 31 May 2020


Wez Characters Talk Code Books

Remembrance is a user script that adds character memories. Location and action messages from previous turns are displayed on the game page. It supports multiple characters. It is tested with Greasemonkey and Tampermonkey.

Remembrance looks for the character name in the character profile link, if you have other scripts that remove the profile link it may not detect the character name correctly. If this happens a warning is printed to the console log, the result is that all character memories are merged into one. If you find this script does not play well with other scripts, report it on the gist page or my user talk page and I will do my best to apply a fix.

Install Remembrance.

UDRemembranceScreenshotES2.png

UDRemembranceScreenshotES1.png