Releases: SuhJae/mobiledoc-py
Releases · SuhJae/mobiledoc-py
V0.3.1
V0.3.0
V0.2.1
v0.2.0
Added more methods as follows:
add_button(text: str, url: str, alignment:str = "center")
: Adds a button to mobiledoc.add_HTML(self, html:str):
: Adds raw HTML card to mobiledoc.add_markdown(self, markdown:str):
: Adds raw markdown card to mobiledoc.add_file(self, url: str, filename: str, filetitle: str, filesize: int, filecaption: str = ""):
: Adds a file to mobiledoc.def add_callout(self, text: str, emoji: str = "", color: str = "accent"):
: Adds a callout to mobiledoc.
v0.1.0
This is the starting point of this package.
This supports some of the basic formatting options in mobiledoc format such as:
- Text formatting (bold, code, italic, underline, subscript, superscript, strikethrough, and hyperlink.)
- Adding images
- Adding dividers
- Adding custom data
And other APIs that allows to fetch the current status of the mobiledoc.