-
Notifications
You must be signed in to change notification settings - Fork 1
Macro Book tags
Sebastien Williams-Wynn edited this page Jan 5, 2019
·
2 revisions
Macro book tags should are be defined on the second last line of the note:
# mock_note
===
:Example of expected note format
{book:textbooks} {colour:blue}
{code}
===
These will be used to identify the tab for which the note will be stored.
The config file which should be introduced in the future should have the set default tab e.g. general
notes without a macro book
should appear in general.
The interface should show available macro books with a tab at the top of the UI. Tabbing through these macros should be done with ctrl+arrow_key
.
- Showing the whole macro book name at the top won't be scalable, this to move to something that automatically resizes. (eventually) We should just have a max display depending on console size, and loop once cursor is at the end of display.
We should have configurable functionality for Macro book Tags. The example below shows the ordering of the tabs and the style of sorting the notes.
ordering:
general: 1
work: 2
# others should follow a set order (a-z)
meetups:
sorting=date_created
general:
sorting=frequency
- general
- textbooks
- work
- Conferences