class documentation

class CellFormatReplacer: (source)

View In Hierarchy

Static class for converting formated text from one into the other format:

  • cell: in a wiki pageview the table-cell must be of this format
  • input: if a user is editing the cell, this format is used
  • zimtree: Format for zimtree xml structure
Static Method cell_to_input Displayed table-cell will converted to gtk-entry input text
Static Method cell_to_zim Undocumented
Static Method input_to_cell Undocumented
Static Method zim_to_cell Undocumented
@staticmethod
def cell_to_input(text, with_pango=True): (source)
Displayed table-cell will converted to gtk-entry input text
@staticmethod
def cell_to_zim(text): (source)

Undocumented

@staticmethod
def input_to_cell(text, with_pango=True): (source)

Undocumented

@staticmethod
def zim_to_cell(text): (source)

Undocumented