diff --git a/.github/DISCUSSION_TEMPLATE/feature-requests.yaml b/.github/DISCUSSION_TEMPLATE/feature-requests.yaml index 69044f8..d8575ee 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/obsidian-latex-eq-refer/discussions/categories/ideas) and didn't find any similar feature requests." + - label: "I searched previous [Ideas in Discussions](https://github.com/YouFoundJK/ObsiTeXcore/discussions/categories/ideas) and didn't find any similar feature requests." required: true - - label: "I searched previous [Issues](https://github.com/YouFoundJK/obsidian-latex-eq-refer/issues) and didn't find any similar feature requests." + - label: "I searched previous [Issues](https://github.com/YouFoundJK/ObsiTeXcore/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 246a0ce..6a757d8 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 LaTeX Equation Referencer +description: Create a bug report to help us improve ObsiTeXcore labels: ["bug"] body: - type: markdown attributes: value: | ## Before you start - Please **make sure you are on the latest version of LaTeX Equation Referencer.** + Please **make sure you are on the latest version of ObsiTeXcore.** 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/obsidian-latex-eq-refer/issues?q=state%3Aopen%20label%3Abug) and didn't find any similar reports." + - label: "I searched previous [Bug Reports](https://github.com/YouFoundJK/ObsiTeXcore/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 LaTeX Equation Referencer version are you using? + description: Which ObsiTeXcore 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 4523d8b..d65090f 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/obsidian-latex-eq-refer/discussions/categories/ideas) so that they can be voted on and prioritized. + Please [submit feature requests as Discussions](https://github.com/YouFoundJK/ObsiTeXcore/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/obsidian-latex-eq-refer/discussions/categories/ideas). + - label: I will submit my feature request as a [Discussion](https://github.com/YouFoundJK/ObsiTeXcore/discussions/categories/ideas). required: true diff --git a/.github/instructions/Snippets insertion.instructions.md b/.github/instructions/Snippets insertion.instructions.md deleted file mode 100644 index 0c75aae..0000000 --- a/.github/instructions/Snippets insertion.instructions.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -applyTo: "src/*, /*.ts, **/*.js, **/*.tsx, **/*.jsx, **/*.css" -exclude: "**/*.txt" ---- -Scan through my codebase and find the necessary files and intelligently make the suggested changes to it. Do not overwrite the files, but only modify the snippets as required. Only if you cannot find the file required will you create a new file and write into it. - -IMPORTANT: -- Follow the instructions exactly and do not deviate from them or main your own interpretation. -- Do not suggest any changes that are not in the context of the instructions. -- Its recommended to update the logs for all the changes done so far in a new file in the obsidian vault folder `VSCODE blueprints`. - -Key points: -- Ensure that the changes are made in a way that they do not disrupt existing functionality. -- Prioritze implementation with the least code changes so that its easier to debug. -- Maintain modularity and reuse as much as possible. \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 172235b..63c3a46 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/obsidian-latex-eq-refer/blob/master/CONTRIBUTING.md).* +*Please read and verify you have adhered to all guidelines outlined in [CONTRIBUTING.md](https://github.com/YouFoundJK/ObsiTeXcore/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 104e635..7f2ccac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ -# πŸŽ‰ Contributing to LaTeX Equation Referencer +# πŸŽ‰ Contributing to ObsiTeXcore -LaTeX Equation Referencer is open to contributions, and we’re excited to have you here! This guide will help you get set up for local development. +ObsiTeXcore 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 LaTeX Equation Referencer! πŸŽ¨πŸ“ +Thanks for helping improve ObsiTeXcore! πŸŽ¨πŸ“ diff --git a/README.md b/README.md index 2ffe1c5..97a921f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# LaTeX Equation Referencer for Obsidian +# ObsiTeXcore for Obsidian -> **LaTeX Equation Referencer** is a minimalistic [Obsidian.md](https://obsidian.md/) plugin for automatic equation numbering and referencing. It is a streamlined fork of the original [LaTeX-like Theorem & Equation Referencer](https://ryotaushio.github.io/obsidian-latex-theorem-equation-referencer/) by Ryota Ushio. +> **ObsiTeXcore** is a minimalistic [Obsidian.md](https://obsidian.md/) plugin for automatic equation numbering and referencing. It is a streamlined fork of the original [LaTeX-like Theorem & Equation Referencer](https://ryotaushio.github.io/obsidian-latex-theorem-equation-referencer/) by Ryota Ushio. -πŸ“š **[Full Documentation](https://youfoundjk.github.io/obsidian-latex-eq-refer/)** +πŸ“š **[Full Documentation](https://youfoundjk.github.io/ObsiTeXcore/)** ## Key Differences from Original @@ -75,13 +75,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 "LaTeX Equation Referencer" +2. Click **Browse** and search for "ObsiTeXcore" 3. Click **Install**, then **Enable** ### Manual Installation -1. Download `main.js`, `manifest.json`, and `styles.css` from the [latest release](https://github.com/YouFoundJK/obsidian-latex-eq-refer/releases) -2. Create folder: `/.obsidian/plugins/math-booster/` +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/` 3. Copy the files into this folder 4. Restart Obsidian and enable the plugin @@ -104,7 +104,7 @@ Use the "Fix callout equations" command to repair broken indentation. ## Configuration -See the [Settings Reference](https://youfoundjk.github.io/obsidian-latex-eq-refer/configuration/settings/) for all configuration options. +See the [Settings Reference](https://youfoundjk.github.io/ObsiTeXcore/configuration/settings/) for all configuration options. ## Credits diff --git a/docs/assets/javascripts/analytics-events.js b/docs/assets/javascripts/analytics-events.js index 0a48c2e..cf0d01d 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('/obsidian-latex-eq-refer', '') || '/'; + payload.url = payload.url.replace('/ObsiTeXcore', '') || '/'; } return payload; }; @@ -33,7 +33,7 @@ function investigateUmamiEvent(eventName, eventData) { // Ensure the repository subdirectory name is stripped from custom events too if (eventData && eventData.page) { - eventData.page = eventData.page.replace('/obsidian-latex-eq-refer', '') || '/'; + eventData.page = eventData.page.replace('/ObsiTeXcore', '') || '/'; } window.umami.track(eventName, eventData); diff --git a/docs/configuration/settings.md b/docs/configuration/settings.md index 98e949e..43b7edb 100644 --- a/docs/configuration/settings.md +++ b/docs/configuration/settings.md @@ -1,6 +1,6 @@ # Settings Reference -Complete reference for all LaTeX Equation Referencer settings. +Complete reference for all ObsiTeXcore settings. ## Equation Numbering & Referencing diff --git a/docs/features/equations.md b/docs/features/equations.md index c9889fd..5e872e5 100644 --- a/docs/features/equations.md +++ b/docs/features/equations.md @@ -1,6 +1,6 @@ # Equation Numbering & Referencing -The core feature of LaTeX Equation Referencer is automatic equation numbering using LaTeX `\tag{}` commands and smart referencing via internal links. +The core feature of ObsiTeXcore 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 db6ccd2..ae02f7d 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 "LaTeX Equation Referencer" +2. Click **Browse** and search for "ObsiTeXcore" 3. Click **Install**, then **Enable** ### Manual Installation -1. Download `main.js`, `manifest.json`, and `styles.css` from the [latest release](https://github.com/YouFoundJK/obsidian-latex-eq-refer/releases) -2. Create folder: `/.obsidian/plugins/math-booster/` +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/` 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 47912e4..5c5a485 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# LaTeX Equation Referencer +# ObsiTeXcore A minimalistic Obsidian plugin for automatic equation numbering and referencing. @@ -49,7 +49,7 @@ A minimalistic Obsidian plugin for automatic equation numbering and referencing. ## How It Differs from Original -| Feature | Original Math Booster | LaTeX Equation Referencer | +| Feature | Original Math Booster | ObsiTeXcore | |---------|----------------------|---------------------------| | Scope | Vault-wide scanning | Active note only | | Theorem Support | βœ… Full support | ❌ Removed | diff --git a/docs/overrides/partials/footer.html b/docs/overrides/partials/footer.html index f48c520..20026c5 100644 --- a/docs/overrides/partials/footer.html +++ b/docs/overrides/partials/footer.html @@ -2,7 +2,7 @@