Function Repository Resource:

InsertMemoCell

Source Notebook

Create a formatted cell suitable for showing notes

Contributed by: Jayanta Phadikar and Kunal Khadke

ResourceFunction["InsertMemoCell"][]

adds a formatted note cell.

Details and Options

Formatted note cells are useful for improving the aesthetics in a computational essay/presentation.
A memo cell is a specially formatted Text cell.
ResourceFunction["InsertMemoCell"] accepts the following options:
"LeftFrameColor"Lighter[Blue,0.5]specifies what cell frame color to use
BackgroundLighter[Blue,0.92]specifies what background color to use
CellMargins{{66,0},{1,10}}specify cell margins for note cell

Examples

Basic Example: (2) 

Create a memo cell:

In[1]:=
ResourceFunction["InsertMemoCell"][]

Add some text:

Options: (3) 

LeftFrameColor (1) 

Change the cell frame color:

In[2]:=
ResourceFunction["InsertMemoCell"]["LeftFrameColor" -> Red]

Background (1) 

Change the Background color:

In[3]:=
ResourceFunction["InsertMemoCell"][Background -> LightRed]

CellMargins (1) 

Change the CellMargins:

In[4]:=
ResourceFunction["InsertMemoCell"][
 CellMargins -> {{100, 0}, {10, 10}}]

Publisher

Kunal Khadke

Version History

  • 1.0.0 – 20 September 2021

Related Resources

License Information