{"id":15017049,"url":"https://github.com/silentvoid13/templater","last_synced_at":"2026-04-29T03:09:01.472Z","repository":{"id":37044606,"uuid":"310048170","full_name":"SilentVoid13/Templater","owner":"SilentVoid13","description":"A template plugin for obsidian","archived":false,"fork":false,"pushed_at":"2026-04-19T21:12:37.000Z","size":10781,"stargazers_count":4817,"open_issues_count":192,"forks_count":296,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-04-19T22:29:16.725Z","etag":null,"topics":["obsidian-md","obsidian-plugin"],"latest_commit_sha":null,"homepage":"https://silentvoid13.github.io/Templater","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SilentVoid13.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.TXT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["SilentVoid13"],"custom":["https://www.paypal.com/donate?hosted_button_id=U2SRGAFYXT32Q"]}},"created_at":"2020-11-04T15:50:33.000Z","updated_at":"2026-04-19T21:12:40.000Z","dependencies_parsed_at":"2024-01-27T21:26:54.574Z","dependency_job_id":"ba05320c-e004-4066-af00-99d448974fd7","html_url":"https://github.com/SilentVoid13/Templater","commit_stats":{"total_commits":559,"total_committers":58,"mean_commits":9.637931034482758,"dds":"0.39177101967799643","last_synced_commit":"0f07a0d884d9a70d2c4bf2084eafb9047ca13b9d"},"previous_names":[],"tags_count":140,"template":false,"template_full_name":"obsidianmd/obsidian-sample-plugin","purl":"pkg:github/SilentVoid13/Templater","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SilentVoid13%2FTemplater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SilentVoid13%2FTemplater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SilentVoid13%2FTemplater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SilentVoid13%2FTemplater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SilentVoid13","download_url":"https://codeload.github.com/SilentVoid13/Templater/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SilentVoid13%2FTemplater/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32408506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T02:37:21.628Z","status":"ssl_error","status_checked_at":"2026-04-29T02:36:50.947Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["obsidian-md","obsidian-plugin"],"created_at":"2024-09-24T19:49:44.447Z","updated_at":"2026-04-29T03:09:01.466Z","avatar_url":"https://github.com/SilentVoid13.png","language":"TypeScript","funding_links":["https://github.com/sponsors/SilentVoid13","https://www.paypal.com/donate?hosted_button_id=U2SRGAFYXT32Q","https://github.com/sponsors/silentvoid13"],"categories":[],"sub_categories":[],"readme":"# Templater Plugin for Obsidian\r\n\r\n![templater_logo](./imgs/templater_logo.svg)\r\n\r\n[Templater](https://github.com/SilentVoid13/Templater) is a template plugin for [Obsidian.md](https://obsidian.md/). It defines a templating language that lets you insert variables and functions results into your notes. It will also let you execute JavaScript code manipulating those variables and functions.\r\n\r\n## Documentation\r\n\r\nCheck out the complete [documentation](https://silentvoid13.github.io/Templater/) to start using [Templater](https://github.com/SilentVoid13/Templater).\r\n\r\n## Warning\r\n\r\n[Templater](https://github.com/SilentVoid13/Templater) allows you to execute arbitrary JavaScript code and system commands.\r\n\r\nIt can be dangerous to execute arbitrary JavaScript code or system commands from untrusted sources. Only run code / commands that you understand, from trusted sources.\r\n\r\n## Template Showcase / Questions / Ideas / Help\r\n\r\nGo to the [discussion](https://github.com/SilentVoid13/Templater/discussions) tab to ask and find this kind of things.\r\n\r\nDon't be shy and share your templates created using [Templater](https://github.com/SilentVoid13/Templater) in the [Template Showcase](https://github.com/SilentVoid13/Templater/discussions/categories/templates-showcase) category. Use [gists](https://gist.github.com/) to share the template file.\r\n\r\n## Resources\r\n\r\nA list of useful resources about [Templater](https://github.com/SilentVoid13/Templater):\r\n\r\n- @GitMurf quick demo `How to setup and run your first Templater JS script`: https://github.com/SilentVoid13/Templater/discussions/187\r\n- @chhoumann Templates showcase: https://github.com/chhoumann/Templater_Templates\r\n- @zachatoo Templates showcase: https://zachyoung.dev/posts/templater-snippets\r\n- @lguenth Templates showcase: https://github.com/lguenth/obsidian-templates\r\n- @tallguyjenks video: https://youtu.be/2234DXKbNgM?t=1944\r\n- @ProductivityGuru videos: https://www.youtube.com/watch?v=cSawi0tYPMM\r\n\r\n## Alternatives\r\n\r\n- https://github.com/chhoumann/quickadd\r\n- https://github.com/garyng/obsidian-temple\r\n- https://github.com/avirut/obsidian-metatemplates\r\n\r\n## Contributing\r\n\r\nFeel free to contribute.\r\n\r\nYou can create an [issue](https://github.com/SilentVoid13/Templater/issues) to report a bug, suggest an improvement for this plugin, ask a question, etc.\r\n\r\nYou can make a [pull request](https://github.com/SilentVoid13/Templater/pulls) to contribute to this plugin development.\r\n\r\nCheck [this](https://silentvoid13.github.io/Templater/internal-functions/contribute.html) to get more information on how to develop a new internal variable / function.\r\n\r\n## License\r\n\r\n[Templater](https://github.com/SilentVoid13/Templater) is licensed under the GNU AGPLv3 license. Refer to [LICENSE](https://github.com/SilentVoid13/Templater/blob/master/LICENSE.TXT) for more information.\r\n\r\n## Support\r\n\r\nIf you want to support me and my work, you can [sponsor me on Github](https://github.com/sponsors/SilentVoid13) (preferred method) or donate something on [**Paypal**](https://www.paypal.com/donate?hosted_button_id=U2SRGAFYXT32Q).\r\n\r\n[![GitHub Sponsors](https://img.shields.io/github/sponsors/silentvoid13?label=Sponsor\u0026logo=GitHub%20Sponsors\u0026style=for-the-badge)](https://github.com/sponsors/silentvoid13)\r\n[![Paypal](https://img.shields.io/badge/paypal-silentvoid13-yellow?style=social\u0026logo=paypal)](https://www.paypal.com/donate?hosted_button_id=U2SRGAFYXT32Q)\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentvoid13%2Ftemplater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilentvoid13%2Ftemplater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentvoid13%2Ftemplater/lists"}