Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor change to a better function when following org link | Yuchen Pei | 2021-08-12 | 1 | -1/+1 |
| | |||||
* | updated a docstring | Yuchen Pei | 2021-07-29 | 1 | -1/+1 |
| | |||||
* | updated open and store link to allow open and store sections. | Yuchen Pei | 2021-07-27 | 1 | -11/+25 |
| | | | | rt:id:ticket-id/history-id | ||||
* | updating rt-org-open to allow opening a specific section of a ticket | Yuchen Pei | 2021-07-27 | 1 | -6/+11 |
| | | | | rt:id:123#2 goes to the second section of ticket #123 | ||||
* | bugfix: moved side effects of add props to only when ticket non-nil | Yuchen Pei | 2021-07-27 | 1 | -12/+11 |
| | |||||
* | updated rt-org-open to retain ticket-alist when opening rt:id:foo | Yuchen Pei | 2021-07-27 | 1 | -6/+5 |
| | | | | - it will open a query with id=foo instead and follow the link | ||||
* | Adding functionality to store link in ticket viewer mode | Yuchen Pei | 2021-07-26 | 1 | -1/+3 |
| | |||||
* | Adding functionality storing an rt org link in ticket browser mode. | Yuchen Pei | 2021-07-26 | 1 | -3/+22 |
| | |||||
* | Adding initial org integration rt-liberation-org. | Yuchen Pei | 2021-06-17 | 1 | -0/+59 |
- Adding org hyperlinks and support for following the link: rt:id:<id> opens ticket with ticket id <id> in rt-liberation-viewer-mode rt:query:<query string> opens query results in rt-liberation-browser-mode - Will add support for storing the link in a follow up commit |