{"id":23505258,"url":"https://github.com/nezort11/notally2md","last_synced_at":"2025-05-08T19:59:59.057Z","repository":{"id":47444453,"uuid":"399095182","full_name":"nezort11/notally2md","owner":"nezort11","description":"Converter from Notally app XML notes backup to Markdown files.","archived":false,"fork":false,"pushed_at":"2021-09-12T19:26:53.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-07T19:55:44.948Z","etag":null,"topics":["xml"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nezort11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-23T12:27:19.000Z","updated_at":"2022-02-09T21:11:12.000Z","dependencies_parsed_at":"2022-09-23T04:24:45.651Z","dependency_job_id":null,"html_url":"https://github.com/nezort11/notally2md","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezort11%2Fnotally2md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezort11%2Fnotally2md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezort11%2Fnotally2md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezort11%2Fnotally2md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nezort11","download_url":"https://codeload.github.com/nezort11/notally2md/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252949328,"owners_count":21830150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["xml"],"created_at":"2024-12-25T09:30:31.868Z","updated_at":"2025-05-07T19:55:47.889Z","avatar_url":"https://github.com/nezort11.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notally XML backup to Markdown converter\n\nThis program converts Notally backup *XML structure* into similar *filesystem structure*. Basically it recreates note files from backup file.\n\n\n## Development plan\n\n1. Convert XML backup to dict/json representation.\n2. Check \u0026 create filesystem structure.\n\n\n## Backup XML document structure\n\n```XML\n\u003c?xml version='1.0' encoding='UTF-8' standalone='yes' ?\u003e\n\u003cexported-notes\u003e\n    \u003cnotes\u003e\n        \u003cnote\u003e\n            \u003cdate-created\u003e...\u003c/date-created\u003e\n            \u003cpinned\u003e...\u003c/pinned\u003e\n            \u003ctitle\u003e...\u003c/title\u003e\n            \u003cbody\u003e...\u003c/body\u003e\n        \u003c/note\u003e\n        \u003clist\u003e\n            \u003cdate-created\u003e...\u003c/date-created\u003e\n            \u003cpinned\u003e...\u003c/pinned\u003e\n            \u003ctitle\u003e...\u003c/title\u003e\n            \u003citem\u003e\n                \u003ctext\u003e...\u003c/text\u003e\n                \u003cchecked\u003e...\u003c/checked\u003e\n            \u003c/item\u003e\n            ...\n        \u003c/list\u003e\n    \u003c/notes\u003e\n    \u003carchived-notes\u003e\n        ...\n    \u003carchived-notes\u003e\n    \u003cdeleted-notes\u003e\n        ...\n    \u003cdeleted-notes\u003e\n\u003c/exported-notes\u003e\n```\n\n## Filesystem structure\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnezort11%2Fnotally2md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnezort11%2Fnotally2md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnezort11%2Fnotally2md/lists"}