JSDC.tw
  • NEW!
    NEW!  Connect Ideas Across Notes
    Save time and share insights. With Paragraph Citation, you can quote others’ work with source info built in. If someone cites your note, you’ll see a card showing where it’s used—bringing notes closer together.
    Got it
        • Sharing URL Link copied
        • /edit
        • View mode
          • Edit mode
          • View mode
          • Book mode
          • Slide mode
          Edit mode View mode Book mode Slide mode
        • Customize slides
        • Note Permission
        • Read
          • Owners
          • Signed-in users
          • Everyone
          Owners Signed-in users Everyone
        • Write
          • Owners
          • Signed-in users
          • Everyone
          Owners Signed-in users Everyone
        • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invite by email
        Invitee

        This note has no invitees

      • Publish Note

        Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

        Your note will be visible on your profile and discoverable by anyone.
        Your note is now live.
        This note is visible on your profile and discoverable online.
        Everyone on the web can find and read all notes of this public team.

        Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

        Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

        Explore these features while you wait
        Complete general settings
        Bookmark and like published notes
        Write a few more notes
        Complete general settings
        Write a few more notes
        See published notes
        Unpublish note
        Please check the box to agree to the Community Guidelines.
        View profile
      • Commenting
        Permission
        Disabled Forbidden Owners Signed-in users Everyone
      • Enable
      • Permission
        • Forbidden
        • Owners
        • Signed-in users
        • Everyone
      • Suggest edit
        Permission
        Disabled Forbidden Owners Signed-in users Everyone
      • Enable
      • Permission
        • Forbidden
        • Owners
        • Signed-in users
      • Emoji Reply
      • Enable
      • Versions and GitHub Sync
      • Note settings
      • Note Insights New
      • Engagement control
      • Make a copy
      • Transfer ownership
      • Delete this note
      • Insert from template
      • Import from
        • Dropbox
        • Google Drive
        • Gist
        • Clipboard
      • Export to
        • Dropbox
        • Google Drive
        • Gist
      • Download
        • Markdown
        • HTML
        • Raw HTML
    Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Help
    Menu
    Options
    Engagement control Make a copy Transfer ownership Delete this note
    Import from
    Dropbox Google Drive Gist Clipboard
    Export to
    Dropbox Google Drive Gist
    Download
    Markdown HTML Raw HTML
    Back
    Sharing URL Link copied
    /edit
    View mode
    • Edit mode
    • View mode
    • Book mode
    • Slide mode
    Edit mode View mode Book mode Slide mode
    Customize slides
    Note Permission
    Read
    Owners
    • Owners
    • Signed-in users
    • Everyone
    Owners Signed-in users Everyone
    Write
    Owners
    • Owners
    • Signed-in users
    • Everyone
    Owners Signed-in users Everyone
    Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    2
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    HackMD 快速入門教學 === 嗨!您好,歡迎使用 HackMD :smile: **HackMD 是能讓您快速撰寫知識,並輕鬆管理的平台** 在此為您介紹基本功能,以及如何快速上手 :100: 觀念 === HackMD 採用 Markdown 語法,它是能夠使用文字與符號快速排版的寫作方式,採用純文字儲存,在視覺上也能約略看出文章脈絡,目前已廣泛地運用在各式網路平台。 使用 Markdown 書寫的時候,**建議您直接將想法輸入到編輯器中**,先避免對文字進行視覺上的調整 (例如:變成粗體、斜體、標題、分項目等),專注在把想法表達出來,當內容比較完整的時候,再來使用語法排版。 開始寫作 === 來到編輯頁面,可以看到上方的功能列,有個 <i class="fa fa-columns"></i> 按鈕,按下後就可以切換到**雙欄模式**。雙欄模式中,左欄是編輯區域,請在此輸入文字與編輯語法;右欄是檢視區域,請在此預覽算繪後的結果。 ![](https://i.imgur.com/DBRXsw9.png) 語法 === 千萬不要被各式各樣的語法嚇到了!這些語法是輔助原本的文字可以表達得更清楚,因此就算是沒有這些語法與標記,文章還是可以閱讀的。在此說明一些基本常用的語法。 :::info :bulb: 小提示:您隨時都可以使用編輯區塊上方的工具列來快速插入語法 ![](https://i.imgur.com/Cnle9f9.png) ::: 標題 --- 當您想要將一段文字標示為標題的時候,請使用這個語法。 請在行首輸入 `#` 符號,並在後面加上一個空白後,再輸入標題文字。 標題有分成 6 個層級,`#` 的數量愈多,層級越低。 您可以按照範例輸入看看: ``` # 第一層級標題 ## 第一層級標題 ### 第一層級標題 #### 第一層級標題 ##### 第一層級標題 ###### 第一層級標題 ``` 以上範例結果為: # 第一層級標題 ## 第一層級標題 ### 第一層級標題 #### 第一層級標題 ##### 第一層級標題 ###### 第一層級標題 :::info :bulb: 小提示:覺得語法容易忘記嗎?沒關係! HackMD 提供貼心的自動完成功能,例如:您在行首輸入 `#`,就會出現自動完成選單,提示您可用的標題語法! ![](https://i.imgur.com/fyFgCez.png =300x) ::: 清單 --- 當您想要列舉一些項目的時候,請使用此語法,並且可以加上項目編號,將項目縮排即可作為子清單。 清單分為**有序清單**與**無序清單**兩種。有序清單是項目符號會使用數字編號;無序清單是項目符號會使用同樣的層級的符號。 您可以按照範例輸入看看: ``` - 無序清單 - 無序清單 - 無序清單子清單 - 無序清單子子清單 1. 有序清單 2. 有序清單 1. 有序清單子清單 1. 有序清單子子清單 ``` 以上範例結果為: - 無序清單 - 無序清單 - 無序清單子清單 - 無序清單子子清單 1. 有序清單 2. 有序清單 1. 有序清單子清單 1. 有序清單子子清單 引用區塊 --- 當您需要將一段文字標示為引用的時候,請使用此語法。 請在行首輸入 `>` 符號,並在後面加上一個空白後,再輸入引用文字,即可形成引用區塊。如在引用區塊前多次輸入 `>` 符號,即是子引用區塊。 您可以按照範例輸入看看: ``` > 引用區塊 >> 子引用區塊 >>> 子子引用區塊 ``` 以上範例結果為: > 引用區塊 >> 子引用區塊 >>> 子子引用區塊 粗體、斜體 --- 當您需要將一段文字以粗體或是斜體表現的時候,請用此語法。 請在文字兩端加上 `*` 符號,即可將文字變成粗體或是斜體 使用一個 `*` 為斜體;使用兩個 `*` 為粗體。 您可以按照範例輸入看看: ``` *斜體* **粗體** ``` 以上範例結果為: *斜體* **粗體** :::info :bulb: 小提示:使用編輯區塊上方的工具列,快速對選取中的文字加上格式 ![](https://i.imgur.com/Cnle9f9.png) ::: 圖片 --- 當您需要在筆記中加入圖片的時候,請使用此語法。 請先輸入 `![]()` 這些文字,然後在後面的 `()` 中間插入圖片的網址,即可加入圖片。 您也可以將圖片直接拖曳到編輯器、複製圖片後直接在編輯器貼上,都會直接將圖片上傳到 [imgur](https://imgur.com/) 後自動插入圖片語法。 您可以按照範例輸入看看: ``` ![](https://hackmd.io/favicon.png) ``` 以上範例結果為: ![](https://hackmd.io/favicon.png) :::info :bulb: 小提示:在空白之後輸入 `!` 會有自動完成,提示您可用的圖片語法 ![](https://i.imgur.com/sZJf6AJ.png =400x) ::: 影片 --- 當您需要加入影片的時候,請使用此語法。 請先輸入 `{}` 這些文字,這時候會有自動完成: ![](https://i.imgur.com/e2dWOvX.png =300x) 接下來請按下列步驟: 1. 在自動完成中選擇您的影片來源,可能是 youtube 或是 vimeo 2. 假設您選擇 youtube,您的文字會變成 `{%youtube youtubeid %}` 3. 假設您的影片連結是:`https://www.youtube.com/watch?v=PJuNmlE74BQ` 4. 請您將文字 `{%youtube youtubeid %}` 中的 `youtubeid` 替換成您影片連結的 id,也就是 `PJuNmlE74BQ` 5. 您的文字最後會是:`{%youtube PJuNmlE74BQ %}` 以上範例結果為: {%youtube PJuNmlE74BQ %} :tada: 恭喜您完成快速入門了! :tada: === 以上就是 <i class="fa fa-file-text"></i> HackMD 的快速入門! 還有非常多功能等待您探索 :mag_right: 如果您還想知道更多用法,請至下面連結: - [Features 功能簡介](https://hackmd.io/features) - [YAML Metadata](https://hackmd.io/yaml-metadata) - [Slide Example 簡報模式範例](https://hackmd.io/slide-example) - [Book Example 書籍模式範例](https://hackmd.io/book-example) ###### tags: `tutorial`

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Google Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully