Trenloe
September 19th, 2014, 00:56
I've thrown together a very quick extension that changes the campaign notes field to be a formattedtext control:
Put this in your <FG App Data>\extensions folder and select "Formatted Notes (M and M)" from the extensions list when loading a campaign. Download at the bottom of this post.
Note: This will only work with campaigns that don't have notes already as it changes the underlying database node type and so trying to open notes from a campaign without the extension will raise errors. If you're up to a bit of XML editing you can fix this yourself - within the <notes> section only of the campaign db.xml (or a module); replace <text type="string"> with <text type="formattedtext">
Some more info and a screenshot (not from M&M) here: https://www.fantasygrounds.com/forums/showthread.php?20555-Formatted-Player-Notes
Technical Info
Ruleset tag used: none.
Mutants and Masterminds v3: beta 1
Code changed: <windowclass name="note"> copied from campaign\campaign_notes.xml. <stringfield name="text"> changed to <formattedtextfield name="text"> copied from campaign_story.xml
Put this in your <FG App Data>\extensions folder and select "Formatted Notes (M and M)" from the extensions list when loading a campaign. Download at the bottom of this post.
Note: This will only work with campaigns that don't have notes already as it changes the underlying database node type and so trying to open notes from a campaign without the extension will raise errors. If you're up to a bit of XML editing you can fix this yourself - within the <notes> section only of the campaign db.xml (or a module); replace <text type="string"> with <text type="formattedtext">
Some more info and a screenshot (not from M&M) here: https://www.fantasygrounds.com/forums/showthread.php?20555-Formatted-Player-Notes
Technical Info
Ruleset tag used: none.
Mutants and Masterminds v3: beta 1
Code changed: <windowclass name="note"> copied from campaign\campaign_notes.xml. <stringfield name="text"> changed to <formattedtextfield name="text"> copied from campaign_story.xml