Releases: Aetherinox/obsidian-gistr
v1.3.1
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
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
- update tsconfig.json : 90a7436 @Aetherinox
✏️ Docs
- (readme) update : b225f4a @Aetherinox
📦 Build & Dependencies
- v1.3.0 : da0615b @Aetherinox
v1.2.0
What's New
Version began on: 2024-03-02T11:22:42.000Z -
File Changes
This release contains the folllowing edits:
- Changed files : 19
- Commits : 19
- Additions : 2648
- Deletions : 502
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
- append
- 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
- bump version : b58d747 @Aetherinox
✏️ Docs
- (readme) update theme instructions : 7e79ae5 @Aetherinox
- (contrib) update standards : 8d384d3 @Aetherinox
🧪 Tests
- (vault) update : 1201c35 @Aetherinox
📦 Build & Dependencies
- v1.2.0 : bdcc121 @Aetherinox
v1.1.0
What's New
Version began on: 2024-02-29T16:54:18.000Z -
File Changes
This release contains the folllowing edits:
- Changed files : 14
- Commits : 14
- Additions : 1110
- Deletions : 385
- 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
build: post verification