Skip to content

v0.0.6

Latest
Compare
Choose a tag to compare
@hreikin hreikin released this 16 Apr 21:50
· 36 commits to main since this release

Commits

  • 5043706: Switched from static menu generation to dynamically generating the style menu from the options advertised from pygments.style.get_all_styles() (Hezekiah.Bregalad) #7
  • d71e584: clean up (Hezekiah.Bregalad) #7
  • 1b00586: Added export html button to toolbar, and it's functionality. (Hezekiah.Bregalad) #6
  • fe3e62c: Added error checking, and color defaulting. (Hezekiah.Bregalad) #7
  • c3bbee7: Test complete (Hezekiah.Bregalad) #12
  • cce5db7: This branch of research is in response the issue regarding scrollbars: (Hezekiah.Bregalad) #12
  • 50d4837: Update project README layout, strip out the HTML elements in favour of the pure markdown. (Michael Haslam)
  • 6cd5869: Fix navigation order. (Michael Haslam)
  • 128d675: Update documentation with new links to github project and discussions. (Michael Haslam)
  • 5406a89: Update links. (Michael Haslam)
  • 73e9af2: Fix formatting. (Michael Haslam)
  • c8c8904: Create workflow to check builds on pull/merge. (Michael Haslam)
  • 69ddbdf: Update default string. (Michael Haslam)
  • afd3d1c: Create logger function to instantiate a logger and return it. (Michael Haslam)
  • 383fc75: Basic logger integration. (Michael Haslam)
  • 6c10b61: Merge branch 'hreikin:main' into HTML-source-with-scrollbars-suggestion (hbregalad) #12
  • 6ae04df: Update template formatting. (Michael Haslam)
  • ea9cf50: Remove unused imports after logging integration. (Michael Haslam)
  • e3d6dc1: Move template up one directory. (Michael Haslam)
  • c657875: Adapt check_bold_italic function to work with other double-sided markdown formatting. (Michael Haslam)
  • 7bcfb97: Update docstring. (Michael Haslam)
  • 619ebe4: Update docstring with an improved description. (Michael Haslam)
  • dd54cd7: Rename function to avoid confusion. (Michael Haslam)
  • 2c9fa7a: Improve formatting of logging output. (Michael Haslam)
  • cccf456: Integrate logging changes, change default theme to monokai and comment out scrollbar related functions until needed/removed. (Michael Haslam)
  • 64c385f: Configure markdown extensions for HTML conversion. (Michael Haslam)
  • 326301a: Update with pymdownx. (Michael Haslam)
  • e219a09: Integrate configured extensions. (Michael Haslam)
  • 7a80bac: Applies styling to HTML code text area. (Michael Haslam)
  • 8be0cca: Rename variables to improve readability. (Michael Haslam)
  • a85869a: Create a placeholder export options area. (Michael Haslam)
  • b76e385: Restructures the frame layout so buttons are now split into two groups. (Michael Haslam)
  • cec6120: Configure codehilite markdown extension. (Michael Haslam)
  • b63b555: Apply pygments CSS styles to rendered preview. (Michael Haslam)
  • c765dbd: Fix typo in example. (Michael Haslam)
  • dc8073b: Adds two simple templates as multiline strings. This functionality will be expanded to use Jinja2 or similar later. (Michael Haslam)
  • ae80d8f: Integrates default template. (Michael Haslam)
  • cd231b2: Adds a middle section to the templates and creates a template list variable. (Michael Haslam)
  • d04d17f: Adds a combobox for template selection (unfinished) and integrates middle template section into final HTML creation. (Michael Haslam)
  • 21d9b6c: Add export HTML button to export optons. (Michael Haslam)
  • d198572: Create stringvar for combobox and set default value and set default template values for when the editor loads. (Michael Haslam)
  • 7ad6bae: Create a dict of templates and their corresponding values. (Michael Haslam)
  • 42b9086: A function to change templates which has the <> event bound to it. (Michael Haslam)
  • 4b1ea0f: Create basic edit HTML before export functionality, create a button to enable it and integrate the changes to enable them. (Michael Haslam)
  • fc1544f: Warning message when editing HTML before export. (Michael Haslam)
  • a067907: Load a light style first and then set a dark style to fix an issue in the editor where text colours were not being applied correctly. (Michael Haslam)
  • 2ca2a7f: Don't set the default theme to dark when instantiated as issue with text colours was still present but intermittent. More work is required to find the source of this issue. (Michael Haslam)
  • 0c0e113: Update docstrings to reflect recent changes. (Michael Haslam)
  • fc7f338: Update classifiers and install_requires. (Michael Haslam)
  • 3a7243c: Update version numbers. (Michael Haslam)
  • 2df61e2: Update documentation to reflect latest changes. (Michael Haslam)