All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.3 - 2024-09-05
- Refactor plugin
id
import tothis.manifest.id
reference. - Move
log.ts
andpaint-roller.ts
to a newsrc/
directory. - Use
this.manifest.dir
.
- Removed old plugin id values from the test vault's plugins list.
0.6.2 - 2024-08-18
- Non-affiliation disclaimer in
README.md
.
- Check for
instanceof
FileSystemAdapter
instead of type casting.
0.6.1 - 2024-08-16
- Added
styles.css
to GitHub release.
0.6.0 - 2024-08-16
- Change project name to
tailwind-snippet-obsidian-plugin
and plugin id totailwind-snippet
. - Change class names to
TailwindSnippet
. - Change
SettingsTab
toSettingTab
.
0.5.1 - 2024-08-14
- Use NodeJS version 20 in GitHub release workflow.
- Formatting rules (2 spaces instead of tabs).
- Altered descriptions for some settings.
0.5.0 - 2024-08-13
- Ribbon icon to manually refresh the generated CSS snippet.
- The
debug
NPM package as a dependency. - Notices
- On manual refreshes
- On errors
- Safeguard and visual feedback for file-based settings.
- Test page for custom Tailwind entrypoints, using dataview.
0.4.1 - 2024-08-01
- Test Obsidian vault.
- Better README
- Formatted code
- Changed wording in plugin settings
0.4.0 - 2024-07-30
- Updated all dependencies.
- Updated year in LICENSE file.
0.3.1 - 2023-08-30
- Skip main routine if no content is found for TailwindCSS to process.
- Use correct value for plugin name that is also the name of the release archive.
- Create snippets directory during onload if it does not already exist.
0.3.0 - 2023-07-30
- Added
margin-left
to prefix selector setting to denote its dependency on the prefix selector toggle. - Custom TailwindCSS/PostCSS entrypoint setting.
- Custom TailwindCSS theme setting.
- Custom TailwindCSS content setting.
- Refactor
enablePrefixer
toaddPrefixSelector
.
- Dynamically enable and disable the prefix selector setting when the feature is toggled.
- Removed 'obsidian' from plugin ID in
manifest.json
. - Removed 'obsidian' from plugin ID in
README.md
installation instructions.
0.2.2 - 2023-07-01
- Developer notes in README.
- Use new name of plugin when referencing static files.
0.2.1 - 2023-06-27
- Installation instructions.
- Added
tailwind.css
andpreflight.css
to the release.
0.2.0 - 2023-06-25
- MIT License with credits to packaged dependencies
- Users can prefix all of Tailwind's styles with a configurable CSS selector.
0.1.0 - 2023-06-22
- Created the Unofficial TailwindCSS Obsidian Plugin, which uses TailwindCSS and PostCSS to generate a CSS snippet from a vault's Markdown files.
- Users can opt to enable TailwindCSS's Preflight styles.