Skip to content

Commit b5d5755

Browse files
committed
refactor: class used in "not found tooltip" change to "ezlinks_not_found" to be more accurate with mkdocs-obsidian-links
1 parent bc8f27b commit b5d5755

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

Taskfile.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ tasks:
4848
cmds:
4949
- task: clean
5050
- task: version
51-
- task: build
5251
- task: publish

docs/embed_link.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
font-weight: normal;
2020
}
2121

22-
.not_found {
22+
.ezezlinks_not_found {
2323
background-color: rgba(211, 211, 211, 0.521);
2424
display: inline;
2525
color: grey;

mkdocs_embed_file_plugins/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def cite(
142142
def tooltip_not_found(link, soup, msg) -> BeautifulSoup:
143143
tooltip_template = (
144144
"<div class='citation'> <a class='link_citation'><i class='fas fa-link'></i> </a>"
145-
+ f'<p style="text-align: center; display: block"><i class="not_found" src={link["src"]}>'
145+
+ f'<p style="text-align: center; display: block"><i class="ezlinks_not_found" src={link["src"]}>'
146146
+ str(link["alt"])
147147
+ f"</i> {msg}</p>"
148148
+ "</div>"

semantic_release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version_toml = [
44
]
55

66
assets = []
7+
build_command = "uv build"
78
build_command_env = []
89
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
910
commit_parser = "angular"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)