First, let me say how we take notes and what instruments we use are admittedly a private choice and choice. Hopefully, we are doing it, nonetheless!
Most of us are creatures of behavior and luxury – we would like it easy and efficient. Once we put that developer hat on as a part of our DevOps/SRE or AppDev roles it’s optimum once we can mix our code growth surroundings, or IDE, with a instrument that we take notes in. I’m positive most of us are utilizing Microsoft’s Visible Studio Code app as we write Python or Go-based scripts and functions throughout our community programming and automation work. I most likely knocked out 4,500 traces of Python in assist of the CiscoLive Community Operations Heart (NOC) automation earlier this summer time and VS Code was integral to that.
Microsoft Visible Studio Code with a CiscoLive NOC Python Script
You’re most likely conversant in VS Code’s robust integration with git out of your native growth surroundings and the power to synchronize with distant GitHub repositories. It’s a terrific characteristic to make sure model management, present code backup storage, and encourage collaboration with different builders.
GitHub with a CiscoLive NOC Software program Repository
I used to be inspired to search out an extension to VS Code that follows the idea of ‘Docs as Code’. Should you’re not acquainted, I’d encourage you to observe my esteemed Developer Relations colleague, Anne Mild, who’s main a lot innovation on this house. Anne describes this idea in her GitHub repo.
The extension I exploit is named Dendron. It’s extra formally referred to as an open-source doc administration system. It permits for hierarchical documentation and note-taking. It makes use of the identical, acquainted markdown idea for textual content formatting, doc linking and picture references, as you’ll use with GitHub, Webex messaging app or Webex API. You’ll be able to journal and have your ideas organized in day by day buckets. Doc templates are supported. I discover the provided assembly notes template as fairly helpful and extensible. As a proof of Dendron’s flexibility, I wrote this weblog in Dendron earlier than passing over to the publication staff!
VS Code with Dendron Extension: Notice Taking Panel with Preview
I respect the hierarchical mannequin of taking notes. I’ve sections for my staff notes, my tasks, the companions and clients I’m working with, and one-on-one assembly notes. The hierarchy works down from there. For example, this be aware is saved within the VS Code workspace for Dendron, and its vault, as ‘MyProjects.blogs.Notes as Code.md’. I even have a ‘MyProjects.PiK8s.md’ for a Kubernetes surroundings on a cluster of Raspberry Pis – extra on that quickly!
Dendron is able to effectively and rapidly looking out and managing tens of 1000’s of notes. After I end a challenge, I can refactor it into a distinct hierarchy for archive. The hyperlinks throughout the unique be aware are re-referenced, so I don’t lose continuity!
I’m not prepared to do that refactor simply but, however right here’s a screensnap of it confirming the motion of the be aware throughout hierarchies. I are inclined to put accomplished tasks in a ‘zARCHIVE’ department.
Dendron Extension Utilizing Doc Refactor Function
Dendron additionally helps superior diagramming with the mermaid visualization syntax. This subsequent picture is a linked screen-capture of the Dendron writing panel adjoining to the preview panel the place I imagined a workflow to get this weblog posted.
Dendron Markdown with Preview Displaying mermaid Movement Chart
Community protocol and software program inter-process communication will be documented as sequence diagrams additionally! Right here’s my tongue-in-cheek illustration of a DHCP course of.
```mermaid sequenceDiagram participant Consumer participant Router participant DHCP Server Consumer->>Router: I want my IP Deal with (as broadcast) Router->>DHCP Server: (forwarded) Get subsequent lease DHCP Server-->>Router: Here is 192.168.1.100 Router-->>Consumer: You good with 192.168.1.100? Consumer->>Router: Sure, thanks Router->>DHCP Server: We're all set! ```
The markdown and preview behind the scenes seemed like this…
Dendron Markdown with Preview Displaying mermaid Sequence Diagram
So, How Can I Use This?
An efficient means of utilizing VS Code with Dendron can be in live performance with the notetaking and documentation you do on your git repos. Since Dendron notes are successfully textual content, you’ll be able to sync them together with your git repo and distant GitHub publication as your README.md information, LICENSE.md and CONTRIBUTING.md, which ought to make up the inspiration of your documented challenge on GitHub.
I hope you discover the effectivity of utilizing Dendron in VS Code together with the writing of Python script in the identical as useful as I do!
Associated sources
Should you’re enthusiastic about some extra Cisco DevNet sources round challenge documentation, think about this Code Alternate Repo Template on your challenge – it doesn’t even need to be submitted to Cisco. The primary factor is to prepare and template cheap info for others to eat and be constant.
You can even try Cisco Code Alternate. There you’ll discover and collaborate on curated GitHub tasks to jumpstart your work with Cisco platforms, APIs, and SDKs.
We’d love to listen to what you suppose. Ask a query or depart a remark beneath.
And keep linked with Cisco DevNet on social!
LinkedIn | Twitter @CiscoDevNet | Fb | YouTube Channel
Share: