Barcode Generator

by noxonad
5
4
3
2
1
Score: 54/100

Description

The Barcode Generator plugin enables users to create and display barcodes within Obsidian notes using various barcode types. It supports customization of barcode formats, including Code 128, EAN, UPC, and more, with options to modify settings such as dimensions and colors. Barcodes can be generated through simple Markdown code blocks, allowing seamless integration into notes. This plugin is ideal for users who need barcodes for labeling, inventory management, or other organizational purposes directly within their Obsidian workflows.

Reviews

No reviews yet.

Stats

10
stars
3,010
downloads
2
forks
891
days
842
days
845
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
4
commits

Latest Version

2 years ago

Changelog

Now you can customize your barcodes individually with barcode-custom. See more in the CHANGELOG.

README file from

Github

Obsidian Barcode Generator

A plugin for obsidian that generates and displays barcodes in different variations. It uses the JsBarcode plugin to generate the barcode.

For a plugin that generates qr codes, you might check this repository.

Installation

From Obsidian

You can activate this plugin within Obsidian by doing the following:

  • Open Settings > Comunity Plugins;
  • Make sure the Restricted Mode is off;
  • Click on Browse community plugins;
  • Search for "Barcode";
  • Click Install;
  • Don't forget to enable it before using.

Mobile

This plugin works on mobile as well. The installation processs is the same as on desktop.

Manual Installation

You can download this plugin manually from the latest releases. Copy the main.js and manifest.json into <vault>/.obsidian/plugins/obsidian-barcode. Then you can enable the plugin from Comunity Plugins in obsidian.

Usage

For an insertion of the default barcode, you can use the following codeblock structure:

```barcode
content
```

If you want to select a specific type of barcode, you can type dash and then the barcode types:

```barcode-code128
content
```

If you want to make a barcode different from the sandard settings, this can be done using barcode-custom:

```barcode-custom
lineColor: #fff
height: 10
format: pharmacode
1341
```

Note: after changing the options, the barcodes on the page won't be refreshed.

Barcodes

As for now, the following barcodes are supported:

Codeblock Name Description Image
barcode-code128 Code 128 Automatic selection of Code 128. It has a range of 30 characters or 60 digits. code128
barcode-code128a Code 128 A Encodes ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4. code128a
barcode-code128b Code 128 B Encodes ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4. code128b
barcode-code128c Code 128 C 00–99 (encodes two digits with a single code point) and FNC1. code128c
barcode-ean13 EAN-13 Encodes 13 digits. Used in labeling products. The last digit is a checksum. If the last digit is not specified, it'll be automatically generated. ean13
barcode-upc UPC Encodes 12 digits. Used in labeling products. The last digit is a checksum. If the last digit is not specified, it'll be automatically generated. upc
barcode-ean8 EAN-8 Encodes 8 ditis. The last digit is a checksum. If the last digit is not specified, it'll be automatically generated. ean8
barcode-ean5 EAN 5 Encodes 5 digits. ean5
barcode-ean2 EAN 2 Encodes 2 digits. ean2
barcode-code39 Code 39 Encodes numbers, uppercase letters and a number of special characters (-, ., $, /, +, %, and space) code39
barcode-itf4 ITF-14 Encodes 14 digits. The last digit is a checksum. If the last digit is not specified, it'll be automatically generated. itf14
barcode-msi MSI Encodes digits. msi
barcode-msi10 MSI 10 Encodes digits. The checksum modulo 10 is done automatically. msi10
barcode-msi11 MSI 11 Encodes digits. The checksum modulo 11 is done automatically. msi11
barcode-msi1010 MSI 1010 Encodes digits. The checksum modulo 1010 is done automatically. msi1010
barcode-msi1110 MSI 1110 Encodes digits. The checksum modulo 1110 is done automatically. msi1110
barcode-pharmacode Pharmacode Encodes numbers from 3 to 131070. pharmacode
barcode-codabar Codabar Encodes numbers and a number of special characters (, $, :, /, +, .). You can set start and stop characters to A, B, C or D but if no start and stop character is defined A will be used. codabar

