Documentation
¶
Overview ¶
Package migrate contains explicit vault layout migrations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TranscriptResult ¶
type TranscriptResult struct {
Topic string `json:"topic"`
Moved int `json:"moved"`
Files []string `json:"files"`
LegacyPath string `json:"legacyPath"`
TargetPath string `json:"targetPath"`
}
TranscriptResult describes a raw/transcripts to raw/youtube migration.
func Transcripts ¶
func Transcripts(vaultPath, topicRef string, when time.Time) (TranscriptResult, error)
Transcripts moves legacy raw/transcripts markdown files into raw/youtube.
Click to show internal directories.
Click to hide internal directories.