Skip to content

Colophon

This plugin has not been manually reviewed by Obsidian staff. A dedicated, typographically refined writing canvas for structuring long-form manuscripts and screenplays.

The above warnings are based on limited information and might not always be accurate.

Data

ID colophon-writer
Author David Golding
Minimum Obsidian Version 1.7.5
Official Release Date 2026-05-12
Last update 2026-05-13

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jun 15, 2026.

Community plugin snapshot Jun 15, 2026
Repository clone last successful checkout May 25, 2026
Release acquisition release metadata checked Jun 12, 2026; existing successful main.js cache reused

Quick Links

Changes

Date Changed Property Old Value New Value
2026-05-12 Plugin Added
2026-05-12 author davidgolding David Golding

Repository Data

License MIT in package.json
MIT in LICENSE file
Package Manager pnpm
Uses Typescript No .ts or .tsx files found
Installed Bundlers Vite, esbuild
Installed Testing Frameworks Vitest
Has Test Files Yes
Latest Release main.js Size 487 KB
Detected ES Version ES2022
Probably Minified Yes
main.js API Findings 9 disclosures
Uses BRAT beta releases No
Dependencies @tiptap/core, @tiptap/extension-bold, @tiptap/extension-document, @tiptap/extension-dropcursor, @tiptap/extension-gapcursor, @tiptap/extension-hard-break, @tiptap/extension-history, @tiptap/extension-horizontal-rule, @tiptap/extension-italic, @tiptap/extension-paragraph, @tiptap/extension-strike, @tiptap/extension-subscript, @tiptap/extension-superscript, @tiptap/extension-text, @tiptap/extension-text-style, @tiptap/extension-underline, @tiptap/pm, @tiptap/starter-kit, fast-diff, fflate
Dev Dependencies esbuild, picomatch, postcss, vite, vitest

main.js API Findings

These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky APIs, but such APIs can be used safely if handled with care.

Disclosure Detected From
Adapter File Access Uses adapter-level vault filesystem APIs
Full Vault Access Enumerates vault files
Global Handlers Or Timers Registers events, DOM handlers, or intervals
Metadata Access Reads Obsidian metadata cache
Node Filesystem Access Uses direct Node filesystem-related modules
Note Content Access Reads vault files
Private Network Access References localhost or private-network addresses
Vault File Write Renames, deletes, trashes, or copies vault files, Writes vault files
Workspace Layout Registers or manipulates workspace views and panes
Finding Type Confidence Evidence
Uses direct Node filesystem-related modules Warning High fs (2)
References localhost or private-network addresses Warning Medium localhost (1)
Renames, deletes, trashes, or copies vault files Warning High app.fileManager.renameFile (1), app.vault.delete (2)
Registers events, DOM handlers, or intervals Info High requestAnimationFrame (5), setTimeout (29), this.registerEvent (2)
Reads Obsidian metadata cache Info High app.metadataCache.getCache (1), app.metadataCache.getFileCache (2), app.metadataCache (5), app.metadataCache.resolvedLinks (1)
References URLs or constructs URL objects Info High http:// (9), https:// (1)
Persists plugin settings or data Info High this.loadData (1), this.saveData (1)
Registers plugin settings UI Info High this.addSettingTab (1), Setting (28), obsidian.Setting (28)
Registers commands, ribbon icons, or status bar items Info High this.addCommand (24), this.addRibbonIcon (2)
Accesses Obsidian vault APIs Info High app.vault (52)
Enumerates vault files Info High app.vault.getFiles (3)
Opens or creates files through workspace or file manager APIs Info High workspace_file_open:getLeaf.openFile (1)
Reads vault files Info High app.vault.read (5)
Uses adapter-level vault filesystem APIs Info High app.vault.adapter (13)
Writes vault files Info High app.vault.create (6), app.vault.modify (1)
Accesses Obsidian workspace APIs Info High app.workspace (35)
Accesses the active file or editor Info High app.workspace.getActiveFile (1)
Registers or manipulates workspace views and panes Info High app.workspace.getLeavesOfType (10), app.workspace.revealLeaf (2), registerView (2)

The above data may not be accurate and contain errors. For more information refer to the page about data collection.

Lines of Code

The plugin has a total of 7583 lines of code. The following chart shows the lines of code split by programming language.

Downloads

The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.

Version History

Version Release Date Note
0.9 2025-11-25 Released while not listed
1.0.6 2025-11-26 Released while not listed
1.1.0 2025-11-26 Released while not listed
1.1.3 2025-11-27 Released while not listed
1.2 2025-11-29 Released while not listed
1.2.5 2025-12-02 Released while not listed
1.2.8 2025-12-02 Released while not listed
1.3 2025-12-10 Released while not listed
1.3.1 2025-12-10 Released while not listed
2.0 2026-03-18 Released while not listed
2.1 2026-03-23 Released while not listed
2.1.1 2026-03-25 Released while not listed
2.1.2 2026-03-26 Released while not listed
2.1.3 2026-04-03 Released while not listed
2.1.4 2026-04-17 Released while not listed
2.1.8 2026-04-18 Released while not listed
2.1.9 2026-04-20 Released while not listed
2.2.0 2026-04-21 Released while not listed
2.2.1 2026-04-21 Released while not listed
2.2.2 2026-04-21 Released while not listed
2.2.3 2026-04-21 Released while not listed
2.2.4 2026-04-27 Released while not listed
2.2.5 2026-05-12 None
2.2.9 2026-05-13 None

Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.