1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00
documize/gui
Maximilian Bosch 06bf9efcfc
document/wysiwig: no margin for sublists
When having a list with sublists in a `markdown` section like this

  * top-level
  * another one
    * sub-elem 1
    * sub-elem 2

then documize will create a margin of 15px before and after the sublist
which is rather unintuitive as this will create the wrong impression
that these bullet-points have no relation to the parent one even though
this is the most common semantic reason for sublists.

This patch removes the margin at the top and bottom for those kinds of
sublists.
2020-10-31 21:47:23 +01:00
..
app document/wysiwig: no margin for sublists 2020-10-31 21:47:23 +01:00
config Add animation for ember attacher popup components 2019-03-13 11:42:55 +00:00
mirage EmberJS: FolderID to SpaceID 2018-10-12 17:54:15 +01:00
public Provide generic IFrame section for documents 2019-12-09 12:31:44 +00:00
tests Upgrade UI framework to Ember v3.10.0 2019-05-16 12:49:27 +01:00
vendor Upgrade Markdown preview dependency 2019-08-05 13:35:26 -04:00
.ember-cli moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.eslintignore Replaced underscore.js & is.js with lodash.js 2019-03-03 13:10:04 +00:00
.eslintrc.js Use Ember v3.12.0 2019-08-28 12:57:02 +01:00
.gitignore Upgrade EmberJS to v3.8.0 2019-02-28 17:46:02 +00:00
.template-lintrc.js Upgrade UI framework to Ember v3.10.0 2019-05-16 12:49:27 +01:00
.travis.yml Use Ember v3.12.0 2019-08-28 12:57:02 +01:00
.watchmanconfig Support dual login via LDAP and forms authentication 2019-05-13 16:14:11 +01:00
ember-cli-build.js Copy link to section to clipboard 2019-06-05 12:52:15 +01:00
package.json Database and LDAP upgrades 2020-05-21 12:32:46 +01:00
README.md [WIP] Upgrade EmberJS to 3.5.x 2018-12-08 15:35:41 +00:00
testem.js Use Ember v3.12.0 2019-08-28 12:57:02 +01:00
yarn.lock Database and LDAP upgrades 2020-05-21 12:32:46 +01:00

Documize

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd documize
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.