ThiefMD icon indicating copy to clipboard operation
ThiefMD copied to clipboard

The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter

Results 51 ThiefMD issues
Sort by recently updated
recently updated
newest added

Depends on #31 ThiefMD will: - Check if running in a git repo (only for root folders in library) - On Close: check if there are any non-committed markdown/fountain/.thiefsheets files...

enhancement

Depends on #31 Sheets should display a border/dot on the left side of the sheet if changes are not committed to Git.

enhancement

Add support for detecting if running in a git repo

enhancement

ThiefMD allows for exporting an individual file or a library folder item. This is currently done by right clicking on the item in the Library Pane. Need to figure out...

enhancement
help wanted
user experience

Possibly add 4 focus mode buttons to the quick preferences menu. ![](https://user-images.githubusercontent.com/132455/110221044-a8ecc380-7e7e-11eb-8b51-f7ca4ab8ce78.png) Should allow for switching between Off, Sentence, Paragraph, and Word(?). The icons could show Blue lines for what...

enhancement
good first issue
user experience

Need to switch to interfaces to support managed projects (like git, owncloud notes, ssh/ftp, etc). Features to creep in: * Custom Library Icon * Chapter/Project Folder Notes * Sheet Notes...

enhancement

The following examples: ``` $$f(x)=a_0+a_2x^2$$ $$x_{1,2}=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$ ``` render badly as shown below: ![Screenshot from 2020-10-08 21-00-41](https://user-images.githubusercontent.com/8484427/95541918-7743ff00-09a9-11eb-95d4-31a37380e5d5.png) The proper rendering is: ![Screenshot from 2020-10-08 21-03-24](https://user-images.githubusercontent.com/8484427/95542151-d7d33c00-09a9-11eb-8c5b-1dba4e7fc348.png)

enhancement

http://textbundle.org/spec/ Would allow for better story of sharing and syncing data?

enhancement

Creating a new document (with CTRL+N) is impossible on touch-enabled devices. Such as the PinePhone. This is because ThiefMD currently completely crashes and quits if a new document name input...

bug

It seems like, if I have a lot of misspelled words in a document, spellcheck will eventually give up on me and stop checking my spelling. The red underline will...