Skip to content

Releases: Aetherinox/obsidian-gistr

v1.3.1

07 Mar 23:48
4cb299a
Compare
Choose a tag to compare

What's New

This release contains the following changes:

  • change: stylesheet properties
    • fixed a few minor inconsistencies
  • added: prep-work libraries for upcoming v1.4.0 update
  • added: frontmatter package to handle adding / editing gists
    • see details below



What's Coming

v1.4.0 will introduce the ability to create and save gists directly from your Obsidian notes and Github. These commands will be accessible via the right-click context menu, and also the command palette. Any time you make a change to a gist, you can push those changes to a designated gist hosted on Githib.



This new set of features will require you to modify your Gistr Settings within Obsidian and supply a Github API Key. Instructions for doing this will be added to the wiki.



v1.3.0

06 Mar 23:09
7c658c8
Compare
Choose a tag to compare

What's New

Version began on: 2024-03-04T17:24:20.000Z -

File Changes

This release contains the folllowing edits:

  • Changed files : 18
  • Commits : 15
  • Additions : 2650
  • Deletions : 1373

What's Changed

  • feat: added opacity setting for Github and Opengist code blocks
  • feat: added auto-refresh in reading / preview mode
    • When changes to the settings are made, they will automatically update in Reading mode
  • feat: added "Text Wrapping" mode in Global Settings
    • If enabled, text will wrap to the next line instead of showing a scrollbar for certain types of documents.
    • Text wrapping mode does NOT work if you have a gist which has absolutely no spaces anywhere in the text.
  • feat: added Github Personal Access Token field
    • This will be used for the upcoming features which allow you to save / edit gists from your Obsidian vault.
    • It is not needed if you want to just embed gists in your notes.
    • Validates the token entered and notifies the user if the token is proper
  • change: modified theme colors for Github and Opengist to make things more colorful
  • change: made custom CSS boxes wider since certain themes were tiny
  • change: colored settings text between Light and Dark theme settings to make things easier to read
  • change: tabs in settings now has cursor pointer to indicate it is clickable

Pull Requests

🔧 Changes

✏️ Docs

📦 Build & Dependencies



v1.2.0

04 Mar 17:27
ee96b55
Compare
Choose a tag to compare

What's New

Version began on: 2024-03-02T11:22:42.000Z -

File Changes

This release contains the folllowing edits:

Changes

  • feat(github): added support for Github dark theme
  • feat(github): added new colorization options for github themes
  • feat(themes): added new color theme option to change codeblock text color
  • feat(themes): can now force a specific theme on both Github and Opengist snippets
    • append &themename to the end of the gist url
  • change(themes): theme dropdown box moved to "Global" menu tab
  • perf: minor optimization adjustments
  • chore: cleaned up stylesheet management for Github and OpenGist

Pull Requests

🔧 Changes

✏️ Docs

🧪 Tests

📦 Build & Dependencies



v1.1.0

02 Mar 11:25
5e110c9
Compare
Choose a tag to compare

What's New

Version began on: 2024-02-29T16:54:18.000Z -

File Changes

This release contains the folllowing edits:

  • Added color-picker for settings
  • Added new theme system for OpenGist snippets which allows each gist codeblock to be assigned a different theme
  • Cleaned up code
  • Minor optimizations to how gists are processed which makes them faster loading now.


1.0.0

29 Feb 16:56
b883ae4
Compare
Choose a tag to compare
build: post verification