Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanxoc3 committed Dec 8, 2019
1 parent 34e86e4 commit 7c90f09
Showing 1 changed file with 21 additions and 24 deletions.
45 changes: 21 additions & 24 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ CON-23 Change the format to the new specification.
CON-4 Enable ctrl-L (reloads the display).

CON-5 Create a concards lock file.
Don't want concards editing the same files at the same time.
Make sure that if files aren't being used that were passed in are returned
to the pool of availability or whatever.
Don't want concards editing the same files at the same time.
Make sure that if files aren't being used that were passed in are returned
to the pool of availability or whatever.

CON-6 Create a daily progress file.
Concards can keep track of your stats each day. How many cards were
completed and so on.
Concards can keep track of your stats each day. How many cards were
completed and so on.

CON-7 Create Info Command with file name.
It needs to show the file the card came from for now.
It needs to show the file the card came from for now.

CON-8 Enable Control-C and Control-Z
It is getting pesky without those.
It is getting pesky without those.

CON-9 Piping support.
This would just be able to format the file(s) into a nice concard format. I
would have to think about the functionality of this a bit more.
This would just be able to format the file(s) into a nice concard format. I
would have to think about the functionality of this a bit more.

CON-10 Create a man page.

Expand All @@ -34,7 +34,7 @@ CON-13 Get rid of all BOM markers.
CON-14 Have undo and redo not refresh the card on the screen.

CON-15 Have the ability to see where in the file the card was, or line number
or something. Maybe prerequisite cards could help out with this idea.
or something. Maybe prerequisite cards could help out with this idea.

CON-17 Allow the ability to delete a card.

Expand All @@ -44,24 +44,24 @@ CON-20 A mode that saves the file in a basic format (without any metadata).

## Done
CON-1 Fix character wrapping.
This includes help and double width characters for question group and
answer.
This includes help and double width characters for question group and
answer.

CON-2 Undo feature for inputs messed up on.
More complicated than simply saving an array, because the cards are changed
during it. May have to save the card and automatically account for editing
as well.
More complicated than simply saving an array, because the cards are changed
during it. May have to save the card and automatically account for editing
as well.

CON-3 Check tab characters (if they work/what they do).
They are just removed at some point when displaying.
They are just removed at some point when displaying.

CON-12 Error: File "" had no cards in it.
Concards needs to get rid of BOM for files. I hotfixed it, so it gets rid of
UTF-8 BOM now :).
Concards needs to get rid of BOM for files. I hotfixed it, so it gets rid of
UTF-8 BOM now :).

CON-16 Fix the bug with something staying being memorized. The bug comes from
editing the card while reviewing it. Editing it must revert the date or
something.
editing the card while reviewing it. Editing it must revert the date or
something.

CON-18 Fix the % MISSING bug.

Expand All @@ -72,8 +72,6 @@ CON-22 Better documentation.
For the old format, it is good :)

CON-24 Think about how meta data will be formatted.



CON-25 Goals for meta data functionality.

Expand All @@ -84,8 +82,7 @@ CON-27 Should @ signs be escaped? How could you embed the text '@g' in a file?
Yes, escaped, but optionally. No groups on own line.

CON-28 Go over allowed Markdown syntax for initial release.


CON-29 What should we do with @f vs @F? When we rewrite the file, should we format it?
CON-30 How about spacing in between the text. Where should we place meta
data? on its own line?
data? on its own line?

0 comments on commit 7c90f09

Please sign in to comment.