Age | Commit message (Expand) | Author |
---|---|---|
4 days | Update READMEHEADmaster | Thanos Apollo |
4 days | [Rewrite] insert: Add argument to insert as a journal entry.•••* Rewrite org-gnosis-insert to work optionally with journal entries. | Thanos Apollo |
4 days | find: Add optional arg for template input. | Thanos Apollo |
4 days | Add delete-file.•••* Add org-gnosis--delete-file function that deletes all contents for file in db. * This is also used in update-file to avoid code duplication. * Add org-gnosis-delete-file, which should be the method for deleting files. | Thanos Apollo |
4 days | update-file: Add error handling for duplicate titles. | Thanos Apollo |
4 days | Separate creation of filename & add custom timestring.•••* Add org-gnosis--create-name function, separating the filename creation based on a customizable timestring. | Thanos Apollo |
9 days | journal-insert: Update values for new schema. | Thanos Apollo |
9 days | [Rewrite] goto-id: Add support for journals.•••* Add support for opening journal entries. * Rewrite using a cond statement * Make sure org-gnosis-mode is enabled. | Thanos Apollo |
9 days | journal-find: Update values for new schema. | Thanos Apollo |
9 days | [fix] find: fix journals bugs & add error handling.•••* Improve support for journals by not hardcoding nil in directory. This will allow us to create journals with custom titles. * Add error handling for when file does not exist. | Thanos Apollo |
9 days | [fix]: org-mode bug for creation of files.•••* Make sure org-mode is enabled before we run #'org-id-get-create. * Enable org-gnosis-mode. | Thanos Apollo |
9 days | get-id: Rewrite using recursion.•••* Simplify code by using cond with recursion. | Thanos Apollo |
9 days | schemata: Use title for journals.•••* Instead of focusing on just journals as just being dates, it's better to see them as fleeting notes for a current date as well, where they can have sub-nodes. | Thanos Apollo |
11 days | find: Always enable org-gnosis-mode. | Thanos Apollo |
11 days | create-file: fix insertion of template.•••* If buffer-size is above zero, do not insert a template. | Thanos Apollo |
2024-12-26 | db: Remove extra table deletion. | Thanos Apollo |
2024-12-20 | [fix] org-gnosis-goto-id: Adjust for non org-gnosis links.•••* If it's not an org-gnosis link, use default behavior. | Thanos Apollo |
2024-12-20 | [packaging] Update commentary | Thanos Apollo |
2024-12-20 | [Feature] org-gnosis-find-by-tag: Select node under tag.•••* Search for nodes under selected. | Thanos Apollo |
2024-12-20 | Update docstrings & reorder sections | Thanos Apollo |
2024-12-19 | Update commentary & Add node templates. | Thanos Apollo |
2024-12-18 | Remove auto sync functions.•••* Uneeded & do not fit with the minimal design. | Thanos Apollo |
2024-12-18 | org-gnosis-insert: Create node if it does not already exist.•••* If user enters a node that does not exist, create it & insert it as an id link. | Thanos Apollo |
2024-12-18 | Add custom goto-id func & async sync function. | Thanos Apollo |
2024-12-18 | Remove denote parsing•••* Currently there is no need to add & support denote support, although it can easily be added in the feature. * The core design of org-gnosis is still under development | Thanos Apollo |
2024-12-18 | [Feature] Add denote notes support. | Thanos Apollo |
2024-12-16 | Refactor parsing for links & Add journal level entries. | Thanos Apollo |
2024-12-16 | completing-read-func: Use org-completing-read. | Thanos Apollo |
2024-12-08 | Add README | Thanos Apollo |
2024-12-07 | db-sync: Initialize database upon sync | Thanos Apollo |
2024-12-06 | Rewrite link & headline parsing•••* Fix parsing of links, making it compatible with org-roam. | Thanos Apollo |
2024-12-06 | Rewrite node topic parsing | Thanos Apollo |
2024-12-06 | [fix] Use org-gnosis-completing-read-func•••* Adjustment for users that do not have enabled a completion system. | Thanos Apollo |
2024-12-06 | [fix] Adjust node titles•••* Get links from within titles. | Thanos Apollo |
2024-12-06 | [fix] Add space for filetags.•••* Add space to properly insert filetags. | Thanos Apollo |
2024-12-06 | Add insert-tag | Thanos Apollo |
2024-12-06 | Rewrite buffer parsing | Thanos Apollo |
2024-12-06 | journal: Add multiple template options. | Thanos Apollo |
2024-12-06 | Add org-gnosis-completing-read-func•••* Function to use for completing-read. Adjusts for user that do not have a completion system enabled. | Thanos Apollo |
2024-12-05 | adjust-title: Link link ids in node titles.•••* Add link ids in titles in databse. | Thanos Apollo |
2024-12-05 | get-links: Get all links for contents•••* Remove restrictions for retrieval of links only from headlines. | Thanos Apollo |
2024-12-05 | schemata: Add unique links | Thanos Apollo |
2024-11-23 | [fix] title adjust & journal-insert | Thanos Apollo |
2024-11-21 | Add journal-template | Thanos Apollo |
2024-11-21 | [feature] Add journaling & Refactor finding nodes | Thanos Apollo |
2024-11-21 | db: Restracture journal schema | Thanos Apollo |
2024-11-21 | db: Update schemata & syncing•••* Drop all tables upong synching & reinit | Thanos Apollo |
2024-11-21 | node-parsing: Adjust for node links•••* Inserting nodes is still a work in progress | Thanos Apollo |
2024-11-21 | Add org-gnosis-mode & org-gnosis-insert | Thanos Apollo |
2024-11-21 | Add update-file & create functions. | Thanos Apollo |