diff --git a/zim/config/preferences.conf b/zim/config/preferences.conf new file mode 100644 index 0000000..1614c4e --- /dev/null +++ b/zim/config/preferences.conf @@ -0,0 +1,85 @@ +[General] +plugins=["pageindex","pathbar","toolbar","insertsymbol","printtobrowser","versioncontrol","trayicon","tableeditor","textview-prefs"] +plugins_list_version=0.70 + +[PageIndexPlugin] +pane=left_pane +use_drag_and_drop=False +autoexpand=True +autocollapse=True +use_hscroll=False +use_tooltip=True + +[PathBarPlugin] + +[ToolBarPlugin] +show_toolbar=True +include_formatting=True +position=top +style=ICONS +size=SMALL_TOOLBAR + +[InsertSymbolPlugin] + +[PrintToBrowserPlugin] + +[VersionControlPlugin] +autosave=False +autosave_at_interval=False +autosave_interval=10 + +[GtkInterface] +show_headerbar=True +toggle_on_ctrlspace=False +always_use_last_cursor_pos=True +gtk_bell=False +autosave_timeout=15 +autosave_use_thread=True +toggle_on_altspace=False +mouse_nav_button_back=8 +mouse_nav_button_forw=9 + +[PageView] +show_edit_bar=False +follow_on_enter=True +read_only_cursor=True +autolink_camelcase=True +autolink_page=True +autolink_anchor=True +autolink_interwiki=True +autolink_files=True +autoselect=True +unindent_on_backspace=True +cycle_checkbox_type=True +recursive_indentlist=True +recursive_checklist=False +auto_reformat=False +copy_format=Text +file_templates_folder=~/Templates + +[Application] +always_create_missing_dirs=False + +[TrayIconPlugin] +classic=False +standalone=False + +[DistractionFreePlugin] +hide_menubar=True +max_page_width=850 +vmargin=50 +basecolor=rgb(186,189,182) +textcolor=rgb(46,52,54) + +[TextviewPreferencesPlugin] +maxwidth=0 +padding=30 +wrapspacing=5 +background=rgb(222,221,218) +color=rgb(0,0,0) +override=False + +[TableEditorPlugin] +show_helper_toolbar=True +grid_lines=Avec des lignes + diff --git a/zim/config/quicknote.conf b/zim/config/quicknote.conf new file mode 100644 index 0000000..8e9cae2 --- /dev/null +++ b/zim/config/quicknote.conf @@ -0,0 +1,6 @@ +[QuickNoteDialog] +windowsize=(351, 281) +lastnotebook= +open_page=True +new_page=True + diff --git a/zim/config/style.conf b/zim/config/style.conf new file mode 100644 index 0000000..3f0160d --- /dev/null +++ b/zim/config/style.conf @@ -0,0 +1,76 @@ +[TextView] +bullet_icon_size=GTK_ICON_SIZE_MENU +indent=30 +tabs=None +linespacing=3 +wrapped-lines-linespacing=0 +font=FontAwesome 12 +justify= + +[Tag strong] +weight=PANGO_WEIGHT_BOLD + +[Tag emphasis] +style=PANGO_STYLE_ITALIC + +[Tag mark] +background=yellow + +[Tag strike] +strikethrough=True +foreground=grey + +[Tag code] +background=#353a45 +foreground=#b6bac5 +family=monospace + +[Tag pre] +foreground=#2e3436 +family=monospace +wrap-mode=GTK_WRAP_NONE +indent=20 + +[Tag link] +foreground=blue + +[Tag tag] +foreground=#ce5c00 + +[Tag h1] +foreground=#4e9a06 +underline=PANGO_UNDERLINE_SINGLE +weight=PANGO_WEIGHT_BOLD +scale=1.75 + +[Tag h2] +foreground=#4e9a06 +weight=PANGO_WEIGHT_BOLD +scale=1.52 + +[Tag h3] +foreground=#4e9a06 +style=PANGO_STYLE_ITALIC +weight=PANGO_WEIGHT_BOLD +scale=1.32 + +[Tag h4] +foreground=#4e9a06 +weight=PANGO_WEIGHT_BOLD +scale=1.15 + +[Tag h5] +foreground=#4e9a06 +weight=PANGO_WEIGHT_BOLD + +[Tag h6] +foreground=#4e9a06 + +[Tag checked-checkbox] + +[Tag xchecked-checkbox] + +[Tag migrated-checkbox] + +[Tag transmigrated-checkbox] +