Michael
Michael
+1 on rendering back to Markdown. :) For my use case, it would be useful if the location of references and footnotes were preserved in the ast. Why: Sometimes, there...
@jrzaurin I'm not aware of a fix yet. It seems @DamnWidget (the maintainer) is prioritizing other projects per https://github.com/DamnWidget/anaconda/issues/924#issuecomment-1063990902 and requested someone look into it.
@jrzaurin I feel you. I think you may try posting here: https://forum.sublimetext.com/c/ideas-and-feature-requests ... and explain the importance of it. That is, to have Sublime natively support a more powerful "show...
@ronaldoussoren Thank you for the helpful reply and sorry for the late response. Your proposed method resolved it for me. ✅ Here are the steps for others: 1. Create an...
LGTM; if easy, maybe want to add some tests? https://github.com/thingsapi/things.py/blob/main/tests/test_things.py /cc @AlexanderWillner in case you want to guide on tests or have thoughts on this.
@chrisgurney You can set the [`TZ`](https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html) environment variable for testing. ``` import os os.environ['TZ'] = 'CET' # or EST, JST, etc. ``` Updating the database is the way @AlexanderWillner has...
@chrisgurney Checking in where you're at with this and if you still have unanswered questions?
@chrisgurney Checking in again. Happy to help out here, let me know... :)
@marcfrederick Thank you for the pointers.