0.6.0 - Docco #273
progrium
announced in
Announcements
Replies: 1 comment
-
Hello! I'm not a developer, but happy to help with feedback. I know any feedback related to the UI and any bugs I find would probably be helpful. However I read in your description that Treehouse is a "front end". I'm not quite sure what that means (from a user perspective)... Where does the front end... ends, and the back end begins? In other words, what type of feedback wouldn't be relevant to you? For example, I just tried pasting a wikipedia article into Treehouse and came across a series of issues, including disappearing content. I'm guessing this is related to back end? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Document and Tab Views
In this release we're introducing two new views: Document view, and Tab view. Views are a powerful idea in Treehouse that can either be used to create embedded mini-apps or act as building blocks for you to make your own. These new views are an example of each.
Document view gives you a more conventional note-taking experience. In Document view each child node is rendered as a paragraph in the center of the panel. Documents support simple Markdown formatting like bold, italic, strikethrough, and ordered and unordered lists. Turn a node into a document by choosing "Make Document" from the Command Palette. Unlike other views, changing to Document view is a one-way action and nodes can't be converted back to other views.
Tab view renders each child node as a tab. Their children (grandchild nodes) are shown beneath when the tab is selected. These nodes will retain their view, so you can combine Tab view with others to create a more complex larger view of your data. In general, Tab view is useful for saving vertical space across several categories. Turn nodes into tabs by selecting the parent node and choose "View as Tabs" from the Command Palette. Since Tab view is read-only, you can modify tabs by switching back to List view.
We've also renamed Live Search Nodes to Smart Nodes, which can now be named separate from their query. This also resolves an issue where previously you couldn't use them for tag searches.
Demo video
Enhancements and Chores
Bugfixes
This discussion was created from the release 0.6.0 - Docco.
Beta Was this translation helpful? Give feedback.
All reactions