Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Convert Todoist Text Formatting #16

Closed
6 tasks
crookedneighbor opened this issue Dec 1, 2014 · 3 comments
Closed
6 tasks

Convert Todoist Text Formatting #16

crookedneighbor opened this issue Dec 1, 2014 · 3 comments

Comments

@crookedneighbor
Copy link
Contributor

Todoist has some text formatting options, some of which are actually documented. In addition to bold, italic and links, you can also highlight %(hl) foo% and underline %(u) bar%.

Markdown doesn't do underlines, I don't think, but highlighting could be used for code.

Would be great to convert bold, italic, highlighting and links from Todoist's way of doing them to markdown, so the formatting persists in Habit RPG.

Here's a checklist of things:

  • Highlights %(hl) foo%
  • Underlines %(u) bar%
  • Links: http://google.com/ (Google)
  • Italic: __Italic text__
  • Bold: !!Bold text!!
  • Outlook Link: [[outlook=id3=aWQ9MDAwMDAwMDBCOTYzOTQ4N0Y2RDQ2QTQ5OTVBMzM4QjdEMTdDQ0U2NzA3MDA1Q0I1QUY4OTNFQjYyRDRCOEVEOTQ4NkI2QURCNjlERTAwMDAwMDg4Q0Q3NzAwMDA1Q0I1QUY4OTNFQjYyRDRCOEVEOTQ4NkI2QURCNjlERTAwMDAwMEFGNTAyQjAwMDA7bWlkPTxGM0UxNERBOUM5MTQ4NzRGODQ3RjkwRDNFRkJBRkYzQzE1QjE4Q0BNRVItRVhDSDIubmFwaWVyLmFjLnVrPg==, Actual Text goes here]]
@kusold
Copy link
Owner

kusold commented Dec 2, 2014

👍 - I like this. Especially since it can easily be tested and contained to it's own function.

@crookedneighbor
Copy link
Contributor Author

Edited my comment to include a checklist, and added @cygnoir's issue about outlook from #35

@cygnoir
Copy link

cygnoir commented Mar 1, 2015

Hi there. I am checking on the status of this, and wanted to add the Postbox link format too:
[[thunderbird Actual text goes here 18DF859FE41AA145A9A55ED839BB10D55687FFF8@W2K8-MAILBOX.natlibofscot.nls.uk ]]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants