Skip to content

Share to NotionNext

Share files to any Notion database using the Notion API, originally created by EasyChris/obsidian-to-notion.

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

Data

IDshare-to-notionnext
Authorjxpeng98
Minimum Obsidian Version0.0.1
Official Release Date2023-10-03
Last update2026-03-04

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout May 25, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; existing successful main.js cache reused

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2023-10-03Plugin Added
2024-01-27descriptionShares file to Notion with Notion API for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.Share files to Notion with Notion API for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.
2024-08-18descriptionShare files to Notion with Notion API for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.Share files to any Notion database using the Notion API, originally created by EasyChris/obsidian-to-notion.
2026-05-12authorEasyChris, jxpeng98jxpeng98

Repository Data

LicenseGNU GPLv3 in package.json
GPL-3.0 in LICENSE file
Package Managerpnpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksNone found
Has Test FilesNo
Latest Release main.js Size587 KB
Detected ES VersionES6
Probably MinifiedNo
main.js API Findings9 disclosures
Uses BRAT beta releasesNo
Dependencies@jxpeng98/martian, https-proxy-agent, remark-math, yaml, yaml-front-matter
Dev Dependencies@types/node, @types/yaml-front-matter, @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.

DisclosureDetected From
Clipboard AccessReads or writes clipboard data
Cors Free Network AccessUses Obsidian request APIs
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Network AccessUses Obsidian request APIs
Node Filesystem AccessUses direct Node filesystem-related modules
Note Content AccessReads vault files
Private Network AccessReferences localhost or private-network addresses
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighFunction (2), dynamic_code:function_constructor (1)
Uses direct Node filesystem-related modulesWarningHighpath (1)
References localhost or private-network addressesWarningMediumlocalhost (1)
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (3)
Uses persistent browser storageInfoHighlocalStorage (1)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (1)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFileCache (2), app.metadataCache (7)
References URLs or constructs URL objectsInfoHighhttp:// (4), https:// (12), URL (2)
Uses Obsidian request APIsInfoHighobsidian.requestUrl (5)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (29), obsidian.Setting (29)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addRibbonIcon (1)
Accesses Obsidian vault APIsInfoHighapp.vault (7)
Reads vault filesInfoHighapp.vault.read (2)
References Obsidian URI linksInfoHighobsidian:// (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (6)

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 4077 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

VersionRelease DateNote
0.0.12023-08-09Released while not listed
0.0.32023-08-10Released while not listed
0.0.42023-08-10Released while not listed
0.0.52023-08-10Released while not listed
0.0.62023-08-10Released while not listed
0.0.72023-08-10Released while not listed
0.0.82023-08-10Released while not listed
0.0.92023-08-11Released while not listed
0.1.42023-08-29Released while not listed
0.1.52023-08-29Released while not listed
0.1.62023-09-28Released while not listed
0.1.72023-10-11None
0.1.82023-10-31None
0.1.92023-11-01None
0.1.102023-11-01None
0.2.02023-11-01None
0.2.52023-11-05None
0.2.62023-11-12None
1.0.02023-11-16None
1.0.12023-11-16None
1.1.02023-11-20None
1.1.12023-11-23None
1.1.22023-12-06None
2.0.02023-12-29None
2.0.12024-01-03None
2.1.22024-01-09None
2.2.02024-01-29None
2.2.12024-01-29None
2.2.22024-02-16None
2.2.32024-02-19None
2.2.42024-02-19None
2.2.52024-03-17None
2.3.02024-07-04None
2.3.12024-07-05None
2.3.22024-07-14None
2.3.32024-07-15None
2.3.42024-07-28None
2.3.52024-08-18None
2.4.02024-08-19None
2.4.12024-08-28None
2.4.22024-09-19None
2.4.32024-10-22None
2.5.02024-11-20None
2.6.02025-10-06None
2.7.02025-10-27None
2.8.02026-01-29None
2.8.42026-03-04None

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.