You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenGist integration works well, however, the way gists are displayed could be better. Currently working with the OpenGist developer to make revisions to his HTML / CSS so that gists display in a similar fashion to Github.
At present, this plugin had to introduce custom edits to make gists for OpenGist look better. Topic areas are:
Header background of gist can cut off if the user has a gist which scrolls horizontally (applied plugin-side fix)
Applied custom CSS properties to ensure the gist snippet background color continues past the Obsidian frame for the gist.
While the plugin has fixes to address these, this should really be handled by OpenGIst to make for a more seamless integration.
Objectives
Move gist snippet details to footer of embedded gist (filename, view raw button, etc)
Migrate scrollbar to separate gist snippet and gist footer
Paint scrollbar with CSS
Scrollbar should be thinner, and customizable by user depending on the theme selected.
The text was updated successfully, but these errors were encountered:
Summary
OpenGist integration works well, however, the way gists are displayed could be better. Currently working with the OpenGist developer to make revisions to his HTML / CSS so that gists display in a similar fashion to Github.
At present, this plugin had to introduce custom edits to make gists for OpenGist look better. Topic areas are:
While the plugin has fixes to address these, this should really be handled by OpenGIst to make for a more seamless integration.
Objectives
The text was updated successfully, but these errors were encountered: