Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Presentation ¶
type PresentationOptions ¶ added in v1.0.2
type PresentationOptions struct {
AspectRatioMin configuration.AspectRatio
AspectRatioMax configuration.AspectRatio
DisableAspectRatio bool
}
type ReadOptions ¶
type ReadOptions struct {
DefaultFontSize string
DefaultBackgroundColor string
DefaultTerminalFontSize string
DefaultTerminalFontColor string
DefaultTerminalBackgroundColor string
DefaultSlideCSS string
DefaultSlideClass string
AspectRatioMin configuration.AspectRatio
AspectRatioMax configuration.AspectRatio
DisableAspectRatio bool
EveryDashIsATransition bool
HideRunButton bool
HidePageNumber bool
KeepPagePrintOnCut bool
}
type Slide ¶
type Slide struct {
Asciinema *Asciinema
Cast *Cast
Page Page
Admin Content
Notes string
JS string // javascript function to call on page enter
Path string
BackgroundImage string
BackgroundColor string
CSS string
SlideClass string
FontSize string
TerminalFontSize string
TerminalFontColor string
TerminalBackgroundColor string
Link string
LinkNext string
LinkPrev string
Title string
HasAudioSrc string
TerminalCommandBefore []TerminalCommand
TerminalCommand []TerminalCommand
TerminalCommandAfter []TerminalCommand
SlideCmdBefore []TerminalCommand
SlideCmdAfter []TerminalCommand
Terminal TerminalCommand
PageIndex int
PagePrint int
IsAdmin bool
UseTmpFolder bool
CanEdit bool
HasCast bool
HasCastStreamed bool
HasAudio bool
HasAudioAutoPlay bool
HasAudioOnEndNextpage bool
HasRun bool
HasTerminal bool
HideRunButton bool
PrintOnly bool
PrintDisable bool
HidePageNumber bool
EnableOverflow bool
}
type TerminalCommand ¶
type TerminalOutputLine ¶
Click to show internal directories.
Click to hide internal directories.