mirror of
https://github.com/alamion/obsidian-jira-sync.git
synced 2026-07-22 05:43:04 +00:00
- css enchantments - template now can be selected instead of raw manual input - internationalization implementation - work statistics now integrated in settings
11 lines
101 B
TypeScript
11 lines
101 B
TypeScript
export const defaultTemplate =
|
|
`---
|
|
key:
|
|
summary:
|
|
status:
|
|
assignee:
|
|
tags:
|
|
description:
|
|
---
|
|
|
|
`;
|