Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request performs a comprehensive rebranding and functional update of the Obsidian plugin, changing its name from "Umbracidian" to "umbPublisher" and updating associated identifiers, assets, and documentation. It also introduces significant improvements to the plugin's settings UI, particularly in how users select the parent node for publishing content in Umbraco, now supporting dynamic fetching and hierarchical selection of nodes.
Rebranding and Naming Updates:
Renamed all references, files, code identifiers, and assets from
UmbracidiantoumbPublisherthroughout the codebase, including inpackage.json,manifest.json,README.md, and TypeScript classes and interfaces. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Updated plugin assets and icons to use new branding (e.g.,
umbPublisher-Logo.png,umbpublisher-logo.svg). [1] [2]Settings and Configuration Improvements:
Overhauled the settings UI to allow users to fetch and select the parent content node from Umbraco dynamically, including recursive retrieval and display of the content tree for easier selection. This replaces the previous manual UUID entry. [1] [2]
Added helper functions to fetch bearer tokens and recursively retrieve all content nodes from Umbraco for use in the settings panel.
Functional and UX Enhancements:
Improved the command registration to use
editorCheckCallbackfor better command availability detection and user feedback.Refined the logic for extracting frontmatter and content from notes, removing the dependency on the
gray-matterlibrary and instead using Obsidian’s metadata cache and file reading for more accurate content extraction. [1] [2]Documentation and Licensing:
Updated documentation and repository links to reflect the new plugin name and repository location. [1] [2]
Updated the
LICENSEfile to reflect the correct copyright holder and year.CI/CD Automation:
.github/workflows/release.yml) to automate plugin releases on tag pushes, building the plugin and creating draft releases with the necessary assets.