elpasync pushed a change to branch externals/org-gnosis.
from b9b750dfdb [packaging] Update commentary.
new c468fcf3d6 [New] Custom: org-gnosis-databse-file: custom db file
location.
new 2dbd8d3d52 [Refactor] Use lazy database initialization.
new 71c91cab55 [Feature] Add option to have journal as a single file.
new 9067b9c421 Remove deprecated test files.
new 3d4e2d5a8a [fix] parsing: Do not add topic title if it not has an
ID.
new 3648b8d67e [Refactor] Simplify parsing and title processing.
new 1b0e6a5131 tests: New tests for title link stripping and link
collection.
new ba3cd3f9b0 journal: todos: Only get checkboxes for todays todos.
new ed11827156 Fix indentation and whitespace.
new dabdff26e2 tests: Add test-checked-items-from-heading-only.
new 5b78de1b44 tests: Update tests for new parsing logic.
new 71df244fa2 journal: Default to having a single journal file.
new dd3f1ace88 [fix] cleanup orphaned tags when updating a file.
new 970613d1dc [Refactor] Extract node selection by tag into a separate
function.
new 3a697375f5 Add org-gnosis-get-nodes-data.
new a9e56c47a0 Improve db-sync performance.
new 382894afe6 db-sync: Implement incremental sync with two-tier change
detection.
new 9830f7bcb9 Update README.
new 89c769c3ee Update commentary and docs for new version.
new f3ab68fa0c Version bump: 0.2.0
Summary of changes:
NEWS.org | 49 ++++
README.org | 24 +-
doc/org-gnosis.info | 47 +--
doc/org-gnosis.org | 34 +--
doc/org-gnosis.texi | 23 +-
org-gnosis.el | 603 ++++++++++++++++++++++++---------------
tests/org-gnosis-test-parsing.el | 72 ++++-
tests/test-complex-hierarchy.org | 89 ------
tests/test-edge-cases.org | 69 -----
tests/test-headline-tags.org | 20 --
tests/test-journal-entry.org | 35 ---
tests/test-link-extraction.org | 18 --
tests/test-master-child.org | 35 ---
tests/test-parsing-basic.org | 19 --
tests/test-project-note.org | 76 -----
15 files changed, 559 insertions(+), 654 deletions(-)
delete mode 100644 tests/test-complex-hierarchy.org
delete mode 100644 tests/test-edge-cases.org
delete mode 100644 tests/test-headline-tags.org
delete mode 100644 tests/test-journal-entry.org
delete mode 100644 tests/test-link-extraction.org
delete mode 100644 tests/test-master-child.org
delete mode 100644 tests/test-parsing-basic.org
delete mode 100644 tests/test-project-note.org