utils

package
v0.0.0-...-504b4e1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertDateFormat

func ConvertDateFormat(jsDateFormat string) string

func FilenameToTitle

func FilenameToTitle(format FilenameFormat, filename string) (string, error)

func TitleToFilename

func TitleToFilename(format FilenameFormat, title string) (string, error)

Types

type DefaultTemplates

type DefaultTemplates struct {
	Journals string `edn:"journals"`
}

type FileConfig

type FileConfig struct {
	NameFormat FilenameFormat `edn:"name-format"`
}

type FilenameFormat

type FilenameFormat string
const (
	FilenameFormatTripleLowbar FilenameFormat = "triple-lowbar"
)

type GraphConfig

type GraphConfig struct {
	JournalsDir string        `edn:"journals-directory"`
	Journal     JournalConfig `edn:"journal"`

	PagesDir string `edn:"pages-directory"`

	File FileConfig `edn:"file"`

	DefaultTemplates DefaultTemplates `edn:"default-templates"`

	Property PropertyConfig `edn:"property"`

	IgnoredPageReferencesKeywords []string `edn:"ignored-page-references-keywords"`
}

func ParseConfig

func ParseConfig(data []byte) (*GraphConfig, error)

type JournalConfig

type JournalConfig struct {
	PageTitleFormat string `edn:"page-title-format"`

	FileNameFormat string `edn:"file-name-format"`
}

type PropertyConfig

type PropertyConfig struct {
	SeparatedByCommas []string `edn:"separated-by-commas"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL