module

Journal Anchor Links

Endorsements
0
Installs
1.35%
Comments
0
Latest version4.2.1
Minimum Core10
Compatible Core11
Last updated9 months ago
Created2 years ago
Authors
Languages
Systems All systems
Project source Project URL
Read-me Readme URL
Changelog Changelog URL
License License URL

Journal Anchor Links

A library module for Foundry VTT that provides Journals with long desired page anchor links, similar to how it is supported in HTML.

Example

https://user-images.githubusercontent.com/9851733/128767150-79f967f7-39a3-453f-8dbb-60b910080418.mp4

How-To

Implementing this library in your module/system is easy:

  1. Add it as a dependency in your manifest file (module.json or system.json).
    • Alternatively you can download the files and use the lib.js in your module.

  2. The module initiates itself if added as a dependency, else you will need to make sure you declare lib.js under the script property of your manifest file (see Foundry's description of a manifest if uncertain).
  3. When writing journal entries use the Headings in the TextEditor's Rich Editor. Heading 1 through 6 are supported (or <h1>..<h6> if you prefer).
  4. To begin linking, you write the link syntax like normal (@JournalEntry[My Journal Entry | SomeId123]), but you add a hash # after the title/id and then the heading you want to link to.
  5. Like so: @JournalEntry[My Cool Journal#Secrets].
  6. If done right, the resulting link should look like this: :icon:My Cool Journal: Secrets.

License

See LICENSE.txt

Author

@aMediocreDad

If you like what I do, consider keeping me awake at night!

Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x