diff --git a/.github/DISCUSSION_TEMPLATE/feature-requests.yaml b/.github/DISCUSSION_TEMPLATE/feature-requests.yaml index d0237fe..c103907 100644 --- a/.github/DISCUSSION_TEMPLATE/feature-requests.yaml +++ b/.github/DISCUSSION_TEMPLATE/feature-requests.yaml @@ -5,9 +5,9 @@ body: attributes: label: "⚠️ Please check that this feature request hasn't been suggested before." options: - - label: "I searched previous [Ideas in Discussions](https://github.com/YouFoundJK/ObsiTeXcore/discussions/categories/ideas) and didn't find any similar feature requests." + - label: "I searched previous [Ideas in Discussions](https://github.com/YouFoundJK/TeXcore/discussions/categories/ideas) and didn't find any similar feature requests." required: true - - label: "I searched previous [Issues](https://github.com/YouFoundJK/ObsiTeXcore/issues) and didn't find any similar feature requests." + - label: "I searched previous [Issues](https://github.com/YouFoundJK/TeXcore/issues) and didn't find any similar feature requests." required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 48d59f9..8914f7a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,12 +1,12 @@ name: Bug Report -description: Create a bug report to help us improve ObsiTeXcore +description: Create a bug report to help us improve TeXcore labels: ['bug'] body: - type: markdown attributes: value: | ## Before you start - Please **make sure you are on the latest version of ObsiTeXcore.** + Please **make sure you are on the latest version of TeXcore.** If you encountered the issue after you installed, updated, or reloaded the plugin, **please try restarting Obsidian before reporting the bug**. - type: checkboxes @@ -15,7 +15,7 @@ body: label: "Please check that this issue hasn't been reported before." description: 'The **Label filters** may help make your search more focused.' options: - - label: "I searched previous [Bug Reports](https://github.com/YouFoundJK/ObsiTeXcore/issues?q=state%3Aopen%20label%3Abug) and didn't find any similar reports." + - label: "I searched previous [Bug Reports](https://github.com/YouFoundJK/TeXcore/issues?q=state%3Aopen%20label%3Abug) and didn't find any similar reports." required: true - type: textarea @@ -86,7 +86,7 @@ body: id: plugin-version attributes: label: Plugin Version - description: Which ObsiTeXcore version are you using? + description: Which TeXcore version are you using? placeholder: 'Enter plugin version here.' validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index c1c923d..a0c60e1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -6,11 +6,11 @@ body: attributes: value: | ## Feature Requests have moved to Discussions - Please [submit feature requests as Discussions](https://github.com/YouFoundJK/ObsiTeXcore/discussions/categories/ideas) so that they can be voted on and prioritized. + Please [submit feature requests as Discussions](https://github.com/YouFoundJK/TeXcore/discussions/categories/ideas) so that they can be voted on and prioritized. - type: checkboxes attributes: label: Submit on Discussions description: Please submit your feature request as a Discussion. options: - - label: I will submit my feature request as a [Discussion](https://github.com/YouFoundJK/ObsiTeXcore/discussions/categories/ideas). + - label: I will submit my feature request as a [Discussion](https://github.com/YouFoundJK/TeXcore/discussions/categories/ideas). required: true diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 63c3a46..7feaaa2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -41,7 +41,7 @@ Acceptance Criteria: - [ ] Chore / maintenance ## Code Quality Checklist (MANDATORY) -*Please read and verify you have adhered to all guidelines outlined in [CONTRIBUTING.md](https://github.com/YouFoundJK/ObsiTeXcore/blob/master/CONTRIBUTING.md).* +*Please read and verify you have adhered to all guidelines outlined in [CONTRIBUTING.md](https://github.com/YouFoundJK/TeXcore/blob/master/CONTRIBUTING.md).* - **[SOLID](https://en.wikipedia.org/wiki/SOLID), [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself)**: - [ ] Designed polymorphically where appropriate. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f2ccac..1e8d212 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ -# πŸŽ‰ Contributing to ObsiTeXcore +# πŸŽ‰ Contributing to TeXcore -ObsiTeXcore is open to contributions, and we’re excited to have you here! This guide will help you get set up for local development. +TeXcore is open to contributions, and we’re excited to have you here! This guide will help you get set up for local development. > We welcome any and all types of PR, including ones assisted by AI. To ensure the codebase is clean and up to standard, we strictly adhere to the following principles. @@ -51,4 +51,4 @@ All build output will appear in the root directory (`main.js` and `styles.css`) > πŸ’‘ **Recommended:** Use the [Hot Reload plugin](https://github.com/pjeby/hot-reload) to make development smoother β€” it auto-reloads your plugin changes. -Thanks for helping improve ObsiTeXcore! πŸŽ¨πŸ“ +Thanks for helping improve TeXcore! πŸŽ¨πŸ“ diff --git a/README.md b/README.md index 6274988..7154492 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@
- Downloads - Version + Downloads + Version
-# ObsiTeXcore for Obsidian +# TeXcore for Obsidian A minimalistic [Obsidian.md](https://obsidian.md/) plugin for automatic equation numbering and referencing. -πŸ“š **[Full Documentation](https://youfoundjk.github.io/ObsiTeXcore/)** +πŸ“š **[Full Documentation](https://youfoundjk.github.io/TeXcore/)** ## Key Differences from Original @@ -80,13 +80,13 @@ Use the "Fix callout equations" command to repair broken indentation. ### From Community Plugins 1. Open Obsidian Settings β†’ **Community plugins** -2. Click **Browse** and search for "ObsiTeXcore" +2. Click **Browse** and search for "TeXcore" 3. Click **Install**, then **Enable** ### Manual Installation -1. Download `main.js`, `manifest.json`, and `styles.css` from the [latest release](https://github.com/YouFoundJK/ObsiTeXcore/releases) -2. Create folder: `/.obsidian/plugins/obsitexcore/` +1. Download `main.js`, `manifest.json`, and `styles.css` from the [latest release](https://github.com/YouFoundJK/TeXcore/releases) +2. Create folder: `/.obsidian/plugins/TeXcore/` 3. Copy the files into this folder 4. Restart Obsidian and enable the plugin @@ -109,7 +109,7 @@ Use the "Fix callout equations" command to repair broken indentation. ## Configuration -See the [Settings Reference](https://youfoundjk.github.io/ObsiTeXcore/configuration/settings/) for all configuration options. +See the [Settings Reference](https://youfoundjk.github.io/TeXcore/configuration/settings/) for all configuration options. ## License diff --git a/docs/assets/javascripts/analytics-events.js b/docs/assets/javascripts/analytics-events.js index fa8f9da..b3af7ee 100644 --- a/docs/assets/javascripts/analytics-events.js +++ b/docs/assets/javascripts/analytics-events.js @@ -2,7 +2,7 @@ window.cleanUmamiUrl = function (type, payload) { if (payload && payload.url) { // Strip the repository name from the URL prefix for cleaner dashboard visibility - payload.url = payload.url.replace('/ObsiTeXcore', '') || '/'; + payload.url = payload.url.replace('/TeXcore', '') || '/'; } return payload; }; @@ -32,7 +32,7 @@ function investigateUmamiEvent(eventName, eventData) { if (window.umami && typeof window.umami.track === 'function') { // Ensure the repository subdirectory name is stripped from custom events too if (eventData && eventData.page) { - eventData.page = eventData.page.replace('/ObsiTeXcore', '') || '/'; + eventData.page = eventData.page.replace('/TeXcore', '') || '/'; } window.umami.track(eventName, eventData); diff --git a/docs/configuration/settings.md b/docs/configuration/settings.md index 43b7edb..decac7f 100644 --- a/docs/configuration/settings.md +++ b/docs/configuration/settings.md @@ -1,6 +1,6 @@ # Settings Reference -Complete reference for all ObsiTeXcore settings. +Complete reference for all TeXcore settings. ## Equation Numbering & Referencing diff --git a/docs/features/equations.md b/docs/features/equations.md index 5e872e5..f83c753 100644 --- a/docs/features/equations.md +++ b/docs/features/equations.md @@ -1,6 +1,6 @@ # Equation Numbering & Referencing -The core feature of ObsiTeXcore is automatic equation numbering using LaTeX `\tag{}` commands and smart referencing via internal links. +The core feature of TeXcore is automatic equation numbering using LaTeX `\tag{}` commands and smart referencing via internal links. ## How Equation IDs Work diff --git a/docs/getting-started.md b/docs/getting-started.md index ae02f7d..a794a31 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -5,13 +5,13 @@ ### From Community Plugins 1. Open Obsidian Settings β†’ **Community plugins** -2. Click **Browse** and search for "ObsiTeXcore" +2. Click **Browse** and search for "TeXcore" 3. Click **Install**, then **Enable** ### Manual Installation -1. Download `main.js`, `manifest.json`, and `styles.css` from the [latest release](https://github.com/YouFoundJK/ObsiTeXcore/releases) -2. Create folder: `/.obsidian/plugins/obsitexcore/` +1. Download `main.js`, `manifest.json`, and `styles.css` from the [latest release](https://github.com/YouFoundJK/TeXcore/releases) +2. Create folder: `/.obsidian/plugins/TeXcore/` 3. Copy the downloaded files into this folder 4. Restart Obsidian and enable the plugin diff --git a/docs/index.md b/docs/index.md index 653fda5..e44aa5d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# ObsiTeXcore +# TeXcore A minimalistic Obsidian plugin for automatic equation numbering, referencing with support for PDE exports and . diff --git a/docs/overrides/partials/footer.html b/docs/overrides/partials/footer.html index 00351f9..092ece6 100644 --- a/docs/overrides/partials/footer.html +++ b/docs/overrides/partials/footer.html @@ -2,7 +2,7 @@