Skip to main content
This release is 34 versions behind 3.14.0 — the latest version of @celine/bibhtml. Jump to latest

Built and signed on GitHub Actions

@celine/bibhtml is a Web Components-based referencing system for HTML documents.

This package works with BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
64%
Published
5 months ago (0.15.0)
class BibhtmlBibliography
extends HTMLElement

Constructors

new
BibhtmlBibliography()

Properties

Methods

addCitation(
refId: string,
citation: BibhtmlCite,
): void
addReference(
refId: string,
reference: BibhtmlReference,
): void
attributeChangedCallback(
name: string,
oldValue: string | null,
_newValue: string | null,
): void
removeCitation(
refId: string,
citation: BibhtmlCite,
): void
render(): void

Static Properties

Static Methods

deprecated
defineCustomElement(name: string): void

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@celine/bibhtml

Import symbol

import { BibhtmlBibliography } from "@celine/bibhtml";

---- OR ----

Import directly with a jsr specifier

import { BibhtmlBibliography } from "jsr:@celine/bibhtml";

Add Package

npx jsr add @celine/bibhtml

Import symbol

import { BibhtmlBibliography } from "@celine/bibhtml";

Add Package

yarn dlx jsr add @celine/bibhtml

Import symbol

import { BibhtmlBibliography } from "@celine/bibhtml";

Add Package

pnpm dlx jsr add @celine/bibhtml

Import symbol

import { BibhtmlBibliography } from "@celine/bibhtml";

Add Package

bunx jsr add @celine/bibhtml

Import symbol

import { BibhtmlBibliography } from "@celine/bibhtml";