Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e095a3e
chore: update plugin description
Aetherinox Mar 11, 2024
d916dec
chore: update plugin description
Aetherinox Mar 11, 2024
168dfbf
chore: sentence case
Aetherinox Mar 11, 2024
52c90e7
deps: bump dependencies to latest versions
Aetherinox Mar 12, 2024
c94afee
feat: add github api status indicators
Aetherinox Mar 12, 2024
79700b2
chore: update language entries
Aetherinox Mar 12, 2024
e1be311
fix: component scope assignment
Aetherinox Mar 12, 2024
c930972
feat: add detection for disabled settings
Aetherinox Mar 12, 2024
f71e10c
build: bump to v1.4.3
Aetherinox Mar 12, 2024
834a0a9
build: v1.4.3
Aetherinox Mar 12, 2024
beb0110
tests: updated demo Gistr vault to latest version
Aetherinox Mar 12, 2024
6fb7f88
ci: update release workflow
Aetherinox Mar 12, 2024
cdaa2f4
ci(release): updated workflow
Aetherinox Mar 12, 2024
6828660
change: add rollup / npm support for auto generated UUID
Aetherinox Mar 12, 2024
75b4fad
ci: update actions/setup-node v2 -> v4
Aetherinox Mar 12, 2024
e23759e
refactor: changed the entire structure of plugin
Aetherinox Mar 12, 2024
e26286c
build: v1.4.4
Aetherinox Mar 12, 2024
98fcaff
tests: update demo vault to v1.4.4
Aetherinox Mar 12, 2024
c43f8b7
build: v1.4.4
Aetherinox Mar 12, 2024
068ea3a
ci: update
Aetherinox Mar 12, 2024
effec2b
build: v1.4.4
Aetherinox Mar 12, 2024
28556ae
build: rollup
Aetherinox Mar 12, 2024
0852b29
refactor: cleanup
Aetherinox Mar 13, 2024
405f1ec
refactor: reload
Aetherinox Mar 13, 2024
592ace1
chore: update typescript & rollup dependencies
Aetherinox Mar 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/changelog-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
}
],
"sort": "ASC",
"template": "## What's New\n<sup>Version began on: #{{FROM_TAG_DATE}} - #{{TO_TAG_DATE}}</sup>\n<br />\n### File Changes\nThis release contains the folllowing edits:\n<ul><li><a href='#{{RELEASE_DIFF}}'>Changed files</a> : <b>#{{CHANGED_FILES}}</b> </li><li>Commits : <b>#{{COMMITS}}</b> </li><li>Additions : <b>#{{ADDITIONS}}</b></li><li>Deletions : <b>#{{DELETIONS}}</b></li>\n<br />\n</ul>\n\n### Commits (#{{UNCATEGORIZED_COUNT}})\n#{{UNCATEGORIZED}}\n<br />\n\n### Pull Requests\n#{{CHANGELOG}}\n\n<br />\n\n",
"pr_template": "- ${{TITLE_ONLY}} : #{{MERGE_SHA}} @#{{AUTHOR}}",
"empty_template": "- No major changes to address in this release",
"custom_placeholders": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-autocheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
ref: "refs/pull/${{ steps.get_issue_number.outputs.result }}/merge"

- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4

- name: Get changed files
id: changed-files
Expand Down
151 changes: 116 additions & 35 deletions .github/workflows/release-tag.yml

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions dist/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "gistr",
"name": "Gistr",
"version": "1.4.2",
"version": "1.4.4",
"minAppVersion": "1.0.0",
"description": "Integrate OpenGist and Github gist snippets in your notes.",
"description": "Use your notes to embed, create, and update gists for Github and Opengist.",
"author": "Aetherinox",
"authorUrl": "https://github.com/Aetherinox",
"isDesktopOnly": false
Expand Down
42 changes: 39 additions & 3 deletions dist/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@ body
padding-bottom: 20px;
}

.gistr-settings-section-separator-15
{
padding-bottom: 15px;
}

.gistr-settings-elm-slider-preview
{
min-width: 30px;
Expand Down Expand Up @@ -419,7 +424,7 @@ body
cursor: pointer;
float: right;
width: 8%;
margin-top: 2px;
margin-top: 4px;
margin-bottom: 2px;
height: 0px;
}
Expand Down Expand Up @@ -490,6 +495,17 @@ body
border: 0px;
}

.gistr-settings-header-int-r .setting-item-control > input::selection
{
background: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.gistr-settings-modal .checkbox-container input[ type='checkbox' ], .gistr-settings-modal .checkbox-container, .gistr-settings-modal button, .gistr-settings-modal select
{
cursor: pointer;
Expand Down Expand Up @@ -522,7 +538,6 @@ body

.gistr-settings-ver-int-l
{
cursor: pointer;
float: left;
width: 40%;
margin-top: 2px;
Expand All @@ -539,7 +554,7 @@ body
cursor: pointer;
float: right;
width: 8%;
margin-top: 2px;
margin-top: 12px;
margin-bottom: 2px;
height: 0px;
}
Expand Down Expand Up @@ -575,11 +590,32 @@ body
border: 0px;
}

.gistr-settings-ver-int-r .setting-item-control > input::selection
{
background: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.gistr-settings-ver-int-r .gistr-settings-support-build-id > input
{
font-size: 9pt;
}

.gistr-settings-ver-int-c
{
clear: both;
}

.gistr-settings-ver-sublevel > .setting-item-description
{
margin-top: -2px;
}

/*
Target first div after h2.gistr-settings-header
<h2 class=""></h2>
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "gistr",
"name": "Gistr",
"version": "1.4.2",
"version": "1.4.4",
"minAppVersion": "1.0.0",
"description": "Integrate OpenGist and Github gist snippets in your notes.",
"description": "Use your notes to embed, create, and update gists for Github and Opengist.",
"author": "Aetherinox",
"authorUrl": "https://github.com/Aetherinox",
"isDesktopOnly": false
Expand Down
Loading