deckgo/deckdeckgo

docs ๐Ÿ‘‰ more features and ideas

peterpeterparker opened this issue ยท 1 comments

Affected part of DeckDeckGo

  • Studio (online editor)

Feature Description

Features that would be neat in the document editor:

  • hr (markwon ---) โœ…
  • font size โœ…
  • adds code in sentence as in markdown with quote ` โœ…
  • image from urls
  • page separator (when printed push content on a new page)
  • code block options
  • clickable checkbox ("lists of checkbox when I go shopping")
  • add new paragraphs without using mouse (/ -> popover)
  • image within paragraphs with an optional field for the description of the image
  • copy paste with links (href) in memory
  • top-bottom margin for text paragraphs

Style blockquote

deckgo-doc blockquote {
  box-shadow: rgb(41 41 41) 3px 0 0 0 inset;
  padding-left: 23px;
  margin-left: -20px;
  margin: 0;
  font-style: italic;
}