Wanna Make Digital Notes Faster ?

I N T R O D U C T I O N ?

Do you wanna make Digital notes in a more effective way , or any kind of document in which you can put text , images , code and so on.
Markdown is a light weight markup language which can be used to format your e…


This content originally appeared on DEV Community and was authored by Piyush

I N T R O D U C T I O N ?

Do you wanna make Digital notes in a more effective way , or any kind of document in which you can put text , images , code and so on.
Markdown is a light weight markup language which can be used to format your elements in to heading or list item etc.
Used for taking notes m having basic & fast doc to refer , README file of github are markdown , so for being a developer you may need to to learn markdown once in your life span.

notes

S E T U P ?

  • You can start with any markdown editing tool or website
  • You can even just start with your notepad.
  • write markdown code & save file with .md extension

S Y N T A X ?

Simple text

# Biggest Heading
## Big Heading
### Heading

For horizontal line 

----

- list_Item
    + sub_list_Item with a **TAB**

_Italic-Font_
__Bold-Font__

> Block Quote

[LINK](url)

![alt_text](img_url)

<!-- comment : which ignored in your markdown render  -->

  '''extension

  code

  '''

| Column 1 | Column 2 |
| --- | --- |
| Table | with markdown |

E X A M P L E

![cover](https://cdn.pixabay.com/photo/2018/04/07/08/28/notepad-3297994__340.jpg)

# Piyush Patil ?  

---------

- A passionate __Web developer__ from India
- I’m currently working on `Vue JS`
- I’m currently _MongoDB_
- Fun fact I ~~Hate~~ Love Anime

| Name | Piyush PAtil |
| -- | -- |
| Age | 20 |
| Skill | Web Development |

## L A N G U A G E
- HTML
    - PUG
- CSS
    - SASS
- JS
- VUE

CODE

   while(no Success){
       try Again();
       if (DEAD)
           break;
   }
> Life would be much easier if I had the source code

######  - A N O N Y M O U S

--------

## `HOPE YOU LIKE IT`

#### [insta ? ](https://www.instagram.com/z.e.n_____/)
#### [twitter ? ](https://twitter.com/Piyush67372814)
#### [github ?  ](https://github.com/Piyush-linux)

markdown

R E S O U R C E

Markdown Editor

Website

IDE Extension

You can also transform your IDE or text editior by installing required extension

B O N U S

This a little surprise ? , Hence we can make fast notes with markdown , we can also create a good PPT with help of markdown and a very rare website I've found on the internet called Play Presentation which makes your presentation edition time 3xFASTER

PRESENTA Playground! - Make slides fast!

Features

  • Support ⇒ Color , Font , image , emoji
  • Presentation ⇒ Trnsition , short cuts , external library for chart's & diagram availabe
  • Core ⇒ Easy to make & Manage

Complete tutorial is available on there website


This content originally appeared on DEV Community and was authored by Piyush


Print Share Comment Cite Upload Translate Updates
APA

Piyush | Sciencx (2021-06-05T12:48:15+00:00) Wanna Make Digital Notes Faster ?. Retrieved from https://www.scien.cx/2021/06/05/wanna-make-digital-notes-faster/

MLA
" » Wanna Make Digital Notes Faster ?." Piyush | Sciencx - Saturday June 5, 2021, https://www.scien.cx/2021/06/05/wanna-make-digital-notes-faster/
HARVARD
Piyush | Sciencx Saturday June 5, 2021 » Wanna Make Digital Notes Faster ?., viewed ,<https://www.scien.cx/2021/06/05/wanna-make-digital-notes-faster/>
VANCOUVER
Piyush | Sciencx - » Wanna Make Digital Notes Faster ?. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/06/05/wanna-make-digital-notes-faster/
CHICAGO
" » Wanna Make Digital Notes Faster ?." Piyush | Sciencx - Accessed . https://www.scien.cx/2021/06/05/wanna-make-digital-notes-faster/
IEEE
" » Wanna Make Digital Notes Faster ?." Piyush | Sciencx [Online]. Available: https://www.scien.cx/2021/06/05/wanna-make-digital-notes-faster/. [Accessed: ]
rf:citation
» Wanna Make Digital Notes Faster ? | Piyush | Sciencx | https://www.scien.cx/2021/06/05/wanna-make-digital-notes-faster/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.