deckdeckgo icon indicating copy to clipboard operation
deckdeckgo copied to clipboard

docs 👉 more features and ideas

Open peterpeterparker opened this issue 3 years ago • 1 comments

Affected part of DeckDeckGo

  • [X] 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

peterpeterparker avatar Nov 15 '21 14:11 peterpeterparker

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;
}

peterpeterparker avatar Jan 07 '22 10:01 peterpeterparker