summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
4 daysUpdate READMEHEADmasterThanos 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 daysfind: Add optional arg for template input.Thanos Apollo
4 daysAdd 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 daysupdate-file: Add error handling for duplicate titles.Thanos Apollo
4 daysSeparate creation of filename & add custom timestring.•••* Add org-gnosis--create-name function, separating the filename creation based on a customizable timestring. Thanos Apollo
9 daysjournal-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 daysjournal-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 daysget-id: Rewrite using recursion.•••* Simplify code by using cond with recursion. Thanos Apollo
9 daysschemata: 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 daysfind: Always enable org-gnosis-mode.Thanos Apollo
11 dayscreate-file: fix insertion of template.•••* If buffer-size is above zero, do not insert a template. Thanos Apollo
2024-12-26db: 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 commentaryThanos Apollo
2024-12-20[Feature] org-gnosis-find-by-tag: Select node under tag.•••* Search for nodes under selected. Thanos Apollo
2024-12-20Update docstrings & reorder sectionsThanos Apollo
2024-12-19Update commentary & Add node templates.Thanos Apollo
2024-12-18Remove auto sync functions.•••* Uneeded & do not fit with the minimal design. Thanos Apollo
2024-12-18org-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-18Add custom goto-id func & async sync function.Thanos Apollo
2024-12-18Remove 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-16Refactor parsing for links & Add journal level entries.Thanos Apollo
2024-12-16completing-read-func: Use org-completing-read.Thanos Apollo
2024-12-08Add READMEThanos Apollo
2024-12-07db-sync: Initialize database upon syncThanos Apollo
2024-12-06Rewrite link & headline parsing•••* Fix parsing of links, making it compatible with org-roam. Thanos Apollo
2024-12-06Rewrite node topic parsingThanos 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-06Add insert-tagThanos Apollo
2024-12-06Rewrite buffer parsingThanos Apollo
2024-12-06journal: Add multiple template options.Thanos Apollo
2024-12-06Add 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-05adjust-title: Link link ids in node titles.•••* Add link ids in titles in databse. Thanos Apollo
2024-12-05get-links: Get all links for contents•••* Remove restrictions for retrieval of links only from headlines. Thanos Apollo
2024-12-05schemata: Add unique linksThanos Apollo
2024-11-23[fix] title adjust & journal-insertThanos Apollo
2024-11-21Add journal-templateThanos Apollo
2024-11-21[feature] Add journaling & Refactor finding nodesThanos Apollo
2024-11-21db: Restracture journal schemaThanos Apollo
2024-11-21db: Update schemata & syncing•••* Drop all tables upong synching & reinit Thanos Apollo
2024-11-21node-parsing: Adjust for node links•••* Inserting nodes is still a work in progress Thanos Apollo
2024-11-21Add org-gnosis-mode & org-gnosis-insertThanos Apollo
2024-11-21Add update-file & create functions.Thanos Apollo