Skip to content

Commit

Permalink
OneNote: Roll back checked default
Browse files Browse the repository at this point in the history
  • Loading branch information
kepano committed Sep 10, 2023
1 parent 8dc221b commit b42b5f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-importer",
"name": "Importer",
"version": "1.3.0",
"version": "1.3.1",
"minAppVersion": "0.15.0",
"description": "Import notes from various apps and formats to Obsidian.",
"author": "Obsidian",
Expand Down
1 change: 0 additions & 1 deletion src/formats/onenote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ export class OneNoteImporter extends FormatImporter {
let label = listElement.createEl('label');
let checkbox = label.createEl('input');
checkbox.type = 'checkbox';
checkbox.checked = true;

label.appendChild(document.createTextNode(section.displayName!));
label.createEl('br');
Expand Down

0 comments on commit b42b5f9

Please sign in to comment.