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

Provide a dialog for the editor settings #23

Open
peter88213 opened this issue Oct 19, 2024 · 0 comments
Open

Provide a dialog for the editor settings #23

peter88213 opened this issue Oct 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@peter88213
Copy link
Owner

peter88213 commented Oct 19, 2024

To set font, margins, line spacing, colors etc.

These are the settings to be edited (namespace: EditorWindow class):

        manager.kwargs[ed_color_bg_bright]  # 'white'
        manager.kwargs[ed_color_fg_bright]  # 'black'
        manager.kwargs[ ed_color_bg_light]  # 'antique white'
        manager.kwargs[ed_color_fg_light]  # 'black'
        manager.kwargs[ed_color_bg_dark]  # 'gray20'
        manager.kwargs[ed_color_fg_dark]  # 'light grey'
        manager.kwargs[ed_font_family]  # 'Courier'
        manager.kwargs[ed_font_size]  # 12
        manager.kwargs[ed_line_spacing]  # 4
        manager.kwargs[ed_line_width]  # 600
        manager.kwargs[ed_paragraph_spacing]  # 4
        manager.kwargs[ed_margin_x]  # 40
        manager.kwargs[ed_margin_y]  # 20
@peter88213 peter88213 added the enhancement New feature or request label Oct 19, 2024
@peter88213 peter88213 moved this to Ready in mdnovel features Oct 19, 2024
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
Status: Ready
Development

No branches or pull requests

1 participant