Create a number that is able to be clicked and changed when viewing the object. Fields can be used in the main object notes and in statblocks. number(name=fieldname,value=n[,label=label text,show_symbol,dice=dice notation,dicelabel=dice label text]) name Required The field name of this number. Must be unique. value Required The current numeric value. This is changeable by clicking the ..
Category : Markdown
If you are using DND 5e, or a compatible system, then you can display modifiers that are automatically calculated from other numbers (e.g. the strength, dex, etc. modifiers). mod5e(value=fieldname[,show_symbol,dice=dice notation,dicelabel=dice label text]) value Required The name of a number() value to display the modifier for. show_symbol Optional If included, the number will be shown with ..
Calculated fields follow most of the same rules as Digital Dice Rolling: Dice Notation but are defined with calc() instead of rollable(). calc([dice=]dicenotation,[dicelabel=label text,label=label text,compact,mods]) The differences between the two functions is that calc() fields do not have a dice rolling option, and if the mods keyword is used, it will not include a leading ..
The notebook can include markdown that rolls digital dice. You can roll dice with any number of sides dice Required The dice notation for the roll. See below for more details. dicelabel Optional The text to display in the title bar of the roll notification. Will default to the dice notation if omitted. label Optional ..
Summary Include the main notes from one object in another {{objectid}} Include the entire note field from the other object {{objectid.summary}} Include up to the first 6 lines of the note field from the other object Include statblocks {{objectid.statblock}} (or {{objectid.sb}} for short). Include the statblock of the other object Include contributions {{objectid.contributions}} (or {{objectid.conts}}} ..
To use images in your markdown, they first need to be hosted on the internet somewhere The Goblin currently doesn’t offer any file hosting capability but there are plenty of options out there already. Using an image already on the web You can use most images that you find online by simply right clicking them ..
There is a custom markdown syntax option to link directly to other objects. You can manually type the markdown syntax or the much easier approach, when in edit mode simply click another object and the markdown syntax will be added for you. When clicking an object, the (optional) custom label will be left blank. Syntax @[custom label](objectid) ..
Recent changes to Google Drive has made hosting images on the platform unreliable and is broken for some users and/or images. The Goblin not longer recommends hosting images on Google Drive. Images can be embedded directly from Google Drive. You need to copy the link from the google drive interface and make some changes to ..
Go to https://imgbb.com/ Drag your file into the window (or click ‘start uploading’ and choose your file) The page will change to show your file Press the ‘upload’ button The page will change to show your image is uploaded The URL in the address bar isn’t the one you need, neither is the one in ..
Some of the most common used formatting options are Formatting Markdown Syntax Headings # Heading 1## Heading 2### Heading 3 Bold **bold text** or __bold text__ Italic *italic text* or _italic text_ Lists – Item 1- Item 2- Item 3 Checkbox Lists – [ ] Unchecked item- [x] Checked item Link [The Goblin’s Notebook](https://www.the-goblin.net) Image  Horizontal Rule ..