Commit Graph

  • 93e2001400 Merge remote-tracking branch 'origin/develop' into support-updating-raw-note-contents support-updating-raw-note-contents Sergio Martínez Portela 2024-10-07 23:26:50 +0200
  • 8280949f23 Merge pull request 'feat: Simplify headline state setting.' (#12) from feat/cleaner-state-setting into develop develop kenkeiras 2024-10-07 21:26:19 +0000
  • 691ce30a68 Simplify state setting, update .is_todo/.is_done props. Sergio Martínez Portela 2024-10-07 23:22:44 +0200
  • 15af4212ae Apply formatting scripts. Sergio Martínez Portela 2024-10-07 19:48:16 +0200
  • 56416f2fd8 Merge remote-tracking branch 'origin/develop' into support-updating-raw-note-contents Sergio Martínez Portela 2024-10-07 19:47:23 +0200
  • 48de06abc7 Merge pull request 'feat: Name code snippets' (#11) from feat/named-code-snippets into develop kenkeiras 2024-10-06 22:26:00 +0000
  • d4b40e404d Apply autoformatter. Sergio Martínez Portela 2024-10-05 10:08:41 +0200
  • 5432c23202 Explicitly extract code block language. Sergio Martínez Portela 2024-09-30 23:39:43 +0200
  • 8fe3c27595 Read names for code blocks. Sergio Martínez Portela 2024-09-30 23:11:21 +0200
  • 1dc6eb0b43 fix: On OrgDoc.get_code_snippets, consider headlines of all levels. Sergio Martínez Portela 2024-09-30 22:59:04 +0200
  • 5019b44dd5 Merge pull request 'Feat: Complete tags property' (#10) from feat/consider-file-tags-on-headlines into develop kenkeiras 2024-09-03 18:33:03 +0000
  • 78bc57e55d Fix formatting. Sergio Martínez Portela 2024-09-01 23:51:38 +0200
  • d4b0d0301f Test and implement org-use-tag-inheritance. Sergio Martínez Portela 2024-09-01 23:51:10 +0200
  • 92078617fc Add tests and implement org-tags-exclude-from-inheritance. Sergio Martínez Portela 2024-09-01 23:46:10 +0200
  • 852f472374 Implement OrgDoc .shallow_tags . Sergio Martínez Portela 2024-09-01 23:37:26 +0200
  • 570e6bb764 Implement OrgDoc .tags. Sergio Martínez Portela 2024-09-01 23:35:33 +0200
  • e0306bf3a5 Add (failing) test for tags property read. Sergio Martínez Portela 2024-09-01 14:17:32 +0200
  • bfe60271eb Merge pull request 'Fix text parsing issues' (#9) from fix/require-whitespace-for-list-item-tag-separator into develop kenkeiras 2024-09-01 12:10:25 +0000
  • 4af4cda44b Fix formatting. Sergio Martínez Portela 2024-08-22 00:26:11 +0200
  • 5552b3324b Handle ] which not close link descriptions or references. Sergio Martínez Portela 2024-08-22 00:21:02 +0200
  • f31c64c242 Properly track which tokens are used for closing formats. Sergio Martínez Portela 2024-08-22 00:20:44 +0200
  • 490b36887a Require space before list item tag separator. Sergio Martínez Portela 2024-08-22 00:20:15 +0200
  • 05718e1001 Merge pull request 'feat: Apply and check autoformatting' (#8) from apply-and-check-autoformatting into develop kenkeiras 2024-08-19 21:41:32 +0000
  • e991074346 fix: Apply import sorting. Sergio Martínez Portela 2024-08-18 22:49:33 +0200
  • 66b42e0b96 feat: Add script to apply formatting tools. Sergio Martínez Portela 2024-08-18 22:49:06 +0200
  • c6d8575ae5 test: Test sorted imports. Sergio Martínez Portela 2024-08-18 22:47:42 +0200
  • 8ca480ad77 fix: Apply black formatter. Sergio Martínez Portela 2024-08-18 22:44:00 +0200
  • 0a55c64551 test: Add formatting check to CI/CD. Sergio Martínez Portela 2024-08-18 22:30:18 +0200
  • 991781a249 Merge pull request 'feat: enhance type annotations and formatting' (#7) from lyz/org-rw:feat/small-improvements into develop kenkeiras 2024-08-18 20:16:16 +0000
  • 75055f5e08
    feat: enhance type annotations and formatting Lyz 2024-08-02 20:08:04 +0200
  • 97db5686d8 Tag structural elements. Sergio Martínez Portela 2024-07-30 17:43:46 +0200
  • c7f78e0a6c Add reparse test line ordering of reparsing. Sergio Martínez Portela 2024-07-30 15:33:49 +0200
  • ef615feac5 Allow trailing whitespace changes on raw content update. Sergio Martínez Portela 2024-07-30 10:52:37 +0200
  • d0498d2f5b Add support for data parse on headline content update. Sergio Martínez Portela 2024-07-30 10:52:06 +0200
  • 5de339570d Add (failing) test for reparse on headline update. Sergio Martínez Portela 2024-07-30 10:21:44 +0200
  • 071004ea7a Quick fix for handling date data. Sergio Martínez Portela 2024-07-29 15:36:57 +0100
  • f5cafa9c62 Merge remote-tracking branch 'origin/develop' into support-updating-raw-note-contents Sergio Martínez Portela 2024-07-29 15:35:20 +0100
  • 40d58d5488 Merge pull request 'Add TODO keywords programmatically' (#2) from feat/add-todo-keywords-programmatically into develop 1729700302727073692/tmp_refs/heads/develop 1729700302727073692/develop kenkeiras 2024-07-29 14:34:18 +0000
  • 09f9030818 tests: fix typings to match mypy expectations. Sergio Martínez Portela 2024-07-29 15:31:39 +0100
  • 7e44bce145 Merge remote-tracking branch 'origin/develop' into feat/add-todo-keywords-programmatically Sergio Martínez Portela 2024-07-29 15:19:58 +0100
  • ef893a72a0 Merge pull request 'feat/improvements' (#1) from lyz/org-rw:feat/improvements into develop kenkeiras 2024-07-29 14:17:16 +0000
  • 9fea315115
    merge upstream Lyz 2024-07-26 13:36:04 +0200
  • 191bb753c4
    tests: fix repetition string Lyz 2024-07-26 13:34:38 +0200
  • 134d872ca6 wip: First approach to get going. Sergio Martínez Portela 2024-07-22 23:31:19 +0100
  • b174405c90 Refactor headline state parsing. Sergio Martínez Portela 2024-07-20 17:29:25 +0200
  • cca2a9ec1c Merge branch 'develop' into feat/improvements kenkeiras 2024-07-20 15:53:55 +0000
  • da2d8c8c6d Add org-todo-keywords environment to programatically set states. Sergio Martínez Portela 2024-07-20 14:42:41 +0200
  • 4c169f5d47 Add (passing) test to read TODO/DONE states from file. Sergio Martínez Portela 2024-07-20 14:42:03 +0200
  • f4d63c2f93 Add (failing) test. Sergio Martínez Portela 2024-07-20 14:41:04 +0200
  • ff841f82f0
    feat: Set the default Timestamp active to True Lyz 2024-07-20 11:41:15 +0200
  • be68d10d7a
    feat: initialise a Timestamp from a datetime object Lyz 2024-07-20 11:38:19 +0200
  • f640521b56
    feat: add the scheduled, deadline and closed arguments to Headline init Lyz 2024-07-20 11:14:15 +0200
  • 694f3f59e2
    Merge branch 'develop' into feat/improvements Lyz 2024-07-20 10:49:06 +0200
  • 921495fca8
    Merge branch 'develop' of ssh://code.codigoparallevar.com:2022/lyz/org-rw into develop Lyz 2024-07-20 10:48:19 +0200
  • c5cc14f65c
    feat(Timestamp): add the from_datetime method Lyz 2024-07-19 21:36:00 +0200
  • a56ac018a8 Prepare for PyPI pushising, bumb version. Sergio Martínez Portela 2024-02-21 23:00:59 +0100
  • 423d6f9842 Fix multiline specifications of TODO properties. Sergio Martínez Portela 2024-03-22 01:54:46 +0100
  • 9e994ba323 Accept numbers as end of implicit link. Sergio Martínez Portela 2024-02-21 23:00:59 +0100
  • 4fd29819ea Fix implicit link parsing. Sergio Martínez Portela 2024-02-21 23:00:59 +0100
  • 985098e091 Find web links not marked as such when returning doc.get_links(). Sergio Martínez Portela 2024-02-04 00:18:31 +0100
  • feb836b2b6 Merge branch 'fix/handle-headlines-with-skip-levels' into develop Sergio Martínez Portela 2023-10-16 23:39:30 +0200
  • e26a2f04ac Fix typing of headline_hierarchy, remove incorrect assertion. Sergio Martínez Portela 2023-10-16 23:38:17 +0200
  • 9d87d533f4 Add (failing) test Sergio Martínez Portela 2023-10-16 23:32:18 +0200
  • e4821f02cd Fix: run checks on the updated headline_hierarchy. Sergio Martínez Portela 2023-10-16 23:16:41 +0200
  • 1f54307fdb Merge branch 'dev/add-types' into develop Sergio Martínez Portela 2023-10-16 00:24:51 +0200
  • 1d0b4cce14 Complete typing with mypy --check-untyped-defs. Sergio Martínez Portela 2023-10-16 00:21:30 +0200
  • 9fb4bce5ef Add extra-test validation. Sergio Martínez Portela 2023-10-15 23:41:20 +0200
  • 61246da521 Merge MyPy and Pytest Gitea actions. Sergio Martínez Portela 2023-10-15 23:37:45 +0200
  • da1288a6ba Add MyPy Gitea action. Sergio Martínez Portela 2023-10-15 23:34:29 +0200
  • f7ddddb8c9 Add PyTest Gitea action. Sergio Martínez Portela 2023-10-15 17:54:59 +0200
  • 343d864559 Fix handling of headline title-tags separated by tabs. Sergio Martínez Portela 2023-10-15 16:38:00 +0200
  • 5ed34df57a Make typed functions pass mypy check. Sergio Martínez Portela 2023-10-15 16:34:19 +0200
  • 99e44fd8b2 Merge branch 'dev/render-as-dom' into develop Sergio Martínez Portela 2023-10-07 13:14:51 +0200
  • 2749a5caad Implement Headline.add_tag()/.create_headline_at_end(). 1729700305095126463/tmp_refs/heads/dev/render-as-dom 1729700305095126463/dev/render-as-dom Sergio Martínez Portela 2023-10-07 13:14:13 +0200
  • f11ecd05d6 Fix: find links in list tags. Sergio Martínez Portela 2023-07-30 23:14:29 +0200
  • cebe979066 Fix typo on lists test file. Sergio Martínez Portela 2023-05-01 20:40:15 +0200
  • 36a0a00113 Fix nested lists DOM generation and add tests. Sergio Martínez Portela 2023-05-01 20:40:02 +0200
  • 790ef57598 Add extra check for TimeRange validity. Sergio Martínez Portela 2023-04-23 20:49:28 +0200
  • 302689a622 Fix dom generated of table nested into list. Sergio Martínez Portela 2023-04-23 20:48:57 +0200
  • 7008124509 Use more robust list de-indentation handler. Sergio Martínez Portela 2023-04-13 23:56:58 +0200
  • d67bae645b Fix string representation of PropertyNode. Sergio Martínez Portela 2023-01-04 00:36:20 +0100
  • 8832cd0b3d Fix extraction of block element contents. Sergio Martínez Portela 2022-11-17 00:20:20 +0100
  • 66d061dfda Expose #+BEGIN_ block arguments. Sergio Martínez Portela 2022-11-15 21:07:36 +0100
  • b819904457 Fix handling of block elements after multiline list items. Sergio Martínez Portela 2022-11-12 18:01:00 +0100
  • 6c6c375572 WIP: Add support for multiline list items. Sergio Martínez Portela 2022-11-12 12:37:50 +0100
  • ccebe90ea8 Fix as_dom of Text found in a result after a list. Sergio Martínez Portela 2022-11-04 00:14:13 +0100
  • bf10c51e61 Indent list-group inside current node if part of a block. Sergio Martínez Portela 2022-11-03 23:35:56 +0100
  • 28ddd3e44f Support get_raw_contents of list groups. Sergio Martínez Portela 2022-11-03 23:01:21 +0100
  • 440f0bd4b7 Properly fix parsing of lists inside drawers. Sergio Martínez Portela 2022-11-01 19:58:17 +0100
  • fc9ce664ae Unify drawer node classes under a common parent. Sergio Martínez Portela 2022-11-01 19:57:50 +0100
  • d1d5de89b7 Revert "Fix parsing of lists inside drawers." Sergio Martínez Portela 2022-11-01 19:13:29 +0100
  • 5e4a9f8ff2 Fix parsing of lists inside drawers. Sergio Martínez Portela 2022-10-31 21:50:18 +0100
  • 2748f6400b Make token_list_to_plaintext skip link's URL. Sergio Martínez Portela 2022-10-21 20:14:57 +0200
  • 7beec0be05 Fix link building on text_to_dom. Sergio Martínez Portela 2022-09-29 23:24:20 +0200
  • 3dc6213abb Handle list items where the tag is composed only by the checkbox. Sergio Martínez Portela 2022-09-29 20:31:23 +0200
  • d69bf97163 Require whitespace after list bullet. Sergio Martínez Portela 2022-09-29 20:25:48 +0200
  • 28d8b69146 Export table on as_dom. Sergio Martínez Portela 2022-09-27 23:55:07 +0200
  • c2968283f3 feat: Add base support for tables. Sergio Martínez Portela 2022-09-27 23:36:32 +0200
  • 7b7c186b83 feat: Handle greater blocks different from SRC ones. Sergio Martínez Portela 2022-08-28 21:23:44 +0200
  • 0e90abbb63 feat: Support markup inside headline titles. Sergio Martínez Portela 2022-08-28 14:08:54 +0200