osm.tw
      • 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

      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.
      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
    • 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 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

    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.
    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
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    --- title: "A working example" format: revealjs: smaller: true --- --- ### A title <!--{.columns}--> <!--{.column width="30%"}--> Some text Some more text <!--{.column width="69%"}--> :::: {layout="[[1,1,1], [1]]"} :::{#skipjack} <div style="text-align: center"> Skipjack tuna ![](https://upload.wikimedia.org/wikipedia/commons/a/ac/Thunnus_obesus_%28bigeye_tuna%29.jpg) </div> ::: ::: :::{#yellowfin} :::{style="text-align: center"} Yellowfin tuna ![](https://upload.wikimedia.org/wikipedia/commons/a/ac/Thunnus_obesus_%28bigeye_tuna%29.jpg) ::: ::: :::{#bigeye} :::{style="text-align: center"} Bigeye tuna ![](https://upload.wikimedia.org/wikipedia/commons/a/ac/Thunnus_obesus_%28bigeye_tuna%29.jpg) ::: ::: :::{#text .fragment} :::{style="text-align: center; color: red;"} Some text ::: ::: :::: ::::: :::::: --- ## Test r1 <div class="r-stack"> <img class="fragment" src="https://picsum.photos/450/300" width="450" height="300" /> <img class="fragment" src="https://picsum.photos/300/450" width="300" height="450" /> <img class="fragment" src="https://picsum.photos/400/400" width="400" height="400" /> </div> --- ## 順續出現的動畫(有序清單) 1. 第一點<!-- .element: class="fragment" data-fragment-index="1" --> 2. 第二點<!-- .element: class="fragment" data-fragment-index="2" --> ## 順序出現的動畫(改為置中) 1.第一點<!-- .element: class="fragment" data-fragment-index="1" --> 2.第二點<!-- .element: class="fragment" data-fragment-index="2" --> --- ## Test r2 <div class="r-stack"> <img class="fragment fade-out" data-fragment-index="0" src="https://picsum.photos/450/300" width="450" height="300" /> <img class="fragment current-visible" data-fragment-index="0" src="https://picsum.photos/300/450" width="300" height="450" /> <img class="fragment" src="https://picsum.photos/400/400" width="400" height="400" /> </div> --- <h2 class="r-fit-text">適應文字</h2> --- <h2 class="r-fit-text">適應文字</h2> <h2 class="r-fit-text">可用於多個標題</h2> --- | Column 1 | Column 2 | Column 3 | | -------- | -------- | -------- | | Text | Text | Text | --- ## Other notes - Revealjs allows more than two columns - PPT is limited to two columns - PPT will ignore the column width - Images will need newline before and after to get recognized - Columns can only have one text element and can't occur before and after --- ```mermaid pie title 工程師的一天 "吃飯" : 10 "睡覺" : 30 "打咚咚" : 60 ``` --- ### 參考的連結 I get 10 times more traffic from [Google][] than from [Yahoo][] or [MSN][]. [google]: http://google.com/ "Google" [yahoo]: http://search.yahoo.com/ "Yahoo Search" [msn]: http://search.msn.com/ "MSN Search" --- ### 表格 預設靠左 |編號|標題|說明| |-|-|- |1 --- ### 表格-置中 |編號|標題|說明| |:-:|:-:|:-:| |100|100|100 ``` |編號|標題|說明| |:-:|:-:|:-:| |100|100|100 ``` --- ### 表格-靠右 |編號|標題|說明| |-:|-:|-:| |100|100|100 ``` |編號|標題|說明| |-:|-:|-:| |100|100|100 ``` --- ### MathJax - 使用 **MathJax** 語法 來產生 *LaTeX* 數學表達式 - 符號表參見[此筆記](https://hackmd.io/@CynthiaChuang/Basic-LaTeX-Commands)[target=_blank] $\sum_{i=1}^{n}(w_ix_i+b)$ --- | Column 1 | Column 2 | Column 3 | | -------- | --------: | --------: | | Text | Text | Text | --- #### [蔡加尼克效應(Zeigarnik effect)](https://zh.m.wikipedia.org/zh-tw/%E8%94%A1%E5%8A%A0%E5%B0%BC%E5%85%8B%E6%95%88%E6%87%89) - 未完成的工作項目會一直佔據大腦短期記憶體,如果沒做完事情就容易分心。<!-- .element: class="fragment" data-fragment-index="1" --> - 也就是說,先記下來以清空大腦短期記憶體,其實就會減少分心!<!-- .element: class="fragment" data-fragment-index="2" --> --- 4. 也有透過嵌入 [Slido](https://www.slido.com/) 讓使用者留言與講者互動 <iframe src="https://app.sli.do/event/qBf2LEhknmCasLasgDPjXq" height="100%" width="100%" frameBorder="0" style="min-height: 560px;" title="Slido"></iframe> --- ``` mermaid flowchart Client Server Database ``` --- ``` mermaid flowchart Client --> Server Server --> Database ``` --- ```mermaid flowchart LR Client --> Server Server --> Database Database -.-> Server Server -.-> Client ``` --- ```mermaid! flowchart LR c[Client] s[Server] db[Database] c -- HTTP GET --> s s -- SQL Query --> db db -. Result Set .-> s s -. JSON .-> c ``` --- ```mermaid! flowchart LR subgraph Azure s[Server] db[(Database)] end subgraph Netlify c[Client] end c -- HTTP GET --> s s -. JSON .-> c db -. Result Set .-> s s -- SQL Query --> db ``` --- ```mermaid! flowchart LR subgraph Azure s[fa:fa-code Server] db[(fa:fa-table Database)] end subgraph Netlify c[fa:fa-user Client] end subgraph Netlify end subgraph Azure direction LR end c -- HTTP GET --> s s -- SQL Query --> db db -. Result Set .-> s s -. JSON .-> c ``` --- ```mermaid! flowchart RL A@{ shape: manual-file, label: "File Handling"} B@{ shape: manual-input, label: "User Input"} C@{ shape: docs, label: "Multiple Documents"} D@{ shape: procs, label: "Process Automation"} E@{ shape: paper-tape, label: "Paper Records"} ``` --- ```mermaid! sequenceDiagram Brian->>+Ken: Authentication Request Ken-->>+Brian: Authentication Response Ken->>+RequestHandler: Valid Authentication Request RequestHandler-->>+Ken: Valid Authenticatication Response ``` --- ```mermaid! gantt title A Survey Process Gantt Chart dateFormat YYYY-MM-DD section Sect1 Short Survey :a1, 2023-01-01, 20d Data Processing :after a1 , 20d section Sect2 Periodical Feedback Report :2023-01-12 , 12d User Testing and Data Exploration : 20d ``` --- ```geo 國立故宮博物院 ``` --- ```geo -73.963246,40.779438,17 ``` --- <style> .container{ display: flex; } .col{ flex: 1; } </style> <div class="container"> <div class="col"> Column 1 Content </div> <div class="col"> Column 2 Content </div> </div> --- ## 2x2 <div style="display:inline-flex;align-items:center;"> <div style="background-color: blue"> <br /> Motive <br /> <br /> <div id="left down" style="left;background-color: green"> <br /> Time <br /> <br /> </div> </div> <div id="right upper" style="left;background-color: red"> <br /> Skill <br /><br /> <div id="right down" style="text-align:left;font-size:100%;left;background-color: gray" right> <br /> Willingness <br /> <br /> </div> </div> </div> --- ## h2 <div style="text-align: left; float: left;"> <p data-markdown>- This is my first left element</p> <p data-markdown>- This is my second left element</p> <!-- more Elements --> </div> <div style="text-align: right; float: right;"> <p data-markdown>- This is my first right element</p> <p data-markdown>- This is my second rightelement</p> <!-- more Elements --> </div> --- Text going to the right <!-- .element: style="float: right; width: 50%" --> Text going on the left column <!-- .element: style="width: 50%" --> Text going to the right 2 <!-- .element: style="float: right; width: 50%" --> Text going on the left column 2 <!-- .element: style="width: 50%" --> --- ## test <div class='left 1' style='float:left;width:{{left.width}}'> 1 </div> <div class='right 1' style='float:right;width:40;background-color=green'> 2 </div> <br /> <div class='left 2' style='float:left;width:{{left.width}}'> 3 </div> <div class='right 2' style='float:right;width:{{right.width}}'> 4 </div> --- <div style="-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-rule: 1px dotted #e0e0e0; -moz-column-rule: 1px dotted #e0e0e0; column-rule: 1px dotted #e0e0e0;"> <div style="display: inline-block;"> <h2>Good1</h2> <pre><img src="https://i.imgur.com/MslCQzL.png><code class="language-c"></code></pre></div> <div style="display: inline-block;"> <br> <h2>Bad1</h2> <pre><img src="https://i.imgur.com/MslCQzL.png><code class="language-c"></code></pre> <h2>Good2</h2> <pre><img src="https://i.imgur.com/MslCQzL.png><code class="language-c"></code></pre></div> <div style="display: inline-block;"> <h2>Bad2</h2> <pre><img src="https://i.imgur.com/MslCQzL.png><code class="language-c"></code></pre> <h2>Good3</h2> <pre><img src="https://i.imgur.com/MslCQzL.png><code class="language-c"></code></pre></div> <div style="display: inline-block;"> <h2>Bad3</h2> <pre><img src="https://i.imgur.com/MslCQzL.png><code class="language-c"></code></pre> </div> </div> --- <div class="container"> <div class="item item-1"></div> 1<br /> <div class="item item-2"></div> 2<br /> <div class="item item-3"></div> 3 </div> --- <div class="grid-container"> <div class="item1">Header</div> <div class="item2">Menu</div> <div class="item3">Main</div> <div class="item4">Right</div> <div class="item5">Footer</div> </div> --- ## Cats <div style="object-position: left bottom;"> ![](https://images.pexels.com/photos/617278/pexels-photo-617278.jpeg =140x) &nbsp; ![](https://images.pexels.com/photos/45201/kitty-cat-kitten-pet-45201.jpeg =100x) &nbsp; ![](https://images.pexels.com/photos/104827/cat-pet-animal-domestic-104827.jpeg =120x) </div> --- ## Cats <!--.absolute top=200 left=0 width="350" height="300" --> ![](https://images.pexels.com/photos/617278/pexels-photo-617278.jpeg) <!--absolute top=50 right=50 width="450" height="250" --> ![](https://images.pexels.com/photos/45201/kitty-cat-kitten-pet-45201.jpeg) <!--absolute bottom=0 right=50 width="300" height="300" --> ![](https://images.pexels.com/photos/104827/cat-pet-animal-domestic-104827.jpeg) --- ## Cats <div style="object-position: left bottom; flex-wrap:wrap;"> ![](https://images.pexels.com/photos/617278/pexels-photo-617278.jpeg =220x) ![](https://images.pexels.com/photos/45201/kitty-cat-kitten-pet-45201.jpeg =220x) ![](https://images.pexels.com/photos/104827/cat-pet-animal-domestic-104827.jpeg =220x) </div> --- ## 資料來源-開放資料 <!-- .slide: data-background="https://upload.wikimedia.org/wikipedia/commons/thumb/8/86/OpenStreetMap_homepage_2022_en.png/640px-OpenStreetMap_homepage_2022_en.png" data-background-opacity="0.5"--> <div style="display:inline-flex;flex-direction: row;align-items:center;gap:2rem;"> <div style="flex:1;text-align:left;font-size:100%;border:2px solid black;border-radius:90px;height: 380px;" left> <br/> <br/> * [TDX](https://tdx.transportdata.tw/) * 有公共自行車、公車站資料 * GNS * 地址座標點位 </div> <div style="flex:1;text-align:left;font-size:120%;border:2px dashed blue;background-color: coral;height: 380px;" left> * [ETC](https://data.gov.tw/dataset/21165) * 消防栓 * [直飲台](https://data.gov.tw/dataset/128640) * [村里邊界](https://data.gov.tw/dataset/7438) </div> <div style="flex:1;text-align:left;font-size:110%;border:2px dotted red;border-width: 1px 2px;border-radius:50px;height:380px;" left> * 1 * 2 </div> </div> --- ## 資料來源-開放資料 <!-- .slide: data-background="https://upload.wikimedia.org/wikipedia/commons/thumb/8/86/OpenStreetMap_homepage_2022_en.png/640px-OpenStreetMap_homepage_2022_en.png" data-background-opacity="0.5"--> <div class="flex-container"; style="display:inline-flex;flex-direction: row-reverse;align-items:center;gap:2rem;flex-wrap:wrap;"> <div style="flex:1;text-align:left;font-size:100%;border:2px solid black;border-radius:90px;" left> <br/> <br/> * [TDX](https://tdx.transportdata.tw/) * 有公共自行車、公車站資料 </div> <div style="flex:1;text-align:left;font-size:90%;border:2px dashed blue;background-color: coral;" left> * [ETC](https://data.gov.tw/dataset/21165) * 消防栓 </div> <div style="flex:1;text-align:left;font-size:110%;border:2px dotted red;border-width: 1px 2px;border-radius:50px;height:380px;" left> * 1 * 2 </div> <div style="flex:1;text-align:left;font-size:110%;border:2px dotted red;border-width: 1px 2px;border-radius:50px" left> * 1 * 2 </div> <div style="flex:1;text-align:left;font-size:110%;border:2px dotted red;border-width: 1px 2px;border-radius:50px;" left> * 1 * 2 </div> </div>

    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

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    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