Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Options page modernization #78

Open
3 tasks
wheelercj opened this issue Jul 15, 2024 · 1 comment
Open
3 tasks

Options page modernization #78

wheelercj opened this issue Jul 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@wheelercj
Copy link
Collaborator

wheelercj commented Jul 15, 2024

Currently, Stardown's settings page is very simple. I would like to keep it easy to use and lightweight, but there are many ways it could be improved.

For example, the options page could let users directly:

  • report bugs
  • request a feature
  • donate

All without navigating to GitHub or another website.

@wheelercj wheelercj added the enhancement New feature or request label Jul 15, 2024
@wheelercj
Copy link
Collaborator Author

wheelercj commented Sep 5, 2024

In the future, settings for customizing markdown formatting will probably be added, such as:

  • code block style: fenced or indented. If fenced, backticks or tildes.
  • heading style: atx or setext
  • bold style: ** or __
  • italic style: * or _
  • indent with 4 spaces or a \t
  • inline links or reference links
  • whether to convert superscripts like y[1] to y[1] or y^[1]^, and subscripts like H2O to H2O or H~2~O (the latter of each use the rarely supported markdown syntax explained in Extended Syntax | Markdown Guide)
  • whether to align tables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants