Skip to content

Todoist Sync

Materialize Todoist tasks within your notes.

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

Data

IDtodoist-sync-plugin
Authorjamiebrynes7
FundingSupport the Author
Minimum Obsidian Version1.11.4
Official Release Date2020-10-31
Last update2026-02-01

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
2020-10-31Plugin Added
2024-01-26nameTodoist Sync PluginTodoist Sync
2024-01-27descriptionMaterialize Todoist tasks within Obsidian notes.Materialize Todoist tasks within your notes.

Repository Data

LicenseNot Found in package.json
MIT in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed BundlersVite
Installed Testing FrameworksNone found
Has Test FilesYes
Latest Release main.js Size751 KB
Detected ES VersionES2020
Probably MinifiedYes
main.js API Findings6 disclosures
Uses BRAT beta releasesNo
DependenciesNone
Dev Dependencies@biomejs/biome, @types/node, @typescript/native-preview, typescript, vite, vite-tsconfig-paths

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
Markdown ProcessingRegisters markdown processors or renderers
Network AccessUses Obsidian request APIs
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighdynamic_code:function_constructor (1)
Reads or writes clipboard dataInfoHighnavigator.clipboard.readText (1), navigator.clipboard.writeText (1)
Registers markdown processors or renderersInfoHighthis.registerMarkdownCodeBlockProcessor (1)
Registers events, DOM handlers, or intervalsInfoHighrequestAnimationFrame (6), setTimeout (19), this.registerInterval (1)
References URLs or constructs URL objectsInfoHighhttp:// (20), https:// (10), URL (3), URLSearchParams (1)
Uses Obsidian request APIsInfoHighobsidian.requestUrl (1)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (2)
Registers plugin settings UIInfoHighthis.addSettingTab (1)
References Obsidian URI linksInfoHighobsidian:// (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (1)

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 10625 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
1.02020-08-29Released while not listed
1.12020-08-31Released while not listed
1.22020-09-05Released while not listed
1.2.12020-09-06Released while not listed
1.2.22020-09-06Released while not listed
1.3.02020-09-17Released while not listed
1.3.12020-09-18Released while not listed
1.4.02020-10-19Released while not listed
1.5.02020-10-31None
1.6.02020-12-31None
1.6.12021-01-06None
1.6.22021-01-13None
1.7.02021-01-24None
1.7.12021-06-17None
1.8.02021-08-07None
1.8.12021-08-24None
1.9.02022-01-19None
1.10.02022-10-17None
1.10.12022-12-23None
1.11.02023-04-08None
1.11.12023-04-09None
1.12.02024-02-09None
1.13.02024-04-10None
2.0.02024-12-15None
2.0.12024-12-16None
2.1.02025-07-13None
2.2.02025-09-21None
2.2.12025-09-22None
2.3.02025-12-06None
2.4.02025-12-28None
2.5.02026-01-25None
2.6.02026-02-01None

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.