Note that some barcodes have certain limitation of the content, and if the provided contents doesn't match them, the barcode won't be displayed. For more details about the barcodes, you can check out this resource.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Quoth
4 years ago by Eric Rykwalder
Siteswap
4 years ago by Tim Dresser
Code Block Labels
4 years ago by Sean Bowers
Provides labels for codeblocks in Obsidian
Digital Garden
4 years ago by Ole Eskild Steensen
Publish to Steemit
4 years ago by anpigon
Post directly to your Steemit from Obsidian.
echarts
4 years ago by windily-cloud && Cuman
Render echarts in obsidian,[Apache ECharts](https://echarts.apache.org/en/index.html) An Open Source JavaScript Visualization Library
Smart Links
3 years ago by David Lynch
SamePage
3 years ago by SamePage
Vega Visualizations
3 years ago by Justin Kim
Create Vega and Vega-Lite visualizations in https://obsidian.md/.
Marp
3 years ago by JichouP
Plugin to use Marp with Obsidian
Obsidian-compatible Watcher for ActivityWatch
3 years ago by Grimmauld
Obsidian plugin to track user activity with ActivityWatch
File Publisher
3 years ago by Devin Sackett
April's Automatic Timelines
3 years ago by April Gras
Simple timeline generator plugin for story tellers using obsidian
Simple RSS
3 years ago by Monnierant
Editor Width Slider
3 years ago by @MugishoMp
With this plugin you can set the line width of the editor in obsidian.
Vault 2 Book
3 years ago by Mitra98t
Obsidian plugin to convert vault to a complete pdf with Table Of Content
TinyPNG Image
3 years ago by ckt1031
Obsidian plugin for compressing images with TinyPNG
CSS Editor
3 years ago by Zachatoo
Edit CSS snippets in Obsidian.
MLIR Syntax Highlight
3 years ago by Lewuathe
Handwritten Notes
3 years ago by FBarrCa
Obsidian Handwritten Notes Plugin
Flashcard Generator
3 years ago by ChloeDia
Obsidian Plug-in to automatically create a set of questions/answers on your notes !
TickTick
3 years ago by Viduy Cheung
Sheets Extended
3 years ago by NicoNekoru
Plugin that adds features to tables in obsidian including merging, vertical headers, and custom css
Nifty Links
3 years ago by x-Ai
Generating elegant, Notion-styled rich link cards to enhance your note-taking experience.
Exercises
3 years ago by AlexCCavaco
Create Interactive Exercises along side your Obsidian Notes
Codeblock Template
3 years ago by Super10
A template plugin that allows for the reuse of content within Code Blocks!一个可以把Code Block的内容重复利用模板插件!
No more flickering inline math
3 years ago by Ryota Ushio
No longer disturbed by flickering inline math in Obsidian.
TODO Wrangler
3 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
Frontmatter generator
2 years ago by Hananoshika Yomaru
A plugin for Obsidian that generates frontmatter for notes
Improved Random Note
2 years ago by ShockThunder
Epub Importer
2 years ago by aoout
Import EPUB files as Markdown.
File Index
2 years ago by Steffo
Obsidian plugin to create a metadata file about the files present in the Vault
Edit MDX
2 years ago by Tim Peters
Create and edit mdx files in Obsidian.md as if they were md files.
short tab name
2 years ago by Shumpei Tanaka
a plugin of obsidian for to change showing tab name to short
File indicators
2 years ago by Jakob
Add custom indicators to the file explorer.
Sort Frontmatter
2 years ago by Kanzi
Sort frontmatter automatically
Image Classify Paste
2 years ago by tianfx
Feeds
2 years ago by LukeMT, pashashocky, madx
Magic feeds dataview query for obsidian
Random Number Generator
2 years ago by iRewiewer
Gives you a random number
Adjacency Matrix Exporter
2 years ago by danielegrazzini
Create a numerical adjacency matrix of your Vault in two ways: Absolute and Normalized
Rendered Block Link Suggestions
2 years ago by Ryota Ushio
Upgrade Obsidian's built-in link suggestions with block markdown rendering.
Better Math in Callouts & Blockquotes
2 years ago by Ryota Ushio
An Obsidian plugin to add better Live Preview support for math rendering inside callouts & blockquotes.
Git File Explorer
2 years ago by Mateus Molina
Copy Image
2 years ago by Felipe D.S. Lima
Easily copy image to clipboard by right clicking image.
Metadata Hider
2 years ago by Benature
Hide metadata property if its value is empty
LaTeX-OCR
2 years ago by Jack Barker
Multi State CheckBox Switcher
2 years ago by KubaMiszcz
Single File Daily Notes
2 years ago by Pranav Mangal
An Obsidian plugin to create and manage daily notes in a single file
RSS Copyist
2 years ago by aoout
Get the RSS articles as notes.
Orgmode (CM6)
2 years ago by Benoit Bazard
Orgmode plugin for Obsidian
Smart Second Brain
2 years ago by Leo310, nicobrauchtgit
An Obsidian plugin to interact with your privacy focused AI-Assistant making your second brain even smarter!
Kindle Highlights Importer
2 years ago by MovingMillennial
Broken Links
2 years ago by ipshing
Quiz Generator
2 years ago by Edward Cui
Generate interactive flashcards from your notes using models from OpenAI (ChatGPT), Google (Gemini), Ollama (local LLMs), and more. Or manually create your own to use with the quiz UI.
PDF break page
2 years ago by CG
Plugin for obsidian that adding shortcuts to create breakpages for pdf exports.
Fight Note
2 years ago by Dmitry Loac
Obsidian Plugin for shows Tekken notation into an easy-to-read form.
Update Time Updater
2 years ago by MURATAGAWA Kei
Obsidian plugin to update the 'update time' element when saving or manually.
SystemSculpt AI
2 years ago by SystemSculpt.com
Enhance your Obsidian App experience with AI-powered tools for note-taking, task management, and much, MUCH more.
ai-writer
2 years ago by Donovan Ye
A plugin for Obsidian that uses AI to help you write better and faster.
Focus Tracker
2 years ago by Jeet Sukumaran
Header Counter
2 years ago by Nancy Lee
Memos Sync
2 years ago by RyoJerryYu
Syncing Memos to Obsidian daily note. Fully compatible with official Daily Notes plugin, Calendar plugin and Periodic Notes plugin.
Link to Verse
2 years ago by Alberto Sesiliano (aygjiay)
Rapid AI
2 years ago by Rapid AI
AI Assistant for selected text and generating content with Markdown. Shortcuts and quick action buttons provide instant AI assistance. It provides a high availability API for unlimited Chat GPT request rates, so you can ensure smooth work for any workload.
Page Scroll
2 years ago by triski
Obsidian Page Up|Down|Top|Bottom
Sidebar Resizer
2 years ago by Jeet Sukumaran
Browser Interface
2 years ago by Jason Lieb
An obsidian plugin that pairs with a chrome extension to manage your tabs in obsidian.
Pia viewer
2 years ago by dldisud
Share via Notepad Tab
2 years ago by Iulian Onofrei
Truth Table+
2 years ago by Maximilian Schulten
This is the repository of an Obsidian.md plugin that allows users to create truth tables via the command palette.
Blockreffer
2 years ago by tyler.earth
An Obsidian plugin to search and embed blocks with ^block-references (aka ^block-ids)
Natural Language Dates
6 years ago by Argentina Ortega Sainz
Work with dates in natural language in Obsidian
Dangling links
5 years ago by Graydon Hoare
obsidian plugin for displaying dangling links
File path to URI
5 years ago by Michal Bureš
Convert file path to uri for easier use of links to local files outside of Obsidian
Vault Changelog
5 years ago by Badr Bouslikhin
An Obsidian plugin to maintain a changelog of recently edited notes
Charts View
5 years ago by caronchen
Data visualization solution in Obsidian, support plots and graphs.
Timeline
5 years ago by George Butco
Obisdian.md plugin for creating timelines
Homepage
5 years ago by mirnovov
An Obsidian plugin that opens a specified note, canvas, or workspace on startup, instead of the most recent one.
Plotly
5 years ago by Dmitriy Shulha
Obsidian plugin to embed Plotly charts into markdown notes.
Epiphany
2 years ago by Epiphany
Replicate
a year ago by Sébastien Dubois
Integrate Replicate.com with Obsidian
Click Hint
a year ago by kbwo
BuJo Bullets
a year ago by Will Olson
Alternate checkbox types for Obsidian to support Bullet Journal bullets
Dynamic Outline
a year ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
KoReader Highlight Importer
a year ago by Tahsin Kocaman
Imports highlights and metadata from KoReader into Obsidian notes
ShaahMaat-md
a year ago by Mihail Kovachev
Sankey
a year ago by Finn Romaneessen
An Obsidian plugin to create sankey diagrams
SQLSeal Charts
a year ago by hypersphere
Charting extension for SQLSeal Obsidian Plugin. Visualise your data!
Note Placeholder
a year ago by XZSt4nce
Replaces text of note link to placeholder in view mode.
URI Converter
a year ago by wenlzhang
An Obsidian plugin to convert Obsidian URIs to Obsidian internal links.
Inline Code Copy
a year ago by Hongchen Lin
QueryDash
a year ago by lwx
Reactive Notes
a year ago by Elias Noesis
Byte Field Diagrams
a year ago by natri0
Byte-field diagrams for Obsidian.
Datacore
8 months ago by Michael Brenan
Work-in-progress successor to Dataview with a focus on UX and speed.