Categorygithub.com/IoIxD/DungeonArchive
modulepackage
0.0.0-20240209005807-58a4825a757f
Repository: https://github.com/ioixd/dungeonarchive.git
Documentation: pkg.go.dev

# README

DungeonArchive

A web service that lets you search through archives of your friends' D&D games that you played in a Discord channel, through JSON files that you get from PyDiscordArchiver

# Functions

Capitalize a string.
Function for getting the combined day/month/year from a formatted time; useful (and hence here in this file) for seperating messages based on what day they were posted.
Function for getting config values, for the template files.
Function for formatting the unix timestamp into a time object.
Return the date as as string.
Function for above for filtering messages based on a certain criteria.
No description provided by the author
No description provided by the author
No description provided by the author
Function for searching the messages from a specific character.
Function for searching all messages with a phrase.
Function for getting a "message type" that determines how it looks.
No description provided by the author
Escape any potential HTML tags in a string.
initialize the campaigns that we'll be showing.
No description provided by the author
Function for listing the areas in a campaign.
No description provided by the author
Function for listing messages in an area.
Function for matching author objects with a name in them.
Template-ready function for checking if a name is in an query array.
Function for editing a message marked as an action; it takes the author's name out if it can and uncapitalizes the first letter (unused, this side of the project is being shelved for a bit due to it's complexity).
No description provided by the author
Function for pretty-printing the query array.
Function for getting a pretty version of snake case formatted string.
Shorthand for sanitizing a string based on Regexps["sanitization"].
Function for searching through a campaign's messages for character interactions.
Function for getting the similarites between two strings.
Function for getting a extensionless version of a file name.
Function for stripping the name of a character from the beginning of a sentence.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
todo: maybe don't make this global since this could change while the user is doing things if accessed fast enough.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author