Updated todo and removed terminal dot from gophermaps

This commit is contained in:
sloumdrone 2019-03-20 07:36:50 -07:00
parent 1c26160e41
commit 44f6c461d5
2 changed files with 6 additions and 2 deletions

View File

@ -56,6 +56,7 @@ func (v *View) ParseMap() {
v.Content[i] = linktext v.Content[i] = linktext
} }
} }
v.Content = v.Content[: len(v.Content) - 1]
} }
} }

View File

@ -1,8 +1,11 @@
TODO TODO
- Load homepage on open, if one is set
- Add built in help system: SIMPLE :help, DO :help action - Add built in help system: SIMPLE :help, DO :help action
- Add styles/color support - Add styles/color support
- Revisit the name? - Add comments/documentation for all items
- Finish out binary download support
- Make sure html links using the URL convention work correctly
- Add "Search" command. ":search thing1 thing2" that uses search as set in config
- Verify that all gophertypes work correctly
Control keys/input: Control keys/input: