Skip to content

[Feature Request]: Ability to move the appendix from bottom to top #119

@adammartelletti

Description

@adammartelletti

Is your feature request related to a problem? Please describe.
Having the option to move the appendix container above the content container in the appearance area, I've used the custom CSS to change it and works for me.

Describe the solution you'd like

div#content.content {
  order: 1;
  padding-top: 5%;
}

div#appendix.appendix {
  padding: 4em 1em 0;
}

Describe alternatives you've considered
Adding the custom CSS

Additional context
Anyone looking to add the CSS to their editor, you need to make sure to "Save these settings as your personal default:" and will only apply to newly created notes and not existing ones. Note this isn't a perfect solution and might not work well for long notes.

2021-02-11_15-31-51

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions