Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytesnake/vim-graphical-preview
/ functions
Functions
28 in github.com/bytesnake/vim-graphical-preview
⨍
Functions
28
◇
Types & classes
15
↓ 6 callers
Function
hash
(input: &str)
src/utils.rs:12
↓ 4 callers
Function
generate_svg_from_latex
Generate SVG file from latex file with given zoom
src/utils.rs:42
↓ 2 callers
Function
generate_latex_from_gnuplot
Generate latex file from gnuplot This function generates a latex file with gnuplot `epslatex` backend and then source it into the generate latex func
src/utils.rs:153
↓ 2 callers
Method
is_in_view
(&self, metadata: &Metadata, blocks: &BTreeMap<CodeId, Node>)
src/render.rs:60
↓ 2 callers
Function
parse_latex
Parse a latex content and convert it to a SVG file
src/utils.rs:193
↓ 1 callers
Function
char_pixel_height
Get pixel height of a character
src/utils.rs:22
↓ 1 callers
Method
clear_all
(&mut self, _: &str)
src/render.rs:247
↓ 1 callers
Method
generate
(&self, content: String)
src/content.rs:39
↓ 1 callers
Function
generate_latex_from_gnuplot_file
(path: &Path)
src/utils.rs:182
↓ 1 callers
Method
get_sixel
(&mut self, dim: NodeDim)
src/content.rs:148
↓ 1 callers
Method
is_visible
(&self)
src/node_view.rs:43
↓ 1 callers
Function
parse_equation
Parse an equation with the given zoom
src/utils.rs:126
↓ 1 callers
Function
parse_latex_from_file
( path: &Path, )
src/utils.rs:213
↓ 1 callers
Method
path
(&self, content: &str)
src/content.rs:86
↓ 1 callers
Method
process
(&self, content: &str, mut old_nodes: BTreeMap<String, Node>)
src/content.rs:214
↓ 1 callers
Method
wand_to_sixel
(self, dim: NodeDim)
src/content.rs:99
Method
draw
(&mut self, _: &str)
src/render.rs:104
Method
draw_node
(metadata: &Metadata, stdout: &Stdout, node: &mut Node, view: &mut NodeView, top_offset: isize)
src/render.rs:184
Method
fmt
(&self, f: &mut fmt::Formatter)
src/error.rs:19
Method
from_fence
(kind: &str)
src/content.rs:30
Method
new
()
src/render.rs:30
Method
new
()
src/content.rs:121
Method
new
(node: &Node, metadata: &Metadata, offset: isize)
src/node_view.rs:13
Function
result_to_cstring
(res: Result<T>)
src/lib.rs:41
Method
set_folds
(&mut self, folds: &str)
src/render.rs:286
Function
singleton
()
src/lib.rs:20
Method
update_content
(&mut self, content: &str)
src/render.rs:271
Method
update_metadata
(&mut self, metadata: &str)
src/render.rs:257