TomoTom0 / HackMD_Search

With this extension, you can search texts from notes in HackMD. (Then your notes are stored in cache for search).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackMDsearch

Abstract

With this extension, you can search from sentences of your notes in HackMD. To reduce the burden of HackMD server, this extension stores your all notes in Chrome extension cache. Then you can view and download the stored notes even offline or under the server crush.

この拡張機能により、HackMDで未実装の全文検索を行うことができます。 HackMDのサーバーへの負担を軽減するため、この拡張機能は随時ノートの内容を拡張機能のキャッシュとして保存します。 これにより、オフラインやサーバーダウン時でも保存されたノートを閲覧したり、ダウンロードしたりできます

Usage

Search

Input words in the search input field and press Enter, then the results with the highlighted search words will be shown; they are sorted by updated time.

You can utilize some methods and combine them.

全文検索においてはマイナス検索、フレーズ検索、正規表現検索を利用できます。

method input effect
default words splited with space and find notes with all queries
minus -word exclude notes with minus words from the results
phrase "words" words surrounded " are not splited even they include spaces
RegEx reg:regular expression you can use regular expression

Download and View Stored Notes

On the option page, you can view and download sotred notes even offline or under the HackMD server crush.

オプションページにおいて、オフライン時やHackMDのサーバーダウン時にも、保存されたノートを閲覧・ダウンロードすることができます。

Store All Notes

Backup of all notes are automatically executed on the initial use and once per a month. You can also store all notes manually. There are two methods.

  • Push Stote All Notes in the navi menu
  • input ?StoreAllNotes in the search input field and press Enter, When you open a note in HackMD, this extension updated the note content in the cache regularly.

初回利用時および1ヶ月に1回、ノートの保存は自動的に行われます。

  • ナビメニューのStore All Notesをクリックする。
  • 検索画面で ?StoreAllNotes と入力してEnterを押す。 以降は、ノートの内容はキャッシュへ自動的に保存されます。

Caution

Again to reduce the burden of HackMD server, this extension stores your all notes in Chrome extension cache. The whole storage of cache may be 10-1000 kBytes per note.

LICENSE

MIT

About

With this extension, you can search texts from notes in HackMD. (Then your notes are stored in cache for search).

License:MIT License


Languages

Language:JavaScript 71.3%Language:CSS 27.8%Language:HTML 0.9%