Publish to Discourse
Post notes to the Discourse forum.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | publish-to-discourse |
| Author | woodchen-ink |
| Funding | Support the Author |
| Minimum Obsidian Version | 0.15.0 |
| Official Release Date | 2024-12-21 |
| Last update | 2026-02-11 |
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
- GitHub Repo
- View in Obsidian
- View on Obsidian Community
- View on the Obsidian Hub
- Author Website
- Support the Author
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2024-12-21 | Plugin Added | ||
| 2026-05-12 | author | woodchen | woodchen-ink |
Repository Data
| License | MIT in package.json MIT in LICENSE
file
|
| Package Manager | npm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | None found |
| Has Test Files | No |
Latest Release main.js Size
| 860 KB |
| Detected ES Version | ES2018 |
| Probably Minified | No |
| main.js API Findings | 8 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | node-forge, yaml |
| Dev Dependencies | @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, builtin-modules, esbuild, obsidian, tslib, typescript |
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 |
|---|---|
| Clipboard Access | Reads or writes clipboard data |
| Cors Free Network Access | Uses Obsidian request APIs |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Metadata Access | Reads Obsidian metadata cache |
| Network Access | Uses Obsidian request APIs |
| Note Content Access | Reads vault files |
| Vault File Write | Writes vault files |
| Worker Usage | Uses Worker APIs |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Reads or writes clipboard data | Info | High | navigator.clipboard.writeText (2) |
| Uses persistent browser storage | Info | High | localStorage.getItem (1), localStorage.setItem (1) |
| Uses Worker APIs | Info | High | Worker (2) |
| Registers events, DOM handlers, or intervals | Info | High | setTimeout (3), this.registerEvent (2) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache.getFirstLinkpathDest (1), app.metadataCache (3) |
| References URLs or constructs URL objects | Info | High | http:// (2), https:// (5), URL (3) |
| Uses Obsidian request APIs | Info | High | obsidian.requestUrl (10) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (18), obsidian.Setting (18) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (2) |
| Accesses Obsidian vault APIs | Info | High | app.vault (8) |
| Reads vault files | Info | High | app.vault.read (3), app.vault.readBinary (1) |
| Writes vault files | Info | High | app.vault.modify (2) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (6) |
| Accesses the active file or editor | Info | High | app.workspace.getActiveFile (4) |
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 2660 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 |
|---|---|---|
| 1.0.1 | 2025-01-15 | None |
| 1.0.2 | 2025-01-23 | None |
| 1.0.3 | 2025-01-23 | None |
| 1.0.4 | 2025-01-23 | None |
| 1.0.5 | 2025-01-24 | None |
| 1.0.6 | 2025-02-03 | None |
| 1.0.7 | 2025-02-05 | None |
| 1.0.8 | 2025-02-16 | None |
| 1.0.9 | 2025-03-01 | None |
| 1.0.10 | 2025-03-06 | None |
| 1.0.11 | 2025-03-06 | None |
| 1.0.12 | 2025-03-07 | None |
| 1.0.13 | 2025-03-07 | Prerelease |
| 1.0.14 | 2025-03-07 | None |
| 1.0.15 | 2025-03-10 | None |
| 1.0.16 | 2025-03-10 | None |
| 1.0.17 | 2025-03-19 | None |
| 1.0.18 | 2025-04-03 | None |
| 1.0.19 | 2025-06-20 | None |
| 1.0.20 | 2025-06-20 | None |
| 1.0.21 | 2025-07-11 | None |
| 1.0.22 | 2025-07-11 | None |
| 1.0.23 | 2025-07-11 | None |
| 1.0.24 | 2025-07-12 | None |
| 1.0.25 | 2025-07-22 | None |
| 1.0.26 | 2025-07-22 | None |
| 1.0.27 | 2025-07-23 | None |
| 1.0.28 | 2025-07-24 | None |
| 1.0.29 | 2025-07-24 | None |
| 1.0.30 | 2025-08-01 | None |
| 1.0.31 | 2025-08-01 | None |
| 1.0.32 | 2025-08-01 | None |
| 1.0.33 | 2025-08-11 | None |
| 1.0.34 | 2025-09-01 | None |
| 1.0.35 | 2026-01-30 | None |
| 1.0.36 | 2026-02-11 | None |