dailyNote - daily notes in side panel

date-wise dailyNote live markdown note in side panel. dailyNote sync notes with local disk. Cloud sync. Custom themes

dailyNote - daily notes in side panel là gì?

dailyNote - daily notes in side panel là một tiện ích mở rộng Chrome được phát triển bởi https://noterail.site, và tính năng chính của nó là "date-wise dailyNote live markdown note in side panel. dailyNote sync notes with local disk. Cloud sync. Custom themes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng dailyNote - daily notes in side panel

Tải xuống các tệp mở rộng dailyNote - daily notes in side panel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        📢 daily notes in side panel with markdown live preview and local disk sync.

📌 Why you should consider this: 
✪ live preview markdown
✪ Calender-wise Daily notes
✪ Organize notes by tags (zettelkasten method)
✪ No signup required
✪ Fuzzy search
✪ Take screenshot and insert into notes
✪ Append contents in today's note by right click menu.
✪ Dark mode and custom themes.
✪ Sync with desktop local file manager.
✪ Export notes in three format: markdown,html and pdf
✪ Sync with cloud drive: GDrive, oneDrive, Dropbox,box,notion.
✪ Pure & clean code that powers fastest performance.
✪ Cloud & Cross-devices sync (coming soon).
✪ All notes and media files saved locally 
✪ No tracking.
✪ No third-party library used.
✪ Negligible memory consumption (consume 400% less memory than new tab).

📌 == FEATURES ==

✅ Markdown live preview
You don't need to open separate panel to preview your markdown.
dailyNote provides a real live preview like wysiwyg editor
you can update existing markdown's mark to change formatted text.

✅ Create Calender wise daily notes
you can organize notes by tags

✅ Custom Themes & fonts
customize notes appearance

✅  Insert selected text,images,screenshot in today's note without opening sidepanel
You can insert selected text,images by right click menu.
You can take screenshot and bookmark page by right click on extension's icon.
No need to open panel to append contents.

✅ Time has come to forget ctrl+c and ctrl+v
Drag and drop any web content e.g images,selected text.
dailyNote doesn't convert text into image like others do.
dailyNote format into markdown so that you can easily modify them

✅ No vendor locked in.
dailyNote auto-sync your notes with desktop local file manager in three format:
markdown,html & pdf
You can view and edit notes in any other markdown based note editor.

✅ Auto-Sync notes with other cloud providers
You can sync notes with cloud drive providers:GDrive, oneDrive, Dropbox,box.
You can sync notes with cloud notes providers:Notion, onenote (coming soon).

✅ Private and secure All data saved locally. Your notes or media file e.g images, videos never touch our server.

🚀 0.0.4 release
📅 invalid date bug fixed
📝 markdown editor bugs mixed                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên dailyNote - daily notes in side panel dailyNote - daily notes in side panel
ID deeckmclncnoldfcdfjjebjlmcnldofj
URL Chính Thức https://chromewebstore.google.com/detail/dailynote-daily-notes-in/deeckmclncnoldfcdfjjebjlmcnldofj
Mô tả date-wise dailyNote live markdown note in side panel. dailyNote sync notes with local disk. Cloud sync. Custom themes
Kích Thước Tệp 65.57 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2023-10-17
Ngày Phát Hành 2023-08-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://noterail.site
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dailynote.noterail.site
URL Trang Chính Sách Bảo Mật https://brahmastra.vercel.app/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "114",
    "offline_enabled": true,
    "name": "dailyNote - daily notes in side panel",
    "short_name": "dailyNote",
    "description": "date-wise dailyNote live markdown note in side panel. dailyNote sync notes with local disk. Cloud sync. Custom themes",
    "version": "0.0.4",
    "author": "NoteRail",
    "icons": {
        "128": "icon_128.png",
        "16": "icon.png"
    },
    "action": {
        "default_title": "Open dailyNote"
    },
    "options_page": "options\/index.html",
    "side_panel": {
        "default_path": "panel\/index.html"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+I",
                "windows": "Ctrl+Shift+I",
                "mac": "Ctrl+Shift+I",
                "linux": "Ctrl+Shift+I"
            }
        },
        "screenshot": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Capture screenshot"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/cropper\/crop-box-PANTFBUI.js",
                "scripts\/cropper\/shot-cropper-QS2WOHXT.css",
                "scripts\/generator\/md-generator.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/cloud.dailynote.noterail.site\/*"
        ]
    },
    "permissions": [
        "sidePanel",
        "storage",
        "contextMenus",
        "activeTab",
        "scripting"
    ]
}