-
Notifications
You must be signed in to change notification settings - Fork 76
wiki conventions
Ben Elan edited this page Oct 16, 2024
·
2 revisions
This GitHub Wiki is used for engineering related internal documentation. The wiki is primarily set up for usage through VSCode, but there are a variety other developer tooling options available.
- Clone the wiki into the same parent directory as the Calcite Design System monorepo.
git clone https://github.com/Esri/calcite-design-system.wiki.git
- In VSCode, open the
File
menu and selectOpen Workspace From File...
- Select
~/path/to/calcite-design-system.wiki/.vscode/calcite.code-workspace
- Install the recommended extensions when prompted. If you didn't see a prompt, please ensure Foam is installed.
The workspace contains the Wiki and the Code, which allows you to create and find notes during development.
The Foam extension adds some UI elements to VSCode:
-
NOTES
: The list of wiki pages -
TAG EXPLORER
: The list of tags, which are used to group related notes -
PLACEHOLDERS
: The list of links to notes that do not currently exist. This can be helpful for finding broken links or used as a "TODO" reminder. -
ORPHANS
: The list of notes that are not linked to by other notes. This can help find notes that aren't integrated into the knowledge graph that will grow over time. -
ALL LINKS
: The list of links to (<-
) and from (->
) the currently open note. This helps find related content.
You can also use the existing VSCode file search to find notes.
There is a template for creating new notes.
- Open the Command Palette via
CMD+SHIFT+P
- Find/select the
Foam: Create New Note From Template
command - Select the
New note
template (more may be added eventually) - Enter the title in sentence case and press
Enter