Overview Version History Q & A Rating & Review
Provision: Syntax
The best way to keep your notes organized
Provision Bundle
Provision: Lens
Provision: Bar
Provision: Syntax
ext install fooxly.provision-syntax
What's new in Provision: Syntax 3
Even quicker load and response times 🚀
Easier configuration
❤️ Support us
About 40% of your donation goes to one of the charities we support. For further information or questions please visit our website or contact us via charity@fooxly.com .
Provision: Syntax
A package by Fooxly .
Provision: Syntax is an easy to use and highly customizable keyword highlighter
to view the notes you or others in your team have left.
📐 Features
Create custom keywords with plenty of customization options
Group keywords together
Show pop-ups with every note inside a file
Jump directly to a note
📙 How to use
Check out our Getting Started guide or use Help: Provision
for more information.
📕 Commands
Help: Provision
Instructions on how to create a new keyword or group
Provision: List
Show all notes in the current file
Provision: Toggle Syntax
Toggle the highlighter on and off
⚙️ Available Settings
provision.moveOnSingle
: Jump instantly to a note when there are no others inside the file/class/function (true
by default)
"provision.moveOnSingle": <true|false>
provision.popup.sorting
: Sorting method used to order the pop-up items ("line_numbers_asc"
by default)
"provision.popup.sorting": <"line_numbers_asc"|"line_numbers_asc"|"category">
provision.keywords
: Keywords to look for with a specific configuration
"provision.keywords": {
"NOTE": {
"keyword": <"string">,
"caseSensitive": <true|false>,
"includesColon": <true|false>,
"backgroundColor": <"color value">,
"rulerPlacement": <"left"|"center"|"right"|"full"|"off">,
"rulerColor": <"color value">,
"highlight": <"keyword"|"line">
}
}
keyword
(optional) : If the keyword needs to be different from the keywords object key, if it is not set the keywords object key will be used.
caseSensitive
(optional) : Whether or not the keyword needs to be case sensitive. (true
by default)
includesColon
(optional) : Whether or not the keyword is only valid with a colon sign suffix. (true
by default)
backgroundColor
: Background color when highlighted
rulerPlacement
: The placement in the ruler
rulerColor
: Color in overview ruler
highlight
: Type of highlighting (keyword
by default)
License
MIT © Fooxly